Update config.json
Browse files- config.json +28 -28
config.json
CHANGED
@@ -10,34 +10,34 @@
|
|
10 |
"hidden_dropout_prob": 0.2,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0":
|
14 |
-
"1":
|
15 |
-
"2":
|
16 |
-
"3":
|
17 |
-
"4":
|
18 |
-
"5":
|
19 |
-
"6":
|
20 |
-
"7":
|
21 |
-
"8":
|
22 |
-
"9":
|
23 |
-
"10":
|
24 |
-
"11":
|
25 |
-
"12":
|
26 |
-
"13":
|
27 |
-
"14":
|
28 |
-
"15":
|
29 |
-
"16":
|
30 |
-
"17":
|
31 |
-
"18":
|
32 |
-
"19":
|
33 |
-
"20":
|
34 |
-
"21":
|
35 |
-
"22":
|
36 |
-
"23":
|
37 |
-
"24":
|
38 |
-
"25":
|
39 |
-
"26":
|
40 |
-
"27":
|
41 |
},
|
42 |
"initializer_range": 0.02,
|
43 |
"intermediate_size": 3072,
|
|
|
10 |
"hidden_dropout_prob": 0.2,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0":"admiration",
|
14 |
+
"1":"amusement",
|
15 |
+
"2":"anger",
|
16 |
+
"3":"annoyance",
|
17 |
+
"4":"approval",
|
18 |
+
"5":"caring",
|
19 |
+
"6":"confusion",
|
20 |
+
"7":"curiosity",
|
21 |
+
"8":"desire",
|
22 |
+
"9":"disappointment",
|
23 |
+
"10":"disapproval",
|
24 |
+
"11":"disgust",
|
25 |
+
"12":"embarrassment",
|
26 |
+
"13":"excitement",
|
27 |
+
"14":"fear",
|
28 |
+
"15":"gratitude",
|
29 |
+
"16":"grief",
|
30 |
+
"17":"joy",
|
31 |
+
"18":"love",
|
32 |
+
"19":"nervousness",
|
33 |
+
"20":"optimism",
|
34 |
+
"21":"pride",
|
35 |
+
"22":"realization",
|
36 |
+
"23":"relief",
|
37 |
+
"24":"remorse",
|
38 |
+
"25":"sadness",
|
39 |
+
"26":"surprise",
|
40 |
+
"27":"neutral"
|
41 |
},
|
42 |
"initializer_range": 0.02,
|
43 |
"intermediate_size": 3072,
|