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
f0bda06f
Unverified
Commit
f0bda06f
authored
Jul 13, 2020
by
Gaurav Mishra
Committed by
GitHub
Jul 14, 2020
Browse files
Update tokenization_t5.py (#5717)
Minor doc fix.
parent
c3c61ea0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/tokenization_t5.py
src/transformers/tokenization_t5.py
+1
-1
No files found.
src/transformers/tokenization_t5.py
View file @
f0bda06f
...
@@ -61,7 +61,7 @@ PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
...
@@ -61,7 +61,7 @@ PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {
class
T5Tokenizer
(
PreTrainedTokenizer
):
class
T5Tokenizer
(
PreTrainedTokenizer
):
"""
"""
Constructs a
n XLNet
tokenizer. Based on `SentencePiece <https://github.com/google/sentencepiece>`__ .
Constructs a
T5
tokenizer. Based on `SentencePiece <https://github.com/google/sentencepiece>`__ .
This tokenizer inherits from :class:`~transformers.PreTrainedTokenizer` which contains most of the methods. Users
This tokenizer inherits from :class:`~transformers.PreTrainedTokenizer` which contains most of the methods. Users
should refer to the superclass for more information regarding methods.
should refer to the superclass for more information regarding methods.
...
...
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