Upload ONNX export for small
Browse files- README.md +21 -0
- small-decoder.int8.onnx +3 -0
- small-decoder.onnx +3 -0
- small-encoder.int8.onnx +3 -0
- small-encoder.onnx +3 -0
- small-tokens.txt +0 -0
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: onnxruntime
|
| 3 |
+
tags:
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
- whisper
|
| 6 |
+
- onnx
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# rishi-test/whisper-small
|
| 10 |
+
|
| 11 |
+
This repository contains ONNX exports for Whisper model variant `small`.
|
| 12 |
+
|
| 13 |
+
## Files
|
| 14 |
+
|
| 15 |
+
- `*.onnx`: encoder/decoder export files
|
| 16 |
+
- `*-tokens.txt`: tokenizer tokens for this export
|
| 17 |
+
|
| 18 |
+
## Notes
|
| 19 |
+
|
| 20 |
+
- Exported locally from Whisper checkpoints.
|
| 21 |
+
- Validate tensor names/shapes in your runtime before production use.
|
small-decoder.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:193508bf805c3fb0212836c49515a4aad3465bf25afcaa069d745490a3d932ce
|
| 3 |
+
size 262434151
|
small-decoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab95fe9f7fdfe865b83f96e037e84e6e392108922f680c93bdb38a50b58d1f11
|
| 3 |
+
size 559275550
|
small-encoder.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc8e3507982481c0a45acf7a476ca802a81e64a830e3d1c398ed2a6b86538edb
|
| 3 |
+
size 112445386
|
small-encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da8c6444153c2bc5916bb31c6899aa7b96a2c3ff6dcfa966645fd0eb392270cb
|
| 3 |
+
size 409531196
|
small-tokens.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|