Upload folder using huggingface_hub (#1)
Browse files- 53e468075af413a57990d8c96f412610e94df819554b12aa439dc5cab1344d46 (2c6c80b289f7e94f7d4a6dc27d2dd8743a8894f0)
- README.md +1 -0
- config.json +17 -0
- model.safetensors +3 -0
- weights.npz +3 -0
README.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[OpenAI's Whisper large-v3](https://huggingface.co/openai/whisper-large-v3) converted to [MLX](https://github.com/ml-explore/mlx-examples) format and quantized up to 4 bits with group size 64.
|
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "whisper",
|
3 |
+
"n_audio_ctx": 1500,
|
4 |
+
"n_audio_head": 20,
|
5 |
+
"n_audio_layer": 32,
|
6 |
+
"n_audio_state": 1280,
|
7 |
+
"n_mels": 128,
|
8 |
+
"n_text_ctx": 448,
|
9 |
+
"n_text_head": 20,
|
10 |
+
"n_text_layer": 32,
|
11 |
+
"n_text_state": 1280,
|
12 |
+
"n_vocab": 51866,
|
13 |
+
"quantization": {
|
14 |
+
"bits": 4,
|
15 |
+
"group_size": 64
|
16 |
+
}
|
17 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a8a2d1d43d7c63c077b68e5fe07e1f0090eb697cc961913b3ce955e3e74efe
|
3 |
+
size 973124280
|
weights.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bfa3c4e42344ea87a5b81a73992a867088ae076d377042e384b657adea81db9
|
3 |
+
size 973563040
|