Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -9,23 +9,23 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Neutral",
|
13 |
+
"1": "Happy",
|
14 |
+
"2": "Sad",
|
15 |
+
"3": "Anger",
|
16 |
+
"4": "Disgust",
|
17 |
+
"5": "Surprise",
|
18 |
+
"6": "Fear"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"Neutral": 0,
|
23 |
+
"Happy": 1,
|
24 |
+
"Sad": 2,
|
25 |
+
"Anger": 3,
|
26 |
+
"Disgust": 4,
|
27 |
+
"Surprise": 5,
|
28 |
+
"Fear": 6
|
29 |
},
|
30 |
"max_position_embeddings": 512,
|
31 |
"model_type": "distilbert",
|