Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ba37ddc5
Commit
ba37ddc5
authored
Feb 06, 2019
by
thomwolf
Browse files
fix run_lm_modeling example command line
parent
6179f537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
README.md
README.md
+9
-8
No files found.
README.md
View file @
ba37ddc5
...
@@ -680,14 +680,15 @@ Training one epoch on this corpus takes about 1:20h on 4 x NVIDIA Tesla P100 wit
...
@@ -680,14 +680,15 @@ Training one epoch on this corpus takes about 1:20h on 4 x NVIDIA Tesla P100 wit
```
shell
```
shell
python run_lm_finetuning.py
\
python run_lm_finetuning.py
\
--bert_model bert-base-cased
--bert_model bert-base-uncased
\
--do_train
--do_lower_case
\
--train_file samples/sample_text.txt
--do_train
\
--output_dir models
--train_file ../samples/sample_text.txt
\
--num_train_epochs 5.0
--output_dir models
\
--learning_rate 3e-5
--num_train_epochs 5.0
\
--train_batch_size 32
--learning_rate 3e-5
\
--max_seq_length 128
--train_batch_size 32
\
--max_seq_length 128
\
```
```
## Fine-tuning BERT-large on GPUs
## Fine-tuning BERT-large on GPUs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment