- 31 Jul, 2019 2 commits
-
-
Pierric Cistac authored
-
Grégory Châtel authored
-
- 26 Jul, 2019 5 commits
-
-
Thomas Wolf authored
Small fixes
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
fix multi-gpu training bug when using fp16
-
zijunsun authored
-
- 25 Jul, 2019 7 commits
-
-
Thomas Wolf authored
Fixed import to use torchscript flag.
-
Thomas Wolf authored
Update docs for parameter rename
-
Thomas Wolf authored
fix squad v1 error (na_prob_file should be None)
-
Thomas Wolf authored
make save_pretrained do the right thing with added tokens
-
Sukuya authored
Update torchscript.rst
-
Sukuya authored
Import fixed to pytorch_transformers else torchscript flag can't be used.
-
zijunsun authored
-
- 24 Jul, 2019 3 commits
-
-
Joel Grus authored
right now it's dumping the *decoder* when it should be dumping the *encoder*. this fixes that.
-
rococo // Ron authored
OpenAIGPTLMHeadModel now accepts `labels` instead of `lm_labels`
-
Chi-Liang Liu authored
-
- 23 Jul, 2019 16 commits
-
-
Thomas Wolf authored
Add nn.Identity replacement for old PyTorch
-
Thomas Wolf authored
Rework how PreTrainedModel.from_pretrained handles its arguments
-
thomwolf authored
-
thomwolf authored
-
thomwolf authored
-
Anish Moorthy authored
-
Anish Moorthy authored
-
Thomas Wolf authored
-
Thomas Wolf authored
Updating schedules for state_dict saving/loading
-
thomwolf authored
-
Thomas Wolf authored
fixed version issues in run_openai_gpt
-
Thomas Wolf authored
typos
-
Thomas Wolf authored
read().splitlines() -> readlines()
-
thomwolf authored
-
Yiqing-Zhou authored
-
thomwolf authored
-
- 22 Jul, 2019 4 commits
-
-
Anish Moorthy authored
-
Anish Moorthy authored
-
Yiqing-Zhou authored
Remove '\n' before adding token into vocab
-
Yiqing-Zhou authored
splitlines() does not work as what we expect here for bert-base-chinese because there is a '\u2028' (unicode line seperator) token in vocab file. Value of '\u2028'.splitlines() is ['', '']. Perhaps we should use readlines() instead.
-
- 21 Jul, 2019 2 commits
-
-
rish-16 authored
-
Peiqin Lin authored
-
- 20 Jul, 2019 1 commit
-
-
Rabeeh KARIMI authored
-