"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "8c5c9a9bbf1dc3da60a6b89069d1775fc347fca1"
- 05 Feb, 2019 4 commits
-
-
thomwolf authored
-
Thomas Wolf authored
fix prediction on run-squad.py example
-
Thomas Wolf authored
Fix learning rate problems in run_classifier.py
-
thomwolf authored
-
- 01 Feb, 2019 4 commits
-
-
joe dumoulin authored
-
Thomas Wolf authored
Avoid confusion of inplace LM masking
-
Thomas Wolf authored
Fix argparse type error
-
Thomas Wolf authored
Minor update in README
-
- 31 Jan, 2019 1 commit
-
-
tholor authored
-
- 30 Jan, 2019 4 commits
-
-
Surya Kasturi authored
-
Surya Kasturi authored
-
Girishkumar authored
Update links to classes in `modeling.py`
-
Matej Svejda authored
-
- 27 Jan, 2019 1 commit
-
-
Matej Svejda authored
-
- 22 Jan, 2019 1 commit
-
-
Matej Svejda authored
-
- 18 Jan, 2019 1 commit
-
-
Thomas Wolf authored
run_squad2 Don't save model if do not train
-
- 17 Jan, 2019 1 commit
-
-
liangtaiwan authored
-
- 16 Jan, 2019 2 commits
-
-
Thomas Wolf authored
(very) minor update to README
-
Davide Fiocco authored
-
- 14 Jan, 2019 5 commits
-
-
Thomas Wolf authored
Fix importing unofficial TF models
-
Thomas Wolf authored
lm_finetuning compatibility with Python 3.5
-
Thomas Wolf authored
Fix documentation (missing backslashes)
-
Thomas Wolf authored
[bug fix] args.do_lower_case is always True
-
nhatchan authored
Importing unofficial TF models seems to be working well, at least for me. This PR resolves #50.
-
- 13 Jan, 2019 3 commits
-
-
nhatchan authored
This PR adds missing backslashes in LM Fine-tuning subsection in README.md.
-
nhatchan authored
dicts are not ordered in Python 3.5 or prior, which is a cause of #175. This PR replaces one with a list, to keep its order.
-
Li Dong authored
The "default=True" makes args.do_lower_case always True. ```python parser.add_argument("--do_lower_case", default=True, action='store_true') ```
-
- 11 Jan, 2019 2 commits
-
-
Thomas Wolf authored
add do_lower_case arg and adjust model saving for lm finetuning.
-
tholor authored
-
- 10 Jan, 2019 3 commits
-
-
Thomas Wolf authored
Added Squad 2.0
-
Thomas Wolf authored
Fix it to run properly even if without `--do_train` param.
-
Sang-Kil Park authored
It was modified similar to `run_classifier.py`, and Fixed to run properly even if without `--do_train` param.
-
- 09 Jan, 2019 1 commit
-
-
Thomas Wolf authored
Never split some texts.
-
- 08 Jan, 2019 3 commits
- 07 Jan, 2019 4 commits
-
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
LayerNorm initialization
-
Thomas Wolf authored
Fix error when `bert_model` param is path or url.
-