Unverified Commit 9cac4fab authored by cronoik's avatar cronoik Committed by GitHub
Browse files

documentation linked to the parent class PreTrainedTokenizerFast but it should...

documentation linked to the parent class PreTrainedTokenizerFast but it should be the slow tokenizer (#11410)
parent b7fc043f
...@@ -81,7 +81,7 @@ class RobertaTokenizer(GPT2Tokenizer): ...@@ -81,7 +81,7 @@ class RobertaTokenizer(GPT2Tokenizer):
When used with ``is_split_into_words=True``, this tokenizer will add a space before each word (even the first When used with ``is_split_into_words=True``, this tokenizer will add a space before each word (even the first
one). one).
This tokenizer inherits from :class:`~transformers.PreTrainedTokenizerFast` which contains most of the main This tokenizer inherits from :class:`~transformers.PreTrainedTokenizer` which contains most of the main
methods. Users should refer to this superclass for more information regarding those methods. methods. Users should refer to this superclass for more information regarding those methods.
Args: Args:
......
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