- 08 Jan, 2019 2 commits
- 07 Jan, 2019 11 commits
-
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
LayerNorm initialization
-
Thomas Wolf authored
Fix error when `bert_model` param is path or url.
-
Thomas Wolf authored
Allow do_eval to be used without do_train and to use the pretrained model in the output folder
-
Thomas Wolf authored
Adding new pretrained model to the help of the `bert_model` argument.
-
Thomas Wolf authored
Correct the wrong note
-
Thomas Wolf authored
loading saved model when n_classes != 2
-
Thomas Wolf authored
Fixing various class documentations.
-
Thomas Wolf authored
Add example for fine tuning BERT language model
-
Li Dong authored
The LayerNorm gamma and beta should be initialized by .fill_(1.0) and .zero_(). reference links: https://github.com/tensorflow/tensorflow/blob/989e78c412a7e0f5361d4d7dfdfb230c8136e749/tensorflow/contrib/layers/python/layers/layers.py#L2298 https://github.com/tensorflow/tensorflow/blob/989e78c412a7e0f5361d4d7dfdfb230c8136e749/tensorflow/contrib/layers/python/layers/layers.py#L2308
-
- 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
-
- 22 Dec, 2018 1 commit
-
-
wlhgtc authored
-
- 20 Dec, 2018 4 commits
-
-
Jasdeep Singh authored
Required to for: Assertion `t >= 0 && t < n_classes` failed, if your default number of classes is not 2.
-
Julien Chaumond authored
-
tholor authored
add exemplary training data. update to nvidia apex. refactor 'item -> line in doc' mapping. add warning for unknown word.
-
Grégory Châtel authored
-
- 19 Dec, 2018 9 commits
-
-
Thomas Wolf authored
raises value error for bert tokenizer for long sequences
-
Thomas Wolf authored
Use entry-points instead of scripts
-
Thomas Wolf authored
Add license to source distribution
-
-
tholor authored
-
Patrick Sodré authored
-
Patrick Sodré authored
The recommended approach to create launch scripts is to use entry_points and console_scripts. xref: https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
-
Patrick Sodré authored
-
Julien Chaumond authored
-
- 18 Dec, 2018 2 commits
-
-
Patrick Lewis authored
-
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.
-
- 17 Dec, 2018 1 commit
-
-
Thomas Wolf authored
-
- 14 Dec, 2018 4 commits
-
-
Thomas Wolf authored
Minor README fix
-
Daniel Khashabi authored
-
Thomas Wolf authored
-
Thomas Wolf authored
Fourth release
-