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": 128,
|
| 3 |
+
"n_audio_ctx": 1500,
|
| 4 |
+
"n_audio_state": 1280,
|
| 5 |
+
"n_audio_head": 20,
|
| 6 |
+
"n_audio_layer": 32,
|
| 7 |
+
"n_vocab": 51866,
|
| 8 |
+
"n_text_ctx": 448,
|
| 9 |
+
"n_text_state": 1280,
|
| 10 |
+
"n_text_head": 20,
|
| 11 |
+
"n_text_layer": 32,
|
| 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:010098a2cffbb00348276d16b442d0f05bf09a3d71f89a1fcea9be3a62ba84fb
|
| 3 |
+
size 1740790320
|