Upload config_mtm.json with huggingface_hub
Browse files- config_mtm.json +11 -0
config_mtm.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_mfcc": 13,
|
3 |
+
"max_pad_len": 174,
|
4 |
+
"feature_type": "mfcc_delta",
|
5 |
+
"n_features_input": 39,
|
6 |
+
"class_labels": [
|
7 |
+
"Malayalam",
|
8 |
+
"Marathi",
|
9 |
+
"Telugu"
|
10 |
+
]
|
11 |
+
}
|