[LongT5] Rename checkpoitns (#17700)

This commit is contained in:
Patrick von Platen
2022-06-14 14:10:50 +02:00
committed by GitHub
parent 3b29c9fdb7
commit 53496ac510
5 changed files with 26 additions and 26 deletions

View File

@@ -213,8 +213,8 @@ PYTORCH_EXPORT_SEQ2SEQ_WITH_PAST_MODELS = {
("blenderbot-small", "facebook/blenderbot_small-90M"),
("blenderbot", "facebook/blenderbot-400M-distill"),
("bigbird-pegasus", "google/bigbird-pegasus-large-arxiv"),
("longt5", "google/LongT5-Local-Base"),
("longt5", "google/LongT5-TGlobal-Base"),
("longt5", "google/long-t5-local-base"),
("longt5", "google/long-t5-tglobal-base"),
}
# TODO(lewtun): Include the same model types in `PYTORCH_EXPORT_MODELS` once TensorFlow has parity with the PyTorch model implementations.