heinjan commited on
Commit
4e1e650
1 Parent(s): 3dbf001

Create conifg.json

Browse files
Files changed (1) hide show
  1. conifg.json +12 -0
conifg.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "Anger",
4
+ "1": "Disgust",
5
+ "2": "Fear",
6
+ "3": "Happiness",
7
+ "4": "Neutral",
8
+ "5": "Sadness",
9
+ "6": "Surprise"
10
+ },
11
+ "num_channels": 6
12
+ }