- 30 Mar, 2020 1 commit
-
-
Sam Shleifer authored
-
- 29 Mar, 2020 1 commit
-
-
Sam Shleifer authored
-
- 27 Mar, 2020 3 commits
-
-
Patrick von Platen authored
* force bleu * fix wrong file name * rename file * different filenames for each example test * test files should clean up after themselves * test files should clean up after themselves * do not force bleu * correct typo * fix isort
-
Patrick von Platen authored
-
Lysandre Debut authored
T5-small in test isort
-
- 26 Mar, 2020 1 commit
-
-
Patrick von Platen authored
* rebase to master * change tf to pytorch * change to pytorch * small fix * renaming * add gpu training possibility * renaming * improve README * incoorporate collins feedback * better Readme * better README.md
-
- 25 Mar, 2020 1 commit
-
-
Andre Carrera authored
-
- 23 Mar, 2020 1 commit
-
-
Julien Chaumond authored
-
- 20 Mar, 2020 1 commit
-
-
Patrick von Platen authored
* make style * fix conflicts
-
- 17 Mar, 2020 1 commit
-
-
Patrick von Platen authored
* change do_samples back * None better default as boolean * adapt do_sample to True in test example * make style
-
- 16 Mar, 2020 1 commit
-
-
Sam Shleifer authored
* Remove unused kwargs * dont call forward in tests
-
- 13 Mar, 2020 2 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
-
- 12 Mar, 2020 1 commit
-
-
Sam Shleifer authored
* Update bart example docs
-
- 11 Mar, 2020 1 commit
-
-
Patrick von Platen authored
-
- 09 Mar, 2020 1 commit
-
-
Sam Shleifer authored
-
- 05 Mar, 2020 3 commits
-
-
Sam Shleifer authored
* improved documentation
-
sshleifer authored
-
sshleifer authored
-
- 03 Mar, 2020 1 commit
-
-
Sam Shleifer authored
* Rename and improve example * Add test * slightly faster test * style * This breaks remy prolly * shorter test string * no slow * newdir structure * New tree * Style * shorter * docs * clean * Attempt future import * more import hax
-
- 20 Feb, 2020 1 commit
-
-
Sam Shleifer authored
* Results same as fairseq * Wrote a ton of tests * Struggled with api signatures * added some docs
-
- 15 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 13 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 24 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
Use -e only in docs targeted at contributors. If a user copy-pastes command line with [--editable], they will hit an error. If they don't know the --editable option, we're giving them a choice to make before they can move forwards, but this isn't a choice they need to make right now.
-
- 23 Dec, 2019 2 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
- 22 Dec, 2019 7 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This construct isn't used anymore these days. Running python tests/test_foo.py puts the tests/ directory on PYTHONPATH, which isn't representative of how we run tests. Use python -m unittest tests/test_foo.py instead.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This change is mostly autogenerated with: $ python -m autoflake --in-place --recursive examples templates transformers utils hubconf.py setup.py I made minor changes in the generated diff. -
Aymeric Augustin authored
-
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.
-
- 14 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 13 Dec, 2019 2 commits
-
-
Pierric Cistac authored
-
thomwolf authored
-
- 10 Dec, 2019 1 commit
-
-
Julien Chaumond authored
-