YagiASAFAS
commited on
Commit
•
9c17503
1
Parent(s):
c87edbd
Update config.json
Browse files- config.json +22 -22
config.json
CHANGED
@@ -10,32 +10,32 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
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 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Economic Concerns",
|
14 |
+
"1": "Racial discrimination or polarization",
|
15 |
+
"2": "Leadership weaknesses",
|
16 |
+
"3": "Development and infrastructure gaps",
|
17 |
+
"4": "Corruption",
|
18 |
+
"5": "Political instablility",
|
19 |
+
"6": "Socials and Public safety",
|
20 |
+
"7": "Administration",
|
21 |
+
"8": "Education",
|
22 |
+
"9": "Religion issues",
|
23 |
+
"10": "Environmental"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"Economic Concerns": 0,
|
29 |
+
"Racial discrimination or polarization": 1,
|
30 |
+
"Leadership weaknesses": 2,
|
31 |
+
"Development and infrastructure gaps": 3,
|
32 |
+
"Corruption": 4,
|
33 |
+
"Political instablility": 5,
|
34 |
+
"Socials and Public safety": 6,
|
35 |
+
"Administration": 7,
|
36 |
+
"Education": 8,
|
37 |
+
"Religion issues": 9,
|
38 |
+
"Environmental": 10
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 512,
|