"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d7bd325b5a44054341acc536339adab9ef8e8bb2"
Unverified Commit e239fc3b authored by novice's avatar novice Committed by GitHub
Browse files

Replace NystromformerTokenizer with AutoTokenizer (#15312)

parent dcaa5100
...@@ -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 = "NystromformerTokenizer" _TOKENIZER_FOR_DOC = "AutoTokenizer"
NYSTROMFORMER_PRETRAINED_MODEL_ARCHIVE_LIST = [ NYSTROMFORMER_PRETRAINED_MODEL_ARCHIVE_LIST = [
"uw-madison/nystromformer-512", "uw-madison/nystromformer-512",
......
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