Commit cdf0f2fe authored by VictorSanh's avatar VictorSanh
Browse files

fix typo/presentation

parent 8f97f6c5
...@@ -41,7 +41,7 @@ def gpt2Tokenizer(*args, **kwargs): ...@@ -41,7 +41,7 @@ def gpt2Tokenizer(*args, **kwargs):
Args: Args:
pretrained_model_name_or_path: Path to pretrained model archive pretrained_model_name_or_path: Path to pretrained model archive
or one of pre-trained vocab configs below. or one of pre-trained vocab configs below.
* openai-gpt * gpt2
Keyword args: Keyword args:
special_tokens: Special tokens in vocabulary that are not pretrained ([SEP], [CLS]...) special_tokens: Special tokens in vocabulary that are not pretrained ([SEP], [CLS]...)
Default: None Default: None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment