fix typo/presentation

This commit is contained in:
VictorSanh 2019-06-01 17:42:00 -04:00
parent 8f97f6c57f
commit cdf0f2fec3
2 changed files with 97 additions and 97 deletions

View File

@ -41,7 +41,7 @@ def gpt2Tokenizer(*args, **kwargs):
Args:
pretrained_model_name_or_path: Path to pretrained model archive
or one of pre-trained vocab configs below.
* openai-gpt
* gpt2
Keyword args:
special_tokens: Special tokens in vocabulary that are not pretrained ([SEP], [CLS]...)
Default: None