File size: 504 Bytes
728a4a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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,
  "whisper_dim": 384,
  "whisper_proj": 256,
  "gemaps_proj": 64,
  "phase1_val_acc": 0.8760233918128655,
  "phase2_val_acc": 0.935672514619883,
  "phase3_val_acc": 0.9380116959064327,
  "test_acc": 0.9368421052631579
}