Unverified Commit dcb0e614 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

push (#11667)

parent 05a93067
......@@ -63,6 +63,7 @@ from .configuration_auto import (
BertConfig,
BertGenerationConfig,
BigBirdConfig,
BigBirdPegasusConfig,
BlenderbotConfig,
BlenderbotSmallConfig,
CamembertConfig,
......@@ -275,6 +276,7 @@ TOKENIZER_MAPPING = OrderedDict(
(Wav2Vec2Config, (Wav2Vec2CTCTokenizer, None)),
(GPTNeoConfig, (GPT2Tokenizer, GPT2TokenizerFast)),
(LukeConfig, (LukeTokenizer, None)),
(BigBirdPegasusConfig, (PegasusTokenizer, PegasusTokenizerFast)),
]
)
......
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