hriteshMaikap commited on
Commit
c45642d
·
verified ·
1 Parent(s): f24cdb2

Upload config_mtm.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }