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
734afa37
Unverified
Commit
734afa37
authored
Nov 04, 2020
by
Pengzhi Gao
Committed by
GitHub
Nov 04, 2020
Browse files
Fix typo in language-modeling README.md (#8287)
parent
7a7e2c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/language-modeling/README.md
examples/language-modeling/README.md
+2
-2
No files found.
examples/language-modeling/README.md
View file @
734afa37
...
...
@@ -68,13 +68,13 @@ python run_mlm.py \
To run on your own training and validation files, use the following command:
```
bash
python run_
c
lm.py
\
python run_
m
lm.py
\
--model_name_or_path
roberta-base
\
--train_file
path_to_train_file
\
--validation_file
path_to_validation_file
\
--do_train
\
--do_eval
\
--output_dir
/tmp/test-
c
lm
--output_dir
/tmp/test-
m
lm
```
If your dataset is organized with one sample per line, you can use the
`--line_by_line`
flag (otherwise the script
...
...
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