- 18 May, 2020 1 commit
-
-
Julien Chaumond authored
see https://github.com/huggingface/transformers/pull/4367#discussion_r426356693 Hat/tip @girishponkiya
-
- 14 May, 2020 1 commit
-
-
Julien Chaumond authored
* Fix: unpin flake8 and fix cs errors * Ok we still need to quote those
-
- 07 May, 2020 1 commit
-
-
Julien Chaumond authored
-
- 13 Mar, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.6.3...release-5.6.6 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 02 Mar, 2020 1 commit
-
-
Victor SANH authored
* fix n_gpu count when no_cuda flag is activated * someone was left behind
-
- 01 Mar, 2020 3 commits
-
-
Julien Chaumond authored
-
VictorSanh authored
-
VictorSanh authored
-
- 26 Feb, 2020 1 commit
-
-
Andrew Walker authored
-
- 18 Feb, 2020 1 commit
-
-
VictorSanh authored
-
- 07 Feb, 2020 2 commits
-
-
VictorSanh authored
-
Julien Chaumond authored
-
- 04 Feb, 2020 1 commit
-
-
Lysandre authored
-
- 03 Feb, 2020 1 commit
-
-
Lysandre authored
Masked indices should have -1 and not -100. Updating documentation + scripts that were forgotten
-
- 24 Jan, 2020 1 commit
-
-
VictorSanh authored
-
- 11 Jan, 2020 2 commits
-
-
VictorSanh authored
-
VictorSanh authored
-
- 10 Jan, 2020 7 commits
-
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Victor SANH authored
-
Lysandre authored
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 23 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
-
- 22 Dec, 2019 7 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
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
-
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
-
- 12 Dec, 2019 1 commit
-
-
LysandreJik authored
-
- 05 Dec, 2019 2 commits
-
-
VictorSanh authored
-
VictorSanh authored
-
- 19 Nov, 2019 1 commit
-
-
Stefan Schweter authored
-