grorge
commited on
Commit
·
be7304e
1
Parent(s):
cfeedd0
init model
Browse files- README.md +3 -0
- assets/mel_filters_128.npy +3 -0
- assets/mel_filters_80.npy +3 -0
- config.json +13 -0
- weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Converted from https://huggingface.co/mlx-community/whisper-tiny-mlx/tree/main and https://github.com/ml-explore/mlx-examples/tree/main/whisper
|
2 |
+
|
3 |
+
|
assets/mel_filters_128.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:729f1f8c9522e2db253fe41f5b6080cfdc942c4f5aa28cc4968c8bba79414410
|
3 |
+
size 102998
|
assets/mel_filters_80.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ac398121d9b10b97567fb7533c7b1941c1aaf947604d0491f0af5fd2cd084ef
|
3 |
+
size 64404
|
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_mels": 80,
|
3 |
+
"n_audio_ctx": 1500,
|
4 |
+
"n_audio_state": 384,
|
5 |
+
"n_audio_head": 6,
|
6 |
+
"n_audio_layer": 4,
|
7 |
+
"n_vocab": 51865,
|
8 |
+
"n_text_ctx": 448,
|
9 |
+
"n_text_state": 384,
|
10 |
+
"n_text_head": 6,
|
11 |
+
"n_text_layer": 4,
|
12 |
+
"model_type": "whisper"
|
13 |
+
}
|
weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80285b0de64db945bb7bbdcfb67a95db98c04a7c46b05669935c59b5d4a80e65
|
3 |
+
size 74386223
|