mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
fix small typo (#8644)
Fixed a small typo on the XLNet and permutation language modelling section
This commit is contained in:
parent
4208f496ee
commit
a79a96ddaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
for permutation language modeling.
|
||||
|
||||
Here is how to fine-tun XLNet on wikitext-2:
|
||||
Here is how to fine-tune XLNet on wikitext-2:
|
||||
|
||||
```bash
|
||||
python run_plm.py \
|
||||
|
|
|
|||
Loading…
Reference in a new issue