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
e239fc3b
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d7bd325b5a44054341acc536339adab9ef8e8bb2"
Unverified
Commit
e239fc3b
authored
Jan 24, 2022
by
novice
Committed by
GitHub
Jan 24, 2022
Browse files
Replace NystromformerTokenizer with AutoTokenizer (#15312)
parent
dcaa5100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/nystromformer/modeling_nystromformer.py
...ansformers/models/nystromformer/modeling_nystromformer.py
+1
-1
No files found.
src/transformers/models/nystromformer/modeling_nystromformer.py
View file @
e239fc3b
...
@@ -47,7 +47,7 @@ logger = logging.get_logger(__name__)
...
@@ -47,7 +47,7 @@ logger = logging.get_logger(__name__)
_CHECKPOINT_FOR_DOC
=
"uw-madison/nystromformer-512"
_CHECKPOINT_FOR_DOC
=
"uw-madison/nystromformer-512"
_CONFIG_FOR_DOC
=
"NystromformerConfig"
_CONFIG_FOR_DOC
=
"NystromformerConfig"
_TOKENIZER_FOR_DOC
=
"
Nystromformer
Tokenizer"
_TOKENIZER_FOR_DOC
=
"
Auto
Tokenizer"
NYSTROMFORMER_PRETRAINED_MODEL_ARCHIVE_LIST
=
[
NYSTROMFORMER_PRETRAINED_MODEL_ARCHIVE_LIST
=
[
"uw-madison/nystromformer-512"
,
"uw-madison/nystromformer-512"
,
...
...
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