Add onnx export of models with a multiple choice classification head (#16758)
* Add export of models with a multiple-choice classification head
This commit is contained in:
@@ -182,6 +182,7 @@ PYTORCH_EXPORT_MODELS = {
|
||||
("layoutlm", "microsoft/layoutlm-base-uncased"),
|
||||
("vit", "google/vit-base-patch16-224"),
|
||||
("beit", "microsoft/beit-base-patch16-224"),
|
||||
("data2vec-text", "facebook/data2vec-text-base"),
|
||||
}
|
||||
|
||||
PYTORCH_EXPORT_WITH_PAST_MODELS = {
|
||||
|
||||
Reference in New Issue
Block a user