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
5b004001
Unverified
Commit
5b004001
authored
Dec 10, 2021
by
Nicolas Patry
Committed by
GitHub
Dec 10, 2021
Browse files
Adding `Perceiver` to `AutoTokenizer`. (#14711)
parent
59d684fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/transformers/models/auto/tokenization_auto.py
src/transformers/models/auto/tokenization_auto.py
+7
-0
No files found.
src/transformers/models/auto/tokenization_auto.py
View file @
5b004001
...
@@ -223,6 +223,13 @@ else:
...
@@ -223,6 +223,13 @@ else:
"CLIPTokenizerFast"
if
is_tokenizers_available
()
else
None
,
"CLIPTokenizerFast"
if
is_tokenizers_available
()
else
None
,
),
),
),
),
(
"perceiver"
,
(
"PerceiverTokenizer"
,
None
,
),
),
]
]
)
)
...
...
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