- 02 Mar, 2020 1 commit
-
-
Victor SANH authored
* fix n_gpu count when no_cuda flag is activated * someone was left behind
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 22 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
Do manually what autoflake couldn't manage.
-
Aymeric Augustin authored
This change is mostly autogenerated with: $ python -m autoflake --in-place --recursive --remove-all-unused-imports --ignore-init-module-imports examples templates transformers utils hubconf.py setup.py I made minor changes in the generated diff. -
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
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.
-
- 08 Nov, 2019 1 commit
-
-
Adrian Bauer authored
Make imports and args.overwrite_cache match run_glue.py
-
- 04 Nov, 2019 1 commit
-
-
thomwolf authored
-
- 26 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 13 Aug, 2019 1 commit
-
-
tuvuumass authored
-
- 14 Jul, 2019 1 commit
-
-
thomwolf authored
-
- 12 Jul, 2019 1 commit
-
-
thomwolf authored
-
- 05 Jul, 2019 1 commit
-
-
thomwolf authored
-
- 24 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 19 Jun, 2019 10 commits
- 18 Jun, 2019 2 commits
- 21 Apr, 2019 1 commit
-
-
Sangwhan Moon authored
-
- 16 Apr, 2019 2 commits
-
-
Ben Mann authored
-
Abhi Sharma authored
-
- 09 Apr, 2019 1 commit
-
-
Benjamin Mann authored
-
- 07 Apr, 2019 2 commits
-
-
Dhanajit Brahma authored
-
dhanajitb authored
```while not args.unconditional: if not args.unconditional: ``` These lines have been updated
-
- 28 Mar, 2019 1 commit
-
-
dhanajitb authored
The unconditional generation works now but if the seed is fixed, the sample is the same every time. n_samples > 1 will give different samples though. I am giving the start token as '<|endoftext|>' for the unconditional generation.
-
- 08 Mar, 2019 1 commit
-
-
Elon Musk authored
-
- 03 Mar, 2019 1 commit
-
-
Catalin Voss authored
-
- 18 Feb, 2019 2 commits