Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
28d16e7a
Unverified
Commit
28d16e7a
authored
Nov 19, 2020
by
Tim Isbister
Committed by
GitHub
Nov 18, 2020
Browse files
Update README.md (#8635)
parent
b290195a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/language-modeling/README.md
examples/language-modeling/README.md
+1
-1
No files found.
examples/language-modeling/README.md
View file @
28d16e7a
...
...
@@ -90,7 +90,7 @@ selected tokens (which may be part of words), they mask randomly selected words
to that word). This technique has been refined for Chinese in
[
this paper
](
https://arxiv.org/abs/1906.08101
)
.
To fine-tune a model using whole word masking, use the following script:
```
bash
python run_mlm_wwm.py
\
--model_name_or_path
roberta-base
\
--dataset_name
wikitext
\
...
...
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