Add config.json for download tracking
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "voxtral",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"VoxtralForASR"
|
| 5 |
+
],
|
| 6 |
+
"quantization_formats": [
|
| 7 |
+
"Q4_K",
|
| 8 |
+
"Q4_0",
|
| 9 |
+
"Q6_K",
|
| 10 |
+
"Q8_0"
|
| 11 |
+
],
|
| 12 |
+
"base_model": "mistralai/Voxtral-Mini-4B-Realtime-2602"
|
| 13 |
+
}
|