Skip to content

Commit

Permalink
add more whisper onnx models (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Dec 14, 2023
1 parent 66193b5 commit 9d17bca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/onnx/pretrained_models/whisper/export-onnx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@ from the following huggingface repositories:
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-base.en>`_
* - ``small.en``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-small.en>`_
* - ``distil-small.en``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-distil-small.en>`_
* - ``medium.en``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-medium.en>`_
* - ``distil-medium.en``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-distil-medium.en>`_
* - ``tiny``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-tiny>`_
* - ``base``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-base>`_
* - ``small``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-small>`_
* - ``medium``
- `<https://huggingface.co/csukuangfj/sherpa-onnx-whisper-medium>`_

If you want to export the models by yourself or/and want to learn how the models
are exported, please read below.
Expand Down

0 comments on commit 9d17bca

Please sign in to comment.