- 17 Nov, 2020 1 commit
-
-
Sylvain Gugger authored
* Put models in subfolders * Styling * Fix imports in tests * More fixes in test imports * Sneaky hidden imports * Fix imports in doc files * More sneaky imports * Finish fixing tests * Fix examples * Fix path for copies * More fixes for examples * Fix dummy files * More fixes for example * More model import fixes * Is this why you're unhappy GitHub? * Fix imports in conver command
-
- 26 Aug, 2020 1 commit
-
-
Lysandre authored
-
- 09 Jun, 2020 1 commit
-
-
songyouwei authored
`is_leaf` may become `False` after `.to(device=device)` function call.
-
- 04 Jun, 2020 1 commit
-
-
prajjwal1 authored
-
- 07 May, 2020 2 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
* Created using Colaboratory * [examples] reorganize files * remove run_tpu_glue.py as superseded by TPU support in Trainer * Bugfix: int, not tuple * move files around
-
- 11 Jan, 2020 1 commit
-
-
IWillPull authored
* Added repetition penalty * Default PPLM repetition_penalty to neutral * Minor modifications to comply with reviewer's suggestions. (j -> token_idx) * Formatted code with `make style`
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 22 Dec, 2019 2 commits
-
-
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.
-
- 05 Dec, 2019 1 commit
-
-
Rosanne Liu authored
* license * changes * ok * Update paper link and commands to run * pointer to uber repo
-
- 03 Dec, 2019 24 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
Co-Authored-By:Piero Molino <w4nderlust@gmail.com>
-
Julien Chaumond authored
-
Piero Molino authored
-
w4nderlust authored
-
w4nderlust authored
-
w4nderlust authored
Imrpovements: model_path renamed pretrained_model, tokenizer loaded from pretrained_model, pretrained_model set to discriminator's when discrim is specified, sample = False by default but cli parameter introduced. To obtain identical samples call the cli with --sample
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
First cleanup step, changing function names and passing parameters all the way through without using args. Identical output as before.
-
piero authored
-
Piero Molino authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Rosanne Liu authored
(cherry picked from commit 566468cc984c6ec7e10dfc62b5b4191781a99cd2)
-
Julien Chaumond authored
Co-authored-by:
piero <piero@uber.com> Co-authored-by:
Rosanne Liu <mimosavvy@gmail.com>
-