- 16 Apr, 2019 2 commits
-
-
Abhi Sharma authored
-
Thomas Wolf authored
Better serialization for Tokenizers and Configuration classes - Also fix #466
-
- 15 Apr, 2019 23 commits
-
-
thomwolf authored
-
Thomas Wolf authored
Clean up GPT and GPT-2 losses computation
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
making unconditional generation work
-
Thomas Wolf authored
-
Thomas Wolf authored
Extend the BertForSequenceClassification docs to mention the special CLS token.
-
Thomas Wolf authored
Fix tsv read error in Windows
-
Thomas Wolf authored
Added a helpful error for users with single-document corpuses - fixes # 452
-
thomwolf authored
-
- 12 Apr, 2019 3 commits
-
-
Martin Boyanov authored
-
Matthew Carrigan authored
error for users whose corpus is just one giant document.
-
thomwolf authored
-
- 11 Apr, 2019 11 commits
-
-
thomwolf authored
-
Thomas Wolf authored
fix run_gpt2.py
-
Thomas Wolf authored
Update README.md
-
Jie Yang authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
-
thomwolf authored
-
- 09 Apr, 2019 1 commit
-
-
Yaroslav Bulatov authored
Fix for ```> > > > 04/09/2019 21:39:38 - INFO - __main__ - device: cuda n_gpu: 1, distributed training: False, 16-bits training: False Traceback (most recent call last): File "/home/ubuntu/pytorch-pretrained-BERT/examples/lm_finetuning/simple_lm_finetuning.py", line 642, in <module> main() File "/home/ubuntu/pytorch-pretrained-BERT/examples/lm_finetuning/simple_lm_finetuning.py", line 502, in main raise ValueError("Training is currently the only implemented execution option. Please set `do_train`.") ValueError: Training is currently the only implemented execution option. Please set `do_train`. ```
-