Upload folder using huggingface_hub
Browse files- config.json +17 -0
- weights.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_mels": 80,
|
| 3 |
+
"n_audio_ctx": 1500,
|
| 4 |
+
"n_audio_state": 768,
|
| 5 |
+
"n_audio_head": 12,
|
| 6 |
+
"n_audio_layer": 12,
|
| 7 |
+
"n_vocab": 51865,
|
| 8 |
+
"n_text_ctx": 448,
|
| 9 |
+
"n_text_state": 768,
|
| 10 |
+
"n_text_head": 12,
|
| 11 |
+
"n_text_layer": 12,
|
| 12 |
+
"quantization": {
|
| 13 |
+
"group_size": 32,
|
| 14 |
+
"bits": 8
|
| 15 |
+
},
|
| 16 |
+
"model_type": "whisper"
|
| 17 |
+
}
|
weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd8f199342c2d6880ec9cf4da6b68fdf17b427a687637351ba6b0c56844f4076
|
| 3 |
+
size 272994304
|