- 29 Jan, 2019 3 commits
- 28 Jan, 2019 4 commits
- 17 Jan, 2019 1 commit
-
-
thomwolf authored
-
- 16 Jan, 2019 6 commits
- 15 Jan, 2019 4 commits
- 10 Jan, 2019 2 commits
- 08 Jan, 2019 4 commits
- 07 Jan, 2019 13 commits
-
-
-
thomwolf authored
-
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 2 commits
-
-
Jade Abbott authored
-
Jade Abbott authored
-