Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "AudioCodecModel",
|
3 |
+
"framework": "mlx",
|
4 |
+
"sample_rate": 22050,
|
5 |
+
"format": "nanocodec_mlx",
|
6 |
+
"total_parameters": 105101749
|
7 |
+
}
|