Raemih commited on
Commit
728a4a9
·
verified ·
1 Parent(s): 2117496

Upload metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +27 -0
metadata.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "emotion_labels": [
3
+ "neutral",
4
+ "happy",
5
+ "sad",
6
+ "angry",
7
+ "fear"
8
+ ],
9
+ "emotion_to_idx": {
10
+ "neutral": 0,
11
+ "happy": 1,
12
+ "sad": 2,
13
+ "angry": 3,
14
+ "fear": 4
15
+ },
16
+ "num_emotions": 5,
17
+ "sample_rate": 16000,
18
+ "max_duration": 6.0,
19
+ "gemaps_dim": 88,
20
+ "whisper_dim": 384,
21
+ "whisper_proj": 256,
22
+ "gemaps_proj": 64,
23
+ "phase1_val_acc": 0.8760233918128655,
24
+ "phase2_val_acc": 0.935672514619883,
25
+ "phase3_val_acc": 0.9380116959064327,
26
+ "test_acc": 0.9368421052631579
27
+ }