Add root config.json for download tracking
Browse files- config.json +17 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "whisper",
|
| 3 |
+
"n_audio_ctx": 1500,
|
| 4 |
+
"n_audio_head": 6,
|
| 5 |
+
"n_audio_layer": 4,
|
| 6 |
+
"n_audio_state": 384,
|
| 7 |
+
"n_mels": 80,
|
| 8 |
+
"n_text_ctx": 448,
|
| 9 |
+
"n_text_head": 6,
|
| 10 |
+
"n_text_layer": 4,
|
| 11 |
+
"n_text_state": 384,
|
| 12 |
+
"n_vocab": 51865,
|
| 13 |
+
"quantization": {
|
| 14 |
+
"bits": 4,
|
| 15 |
+
"group_size": 64
|
| 16 |
+
}
|
| 17 |
+
}
|