"docs/source/ja/tasks/token_classification.md" did not exist on "77321481247787c97568c3b9f64b19e22351bab8"
Commit 52166f67 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Style

parent 9cac4fab
......@@ -81,8 +81,8 @@ class RobertaTokenizer(GPT2Tokenizer):
When used with ``is_split_into_words=True``, this tokenizer will add a space before each word (even the first
one).
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.
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.
Args:
vocab_file (:obj:`str`):
......
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