- 22 Dec, 2019 4 commits
-
-
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
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
Ignore warnings related to Python 2, because it's going away soon.
-
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.
-
- 16 Dec, 2019 2 commits
- 12 Dec, 2019 1 commit
-
-
Julien Chaumond authored
-
- 11 Dec, 2019 2 commits
-
-
Morgan Funtowicz authored
-
Morgan Funtowicz authored
-
- 10 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 08 Nov, 2019 1 commit
-
-
thomwolf authored
-
- 31 Oct, 2019 1 commit
-
-
Sergey Mironov authored
-
- 11 Oct, 2019 1 commit
-
-
Lysandre authored
-
- 26 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 24 Sep, 2019 3 commits
- 08 Sep, 2019 2 commits
- 04 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 30 Aug, 2019 4 commits
-
-
thomwolf authored
-
LysandreJik authored
-
thomwolf authored
-
LysandreJik authored
Added multiple AutoModel classes: AutoModelWithLMHead, AutoModelForQuestionAnswering and AutoModelForSequenceClassification
-
- 28 Aug, 2019 3 commits
-
-
thomwolf authored
-
VictorSanh authored
-
LysandreJik authored
-
- 27 Aug, 2019 1 commit
-
-
thomwolf authored
-
- 26 Aug, 2019 1 commit
-
-
LysandreJik authored
Added multiple AutoModel classes: AutoModelWithLMHead, AutoModelForQuestionAnswering and AutoModelForSequenceClassification
-
- 16 Aug, 2019 1 commit
-
-
LysandreJik authored
-
- 15 Aug, 2019 2 commits
-
-
LysandreJik authored
-
LysandreJik authored
-
- 05 Aug, 2019 3 commits
- 27 Jul, 2019 2 commits
- 26 Jul, 2019 1 commit
-
-
thomwolf authored
-