- 25 Dec, 2019 20 commits
-
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
add past hidden key states for more efficient language generation & add prepare_inputs for gpt2 and ctrl model
-
Thomas Wolf authored
fix repetition penalty error in modeling_utils.py
-
Thomas Wolf authored
Fix F841 flake8 warning
-
Thomas Wolf authored
fix bug in prepare inputs for language generation for xlm for effective batch_size > 1
-
Thomas Wolf authored
Correct tokenization for special and added tokens
-
vitaliyradchenko authored
-
vitaliyradchenko authored
-
Thomas Wolf authored
revert erroneous fix #2276
-
James Noeckel authored
-
James Noeckel authored
-
- 24 Dec, 2019 9 commits
-
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
Improve setup and requirements
-
Aymeric Augustin authored
-
Aymeric Augustin authored
Use -e only in docs targeted at contributors. If a user copy-pastes command line with [--editable], they will hit an error. If they don't know the --editable option, we're giving them a choice to make before they can move forwards, but this isn't a choice they need to make right now.
-
- 23 Dec, 2019 11 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
Improve handling of optional imports
-
Aymeric Augustin authored
This is really just for consistency.
-
Aymeric Augustin authored
Else, the next line fails with a confusion exception because the spm variable isn't defined.
-
Aymeric Augustin authored
ImportError isn't really appropriate when there's no import involved.
-
Aymeric Augustin authored
Most module use the simpler `raise` version. Normalize those that don't.
-
Aymeric Augustin authored
Most users don't need it.
-