Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -6,6 +6,11 @@
|
|
6 |
"AutoConfig": "pipeline_utils.SERConfig",
|
7 |
"AutoModelForAudioClassification": "pipeline_utils.SERModel"
|
8 |
},
|
|
|
|
|
|
|
|
|
|
|
9 |
"maxlen": 192000,
|
10 |
"mean": -8.278621631819787e-05,
|
11 |
"std": 0.08485510250851999,
|
|
|
6 |
"AutoConfig": "pipeline_utils.SERConfig",
|
7 |
"AutoModelForAudioClassification": "pipeline_utils.SERModel"
|
8 |
},
|
9 |
+
"id2label": {
|
10 |
+
"0": "arousal",
|
11 |
+
"1": "dominance",
|
12 |
+
"2": "valence"
|
13 |
+
},
|
14 |
"maxlen": 192000,
|
15 |
"mean": -8.278621631819787e-05,
|
16 |
"std": 0.08485510250851999,
|