- 20 Apr, 2020 1 commit
-
-
Andrey Kulagin authored
-
- 18 Apr, 2020 1 commit
-
-
Thomas Wolf authored
* First pass on utility classes and python tokenizers * finishing cleanup pass * style and quality * Fix tests * Updating following @mfuntowicz comment * style and quality * Fix Roberta * fix batch_size/seq_length inBatchEncoding * add alignement methods + tests * Fix OpenAI and Transfo-XL tokenizers * adding trim_offsets=True default for GPT2 et RoBERTa * style and quality * fix tests * add_prefix_space in roberta * bump up tokenizers to rc7 * style * unfortunately tensorfow does like these - removing shape/seq_len for now * Update src/transformers/tokenization_utils.py Co-Authored-By:
Stefan Schweter <stefan@schweter.it> * Adding doc and docstrings * making flake8 happy Co-authored-by:
Stefan Schweter <stefan@schweter.it>
-
- 13 Apr, 2020 1 commit
-
-
elk-cloner authored
-
- 02 Apr, 2020 2 commits
-
-
Nicolas authored
* Resizing embedding matrix after sending it to the optimizer prevents from updating the newly resized matrix. * Remove space for style matter
-
Mark Kockerbeck authored
-
- 24 Mar, 2020 3 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
- 02 Mar, 2020 1 commit
-
-
Victor SANH authored
* fix n_gpu count when no_cuda flag is activated * someone was left behind
-
- 12 Feb, 2020 2 commits
- 07 Feb, 2020 1 commit
-
-
Julien Chaumond authored
-
- 05 Feb, 2020 1 commit
-
-
Julien Chaumond authored
see 1ebfeb79 and #2728 Co-Authored-By:
Lysandre Debut <lysandre.debut@reseau.eseo.fr>
-
- 04 Feb, 2020 2 commits
- 03 Feb, 2020 1 commit
-
-
Lysandre authored
Masked indices should have -1 and not -100. Updating documentation + scripts that were forgotten
-
- 28 Jan, 2020 2 commits
-
-
Lysandre authored
-
Julien Chaumond authored
ping @lysandrejik
-
- 21 Jan, 2020 5 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
cc @lysandrejik
-
Julien Chaumond authored
-
Julien Chaumond authored
-
- 07 Jan, 2020 2 commits
-
-
Oren Amsalem authored
-
Lysandre Debut authored
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 01 Jan, 2020 1 commit
-
-
Julien Chaumond authored
-
- 22 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
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.
-
- 19 Dec, 2019 2 commits
-
-
Julien Chaumond authored
-
Aidan Kierans authored
* Small clarification Matches line 431 to line 435 for additional clarity and consistency. * Fixed minor typo The letter "s" was previously omitted from the word "docstrings".
-
- 10 Dec, 2019 1 commit
-
-
LysandreJik authored
-
- 09 Dec, 2019 3 commits
-
-
Bilal Khan authored
-
Bilal Khan authored
-
Bilal Khan authored
-