mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Merge pull request #190 from nhatchan/20190113_finetune_doc
Fix documentation (missing backslashes)
This commit is contained in:
commit
c94455651e
14
README.md
14
README.md
@ -506,13 +506,13 @@ Training one epoch on this corpus takes about 1:20h on 4 x NVIDIA Tesla P100 wit
|
||||
|
||||
```shell
|
||||
python run_lm_finetuning.py \
|
||||
--bert_model bert-base-cased
|
||||
--do_train
|
||||
--train_file samples/sample_text.txt
|
||||
--output_dir models
|
||||
--num_train_epochs 5.0
|
||||
--learning_rate 3e-5
|
||||
--train_batch_size 32
|
||||
--bert_model bert-base-cased \
|
||||
--do_train \
|
||||
--train_file samples/sample_text.txt \
|
||||
--output_dir models \
|
||||
--num_train_epochs 5.0 \
|
||||
--learning_rate 3e-5 \
|
||||
--train_batch_size 32 \
|
||||
--max_seq_length 128
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user