Add distil-wav2vec2 ONNX models (fp16, fp32, int8) and update README
Browse files- README.md +25 -3
- onnx/distil-wav2vec2_fp16.onnx +3 -0
- onnx/distil-wav2vec2_fp32.onnx +3 -0
- onnx/distil-wav2vec2_int8.onnx +3 -0
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
base_model:
|
| 4 |
+
- OthmaneJ/distil-wav2vec2
|
| 5 |
+
datasets:
|
| 6 |
+
- librispeech_asr
|
| 7 |
+
tags:
|
| 8 |
+
- onnx
|
| 9 |
+
- speech
|
| 10 |
+
- audio
|
| 11 |
+
- automatic-speech-recognition
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
---
|
| 14 |
+
# Distil-wav2vec2 ONNX
|
| 15 |
+
|
| 16 |
+
This repository hosts ONNX exports of the Distil-wav2vec2 model.
|
| 17 |
+
|
| 18 |
+
## Contents
|
| 19 |
+
|
| 20 |
+
- `onnx/distil-wav2vec2_fp32.onnx`, `onnx/distil-wav2vec2_fp16.onnx`, `onnx/distil-wav2vec2_int8.onnx`
|
| 21 |
+
|
| 22 |
+
## Upstream
|
| 23 |
+
|
| 24 |
+
Original project:
|
| 25 |
+
https://huggingface.co/OthmaneJ/distil-wav2vec2
|
onnx/distil-wav2vec2_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26048304a2f60cf74d0ba3e58d53b0cc01ef24b3fda90ec3eeacff28dcd6443e
|
| 3 |
+
size 104613131
|
onnx/distil-wav2vec2_fp32.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51df0aae6a9314a4fdde8e664334d2529fa983a46e9a6c60facb9532c86e8532
|
| 3 |
+
size 207542006
|
onnx/distil-wav2vec2_int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e994a38dcf2c4c24740a6afead518c6b7ea9add9c52d6c455a773b868b145e48
|
| 3 |
+
size 52161794
|