- 23 Jan, 2020 3 commits
- 15 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 07 Jan, 2020 1 commit
-
-
Genta Indra Winata authored
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 22 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This prevents transformers from being importable simply because the CWD is the root of the git repository, while not being importable from other directories. That led to inconsistent behavior, especially in examples. Once you fetch this commit, in your dev environment, you must run: $ pip uninstall transformers $ pip install -e . -
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 examples templates transformers utils hubconf.py setup.py I made minor changes in the generated diff. -
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.
-
- 12 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 12 Nov, 2019 2 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
- 05 Nov, 2019 1 commit
-
-
Julien Chaumond authored
-
- 30 Oct, 2019 1 commit
-
-
Timothy Liu authored
-
- 27 Oct, 2019 1 commit
-
-
Lorenzo Ampil authored
-
- 10 Oct, 2019 1 commit
-
-
thomwolf authored
-
- 02 Oct, 2019 1 commit
-
-
Santiago Castro authored
-
- 26 Sep, 2019 2 commits
- 24 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 23 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 18 Sep, 2019 2 commits
- 13 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 11 Sep, 2019 3 commits
- 08 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 04 Sep, 2019 2 commits
- 31 Aug, 2019 6 commits
-
-
LysandreJik authored
-
LysandreJik authored
-
LysandreJik authored
-
LysandreJik authored
-
LysandreJik authored
Now raises a warning when a head to be deleted already has been deleted. An integration test verifying the total pipeline (-> from config -> save model -> load model -> additional head pruning) has been added.
-
LysandreJik authored
-