Remove Longformers from ONNX-supported models (#15273)

This commit is contained in:
lewtun
2022-02-07 17:32:13 +01:00
committed by GitHub
parent 7a1412e12b
commit 6775b211b6
5 changed files with 3 additions and 32 deletions

View File

@@ -174,7 +174,6 @@ PYTORCH_EXPORT_MODELS = {
("ibert", "kssteven/ibert-roberta-base"),
("camembert", "camembert-base"),
("distilbert", "distilbert-base-cased"),
# ("longFormer", "longformer-base-4096"),
("roberta", "roberta-base"),
("xlm-roberta", "xlm-roberta-base"),
("layoutlm", "microsoft/layoutlm-base-uncased"),