3loi commited on
Commit
bf5f4fc
1 Parent(s): bfee282

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -6,14 +6,14 @@
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,
 
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,