transformers/examples
deepset a58361f197
Add example for fine tuning BERT language model (#1)
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.
2018-12-18 10:32:25 +01:00
..
extract_features.py set encoding to 'utf-8' in calls to open 2018-12-14 13:48:58 +01:00
run_classifier.py set encoding to 'utf-8' in calls to open 2018-12-14 13:48:58 +01:00
run_lm_finetuning.py Add example for fine tuning BERT language model (#1) 2018-12-18 10:32:25 +01:00
run_squad.py set encoding to 'utf-8' in calls to open 2018-12-14 13:48:58 +01:00
run_swag.py set encoding to 'utf-8' in calls to open 2018-12-14 13:48:58 +01:00