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
f9bc3f57
Commit
f9bc3f57
authored
Jan 30, 2020
by
Julien Chaumond
Committed by
Lysandre Debut
Jan 30, 2020
Browse files
style tweak
parent
0b13fb82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/transformers/configuration_auto.py
src/transformers/configuration_auto.py
+1
-1
src/transformers/tokenization_auto.py
src/transformers/tokenization_auto.py
+1
-1
No files found.
src/transformers/configuration_auto.py
View file @
f9bc3f57
...
...
@@ -80,7 +80,7 @@ CONFIG_MAPPING = OrderedDict(
)
class
AutoConfig
(
object
)
:
class
AutoConfig
:
r
"""
:class:`~transformers.AutoConfig` is a generic configuration class
that will be instantiated as one of the configuration classes of the library
...
...
src/transformers/tokenization_auto.py
View file @
f9bc3f57
...
...
@@ -73,7 +73,7 @@ TOKENIZER_MAPPING = OrderedDict(
)
class
AutoTokenizer
(
object
)
:
class
AutoTokenizer
:
r
""":class:`~transformers.AutoTokenizer` is a generic tokenizer class
that will be instantiated as one of the tokenizer classes of the library
when created with the `AutoTokenizer.from_pretrained(pretrained_model_name_or_path)`
...
...
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