- 23 Feb, 2020 3 commits
-
-
Martin Malmsten authored
-
Martin Malmsten authored
-
Martin Malmsten authored
* Added support for Albert in NER pipeline * Added command-line options to examples/ner/run_ner.py to better control tokenization * Added class AlbertForTokenClassification * Changed output for NerPipeline to use .convert_ids_to_tokens(...) instead of .decode(...) to better reflect tokens
-
- 21 Feb, 2020 1 commit
-
-
Martin Malmsten authored
-
- 20 Feb, 2020 1 commit
-
-
srush authored
* initial pytorch lightning commit * tested multigpu * Fix learning rate schedule * black formatting * fix flake8 * isort * isort * . Co-authored-by:Check your git settings! <chris@chris-laptop>
-
- 14 Feb, 2020 1 commit
-
-
Julien Chaumond authored
-
- 28 Jan, 2020 1 commit
-
-
Lysandre authored
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 23 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
Every other file uses this pattern.
-
- 22 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
These libraries aren't always installed in the virtual environment where isort is running. Declaring them properly avoids mixing these third-party imports with local imports.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This is the result of: $ isort --recursive examples templates transformers utils hubconf.py setup.py
-
- 21 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
This is the result of: $ black --line-length 119 examples templates transformers utils hubconf.py setup.py There's a lot of fairly long lines in the project. As a consequence, I'm picking the longest widely accepted line length, 119 characters. This is also Thomas' preference, because it allows for explicit variable names, to make the code easier to understand.
-
- 16 Dec, 2019 1 commit
-
-
Stefan Schweter authored
-
- 11 Dec, 2019 1 commit
-
-
Bilal Khan authored
-
- 25 Nov, 2019 1 commit
-
-
manansanghi authored
-
- 18 Nov, 2019 1 commit
-
-
Stefan Schweter authored
-
- 14 Nov, 2019 1 commit
-
-
R茅mi Louf authored
-
- 12 Nov, 2019 1 commit
-
-
ronakice authored
-
- 11 Nov, 2019 1 commit
-
-
Stefan Schweter authored
-
- 04 Nov, 2019 1 commit
-
-
thomwolf authored
-
- 03 Nov, 2019 1 commit
-
-
Raghavan authored
-
- 24 Oct, 2019 2 commits
-
-
Matt Maybeno authored
-
Matt Maybeno authored
-
- 23 Oct, 2019 1 commit
-
-
focox@qq.com authored
-
- 21 Oct, 2019 1 commit
-
-
Pasquale Minervini authored
gradient norm clipping should be done right before calling the optimiser - fixing run_glue and run_ner as well
-
- 15 Oct, 2019 8 commits
-
-
Julien Chaumond authored
-
thomwolf authored
-
Marianne Stecklina authored
-
Marianne Stecklina authored
-
Marianne Stecklina authored
-
Marianne Stecklina authored
-
Marianne Stecklina authored
-
Marianne Stecklina authored
-
- 10 Oct, 2019 2 commits
- 08 Oct, 2019 1 commit
-
-
Bilal Khan authored
-