- 13 Jan, 2019 2 commits
-
-
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 1 commit
-
-
tholor authored
-
- 10 Jan, 2019 1 commit
-
-
Sang-Kil Park authored
It was modified similar to `run_classifier.py`, and Fixed to run properly even if without `--do_train` param.
-
- 08 Jan, 2019 1 commit
-
-
Unknown authored
-
- 07 Jan, 2019 2 commits
- 05 Jan, 2019 1 commit
-
-
Sang-Kil Park authored
Error occurs when `bert_model` param is path or url. Therefore, if it is path, specify the last path to prevent error.
-
- 03 Jan, 2019 4 commits
-
-
Jade Abbott authored
-
Jade Abbott authored
-
Jade Abbott authored
-
Jade Abbott authored
-
- 02 Jan, 2019 1 commit
-
-
Grégory Châtel authored
-
- 20 Dec, 2018 2 commits
-
-
Jasdeep Singh authored
Required to for: Assertion `t >= 0 && t < n_classes` failed, if your default number of classes is not 2.
-
tholor authored
add exemplary training data. update to nvidia apex. refactor 'item -> line in doc' mapping. add warning for unknown word.
-
- 18 Dec, 2018 1 commit
-
-
deepset authored
Adds an example for loading a pre-trained BERT model and fine tune it as a language model (masked tokens & nextSentence) on your target corpus.
-
- 14 Dec, 2018 1 commit
-
-
thomwolf authored
-
- 13 Dec, 2018 6 commits
- 12 Dec, 2018 1 commit
-
-
Deyu Fu authored
-
- 11 Dec, 2018 1 commit
-
-
thomwolf authored
-
- 10 Dec, 2018 1 commit
-
-
Grégory Châtel authored
-
- 09 Dec, 2018 1 commit
-
-
thomwolf authored
-
- 06 Dec, 2018 8 commits
-
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
- 05 Dec, 2018 3 commits
-
-
Grégory Châtel authored
-
Grégory Châtel authored
-
Grégory Châtel authored
-
- 02 Dec, 2018 1 commit
-
-
Davide Fiocco authored
I tried to address https://github.com/huggingface/pytorch-pretrained-BERT/issues/76 should be correct, but there's likely a more efficient way.
-
- 01 Dec, 2018 1 commit
-
-
Davide Fiocco authored
-