File size: 285 Bytes
61dd06b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "emotion_labels": [
    "neutral",
    "happy",
    "sad",
    "angry",
    "fear"
  ],
  "emotion_to_idx": {
    "neutral": 0,
    "happy": 1,
    "sad": 2,
    "angry": 3,
    "fear": 4
  },
  "num_emotions": 5,
  "sample_rate": 16000,
  "max_duration": 6.0,
  "gemaps_dim": 88
}