Update config.json
Browse files- config.json +16 -16
config.json
CHANGED
@@ -11,26 +11,26 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
-
"7": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"max_position_embeddings": 512,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "Anger",
|
15 |
+
"1": "Anticipation",
|
16 |
+
"2": "Disgust",
|
17 |
+
"3": "Fear",
|
18 |
+
"4": "Joy",
|
19 |
+
"5": "Sadness",
|
20 |
+
"6": "Surprise",
|
21 |
+
"7": "Trust"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"Anger": 0,
|
27 |
+
"Anticipation": 1,
|
28 |
+
"Disgust": 2,
|
29 |
+
"Fear": 3,
|
30 |
+
"Joy": 4,
|
31 |
+
"Sadness": 5,
|
32 |
+
"Surprise": 6,
|
33 |
+
"Trust": 7
|
34 |
},
|
35 |
"layer_norm_eps": 1e-12,
|
36 |
"max_position_embeddings": 512,
|