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
a79a96dd
Unverified
Commit
a79a96dd
authored
Nov 19, 2020
by
Matthias
Committed by
GitHub
Nov 19, 2020
Browse files
fix small typo (#8644)
Fixed a small typo on the XLNet and permutation language modelling section
parent
4208f496
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 @
a79a96dd
...
@@ -164,7 +164,7 @@ context length for permutation language modeling.
...
@@ -164,7 +164,7 @@ context length for permutation language modeling.
The
`--max_span_length`
flag may also be used to limit the length of a span of masked tokens used
The
`--max_span_length`
flag may also be used to limit the length of a span of masked tokens used
for permutation language modeling.
for permutation language modeling.
Here is how to fine-tun XLNet on wikitext-2:
Here is how to fine-tun
e
XLNet on wikitext-2:
```
bash
```
bash
python run_plm.py
\
python run_plm.py
\
...
...
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