Raemih commited on
Commit
61dd06b
·
1 Parent(s): e437e52

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }