Added BigBirdPegasus onnx config (#17104)

* Add onnx configuration for bigbird-pegasus

* Modify docs
This commit is contained in:
Ritik Nandwal
2022-05-06 21:01:00 +05:30
committed by GitHub
parent 351cdbdfdc
commit 215e0681e4
5 changed files with 254 additions and 3 deletions

View File

@@ -201,6 +201,7 @@ PYTORCH_EXPORT_SEQ2SEQ_WITH_PAST_MODELS = {
("m2m-100", "facebook/m2m100_418M"),
("blenderbot-small", "facebook/blenderbot_small-90M"),
("blenderbot", "facebook/blenderbot-400M-distill"),
("bigbird-pegasus", "google/bigbird-pegasus-large-arxiv"),
}
# TODO(lewtun): Include the same model types in `PYTORCH_EXPORT_MODELS` once TensorFlow has parity with the PyTorch model implementations.