v75 (S24/SM8650, soc 57): Whisper-small ASR bundle — Plane A 2/2, WER 0.0
#1
by flying101 - opened
- v75/tokenizer.json +0 -0
- v75/whisper-small.json +46 -0
- v75/whisper_conv_stem.bin +3 -0
- v75/whispersmall_dec_f16.bin +3 -0
- v75/whispersmall_enc_f16.bin +3 -0
v75/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
v75/whisper-small.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"_comment": "",
|
| 4 |
+
"model": {
|
| 5 |
+
"name": "whisper-small",
|
| 6 |
+
"family": "asr",
|
| 7 |
+
"dsp_arch": "v75",
|
| 8 |
+
"tokenizer_pre": "whisper"
|
| 9 |
+
},
|
| 10 |
+
"params": {
|
| 11 |
+
"hidden": 768,
|
| 12 |
+
"vocab": 51865,
|
| 13 |
+
"n_layers": 12,
|
| 14 |
+
"max_ctx": 200,
|
| 15 |
+
"kv_dim": 768,
|
| 16 |
+
"head_dim": 64,
|
| 17 |
+
"rope_theta": 10000.0,
|
| 18 |
+
"eos_token_id": 50257
|
| 19 |
+
},
|
| 20 |
+
"artifacts": {
|
| 21 |
+
"contexts": {
|
| 22 |
+
"encoder": {
|
| 23 |
+
"bin": "whispersmall_enc_f16.bin"
|
| 24 |
+
},
|
| 25 |
+
"decoder": {
|
| 26 |
+
"bin": "whispersmall_dec_f16.bin"
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"tokenizer": "tokenizer.json"
|
| 30 |
+
},
|
| 31 |
+
"plan": {
|
| 32 |
+
"steps": [
|
| 33 |
+
{
|
| 34 |
+
"host": "asr_transcribe",
|
| 35 |
+
"params": {
|
| 36 |
+
"encoder": "whispersmall_enc_f16",
|
| 37 |
+
"decoder": "whispersmall_dec_f16",
|
| 38 |
+
"sot": 50258,
|
| 39 |
+
"mel_filters": "whisper_small_mel_filters.bin",
|
| 40 |
+
"conv_weights": "whisper_conv_stem.bin",
|
| 41 |
+
"n_mels": 80
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
]
|
| 45 |
+
}
|
| 46 |
+
}
|
v75/whisper_conv_stem.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0532523c60ddfd92f2b89c7f53aaff1d0aab22d56349d8678d19166f53c698da
|
| 3 |
+
size 12429312
|
v75/whispersmall_dec_f16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:826a1e1b21862397c5c5e2d79bf3748f54c7b5af0de6a88d170f153f807e917c
|
| 3 |
+
size 361996288
|
v75/whispersmall_enc_f16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76f9acd951b32fe1fdad831392b1dd0608e8f994b3cf4217e8599fc8a3ca8e09
|
| 3 |
+
size 290877440
|