"test/vscode:/vscode.git/clone" did not exist on "fc78640e00e39520fa7126789d23369d2f104d0c"
- 07 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 06 Feb, 2019 1 commit
-
-
thomwolf authored
-
- 05 Feb, 2019 6 commits
- 01 Feb, 2019 1 commit
-
-
joe dumoulin authored
-
- 31 Jan, 2019 1 commit
-
-
tholor authored
-
- 30 Jan, 2019 3 commits
-
-
Surya Kasturi authored
-
Surya Kasturi authored
-
Matej Svejda authored
-
- 27 Jan, 2019 1 commit
-
-
Matej Svejda authored
-
- 22 Jan, 2019 1 commit
-
-
Matej Svejda authored
-
- 19 Jan, 2019 1 commit
-
-
liangtaiwan authored
-
- 17 Jan, 2019 1 commit
-
-
liangtaiwan authored
-
- 16 Jan, 2019 2 commits
- 15 Jan, 2019 2 commits
- 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 3 commits
-
-
Sang-Kil Park authored
It was modified similar to `run_classifier.py`, and Fixed to run properly even if without `--do_train` param.
-
thomwolf authored
-
thomwolf authored
-
- 08 Jan, 2019 2 commits
- 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.
-