Unverified Commit 2cdfb8b2 authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #467 from yaroslavvb/patch-2

Update README.md
parents 074c869b 8fffba5f
...@@ -37,6 +37,7 @@ python3 simple_lm_finetuning.py ...@@ -37,6 +37,7 @@ python3 simple_lm_finetuning.py
--bert_model bert-base-uncased --bert_model bert-base-uncased
--do_lower_case --do_lower_case
--output_dir finetuned_lm/ --output_dir finetuned_lm/
--do_train
``` ```
### Pregenerating training data ### Pregenerating training data
...@@ -60,4 +61,4 @@ python3 finetune_on_pregenerated.py ...@@ -60,4 +61,4 @@ python3 finetune_on_pregenerated.py
--do_lower_case --do_lower_case
--output_dir finetuned_lm/ --output_dir finetuned_lm/
--epochs 3 --epochs 3
``` ```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment