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__)
_CHECKPOINT_FOR_DOC = "uw-madison/nystromformer-512"
_CONFIG_FOR_DOC = "NystromformerConfig"
_TOKENIZER_FOR_DOC = "NystromformerTokenizer"
_TOKENIZER_FOR_DOC = "AutoTokenizer"
NYSTROMFORMER_PRETRAINED_MODEL_ARCHIVE_LIST = [
"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