"docs/vscode:/vscode.git/clone" did not exist on "119dc50e2a621f85ba0873dd1591e288cdd3eae0"
- 22 Dec, 2019 2 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 is the result of: $ isort --recursive examples templates transformers utils hubconf.py setup.py
-
- 21 Dec, 2019 2 commits
-
-
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. -
Aymeric Augustin authored
Since the file is written to the filesystem, a filesystem lock is the way to go here. Add a dependency on the third-party filelock library to get cross-platform functionality.
-
- 20 Dec, 2019 2 commits
- 19 Dec, 2019 1 commit
-
-
Morgan Funtowicz authored
-
- 17 Dec, 2019 2 commits
-
-
Lysandre authored
-
Morgan Funtowicz authored
-
- 13 Dec, 2019 1 commit
-
-
Lysandre authored
-
- 10 Dec, 2019 1 commit
-
-
thomwolf authored
-
- 06 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
* Switch to plain unittest for skipping slow tests. Add a RUN_SLOW environment variable for running them. * Switch to plain unittest for PyTorch dependency. * Switch to plain unittest for TensorFlow dependency. * Avoid leaking open files in the test suite. This prevents spurious warnings when running tests. * Fix unicode warning on Python 2 when running tests. The warning was: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal * Support running PyTorch tests on a GPU. Reverts 27e015bd. * Tests no longer require pytest. * Make tests pass on cuda
-
- 04 Dec, 2019 1 commit
-
-
Julien Chaumond authored
-
- 03 Dec, 2019 1 commit
-
-
LysandreJik authored
-
- 26 Nov, 2019 1 commit
-
-
Lysandre authored
-
- 11 Oct, 2019 1 commit
-
-
Lysandre authored
-
- 09 Oct, 2019 1 commit
-
-
LysandreJik authored
-
- 26 Sep, 2019 3 commits
- 08 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 05 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 04 Sep, 2019 1 commit
-
-
thomwolf authored
-
- 28 Aug, 2019 1 commit
-
-
Shijie Wu authored
-
- 24 Aug, 2019 1 commit
-
-
Shijie Wu authored
-
- 23 Aug, 2019 1 commit
-
-
Shijie Wu authored
Tokenization behave the same as original XLM proprocessing for most languages except zh, ja and th; Change API to allow specifying language in `tokenize`
-
- 15 Aug, 2019 1 commit
-
-
LysandreJik authored
-
- 05 Aug, 2019 1 commit
-
-
thomwolf authored
-
- 16 Jul, 2019 2 commits
- 05 Jul, 2019 2 commits
- 21 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 25 Apr, 2019 1 commit
-
-
thomwolf authored
-
- 18 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 17 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 13 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 05 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 08 Jan, 2019 1 commit
-
-
thomwolf authored
-
- 19 Dec, 2018 1 commit
-
-
Patrick Sodr茅 authored
The recommended approach to create launch scripts is to use entry_points and console_scripts. xref: https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
-