Added onnx config whisper (#19525)

* Added onnx config whisper

* added whisper support onnx

* add audio input data

* added whisper support onnx

* fixed the seqlength value

* Updated the whisper onnx ocnfig

* restore files to old version

* removed attention mask from inputs

* Updated get_dummy_input_onnxruntime docstring

* Updated relative imports and token generation

* update docstring
This commit is contained in:
Mohit Sharma
2022-11-01 17:20:42 +05:30
committed by GitHub
parent c3a93d8d82
commit c796b6dea6
7 changed files with 148 additions and 6 deletions

View File

@@ -100,6 +100,7 @@ Ready-made configurations include the following architectures:
- Table Transformer
- Vision Encoder decoder
- ViT
- Whisper
- XLM
- XLM-RoBERTa
- XLM-RoBERTa-XL