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
2cdfb8b2
Unverified
Commit
2cdfb8b2
authored
Apr 11, 2019
by
Thomas Wolf
Committed by
GitHub
Apr 11, 2019
Browse files
Merge pull request #467 from yaroslavvb/patch-2
Update README.md
parents
074c869b
8fffba5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
examples/lm_finetuning/README.md
examples/lm_finetuning/README.md
+2
-1
No files found.
examples/lm_finetuning/README.md
View file @
2cdfb8b2
...
@@ -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
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