Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
52166f67
Commit
52166f67
authored
Apr 23, 2021
by
Sylvain Gugger
Browse files
Style
parent
9cac4fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/transformers/models/roberta/tokenization_roberta.py
src/transformers/models/roberta/tokenization_roberta.py
+2
-2
No files found.
src/transformers/models/roberta/tokenization_roberta.py
View file @
52166f67
...
...
@@ -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`):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment