fix small typo (#8644)

Fixed a small typo on the XLNet and permutation language modelling section
This commit is contained in:
Matthias 2020-11-19 08:24:11 -08:00 committed by GitHub
parent 4208f496ee
commit a79a96ddaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \