- 04 Aug, 2019 2 commits
- 27 Jul, 2019 3 commits
- 26 Jul, 2019 4 commits
- 23 Jul, 2019 14 commits
-
-
Thomas Wolf authored
Rework how PreTrainedModel.from_pretrained handles its arguments
-
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
-
- 18 Jul, 2019 6 commits
-
-
Thomas Wolf authored
fix some errors for distributed lm_finetuning
-
Thomas Wolf authored
Update Readme link for Fine Tune/Usage section
-
Peiqin Lin authored
-
yzy5630 authored
-
Praateek Mahajan authored
Incorrect link for `Quick tour: Fine-tuning/usage scripts`
-
yzy5630 authored
-
- 17 Jul, 2019 4 commits
-
-
yzy5630 authored
-
thomwolf authored
-
Thomas Wolf authored
import sys twice
-
Thomas Wolf authored
Minor documentation updates
-