Ubuntu
commited on
Commit
•
dfe993d
1
Parent(s):
8c0ba5b
update README.md
Browse filesSigned-off-by: Ubuntu <azure-node-inc@ICX-96c-672m-node1.154d1uripq3e3njnrimblpn0hg.cx.internal.cloudapp.net>
README.md
CHANGED
@@ -20,7 +20,7 @@ Whisper is a pre-trained model for automatic speech recognition (ASR) and speech
|
|
20 |
|
21 |
This int8 ONNX model is generated by [neural-compressor](https://github.com/intel/neural-compressor) and the fp32 model can be exported with below command:
|
22 |
```shell
|
23 |
-
optimum-cli export onnx --model openai/whisper-
|
24 |
```
|
25 |
|
26 |
| Model Detail | Description |
|
|
|
20 |
|
21 |
This int8 ONNX model is generated by [neural-compressor](https://github.com/intel/neural-compressor) and the fp32 model can be exported with below command:
|
22 |
```shell
|
23 |
+
optimum-cli export onnx --model openai/whisper-tiny whisper-tiny-with-past/ --task automatic-speech-recognition-with-past --opset 13
|
24 |
```
|
25 |
|
26 |
| Model Detail | Description |
|