Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -6,14 +6,14 @@
|
|
6 |
"AutoConfig": "pipeline_utils.SERConfig",
|
7 |
"AutoModelForAudioClassification": "pipeline_utils.SERModel"
|
8 |
},
|
9 |
-
|
10 |
"0": "Angry",
|
11 |
"1": "Sad",
|
12 |
-
"2": "Happy"
|
13 |
-
"3": "Surprise"
|
14 |
-
"4": "Fear"
|
15 |
-
"5": "Disgust"
|
16 |
-
"6": "Contempt"
|
17 |
"7": "Neutral"
|
18 |
},
|
19 |
"sampling_rate": 16000,
|
|
|
6 |
"AutoConfig": "pipeline_utils.SERConfig",
|
7 |
"AutoModelForAudioClassification": "pipeline_utils.SERModel"
|
8 |
},
|
9 |
+
"id2label": {
|
10 |
"0": "Angry",
|
11 |
"1": "Sad",
|
12 |
+
"2": "Happy",
|
13 |
+
"3": "Surprise",
|
14 |
+
"4": "Fear",
|
15 |
+
"5": "Disgust",
|
16 |
+
"6": "Contempt",
|
17 |
"7": "Neutral"
|
18 |
},
|
19 |
"sampling_rate": 16000,
|