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
dcb0e614
Unverified
Commit
dcb0e614
authored
May 10, 2021
by
Patrick von Platen
Committed by
GitHub
May 10, 2021
Browse files
push (#11667)
parent
05a93067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/transformers/models/auto/tokenization_auto.py
src/transformers/models/auto/tokenization_auto.py
+2
-0
No files found.
src/transformers/models/auto/tokenization_auto.py
View file @
dcb0e614
...
@@ -63,6 +63,7 @@ from .configuration_auto import (
...
@@ -63,6 +63,7 @@ from .configuration_auto import (
BertConfig
,
BertConfig
,
BertGenerationConfig
,
BertGenerationConfig
,
BigBirdConfig
,
BigBirdConfig
,
BigBirdPegasusConfig
,
BlenderbotConfig
,
BlenderbotConfig
,
BlenderbotSmallConfig
,
BlenderbotSmallConfig
,
CamembertConfig
,
CamembertConfig
,
...
@@ -275,6 +276,7 @@ TOKENIZER_MAPPING = OrderedDict(
...
@@ -275,6 +276,7 @@ TOKENIZER_MAPPING = OrderedDict(
(
Wav2Vec2Config
,
(
Wav2Vec2CTCTokenizer
,
None
)),
(
Wav2Vec2Config
,
(
Wav2Vec2CTCTokenizer
,
None
)),
(
GPTNeoConfig
,
(
GPT2Tokenizer
,
GPT2TokenizerFast
)),
(
GPTNeoConfig
,
(
GPT2Tokenizer
,
GPT2TokenizerFast
)),
(
LukeConfig
,
(
LukeTokenizer
,
None
)),
(
LukeConfig
,
(
LukeTokenizer
,
None
)),
(
BigBirdPegasusConfig
,
(
PegasusTokenizer
,
PegasusTokenizerFast
)),
]
]
)
)
...
...
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