Update config.json
Browse files- config.json +22 -22
config.json
CHANGED
@@ -8,36 +8,36 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
"3": "Economic",
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
"8": "Morality",
|
20 |
-
"9": "
|
21 |
"10": "Political",
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
},
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
"Economic": 3,
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
"Morality": 8,
|
36 |
-
"
|
37 |
"Political": 10,
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
},
|
42 |
"initializer_range": 0.02,
|
43 |
"intermediate_size": 3072,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "Capacity and resources",
|
12 |
+
"1": "Crime and punishment",
|
13 |
+
"2": "Cultural identity",
|
14 |
"3": "Economic",
|
15 |
+
"4": "External regulation and reputation",
|
16 |
+
"5": "Fairness and equality",
|
17 |
+
"6": "Health and safety",
|
18 |
+
"7": "Legality Constitutionality and jurisprudence",
|
19 |
"8": "Morality",
|
20 |
+
"9": "Policy prescription and evaluation",
|
21 |
"10": "Political",
|
22 |
+
"11": "Public opinion",
|
23 |
+
"12": "Quality of life",
|
24 |
+
"13": "Security and defense"
|
25 |
},
|
26 |
"label2id": {
|
27 |
+
"Capacity and resources": 0,
|
28 |
+
"Crime and punishment": 1,
|
29 |
+
"Cultural identity": 2,
|
30 |
"Economic": 3,
|
31 |
+
"External regulation and reputation": 4,
|
32 |
+
"Fairness and equality": 5,
|
33 |
+
"Health and safety": 6,
|
34 |
+
"Legality Constitutionality and jurisprudence": 7,
|
35 |
"Morality": 8,
|
36 |
+
"Policy prescription and evaluation": 9,
|
37 |
"Political": 10,
|
38 |
+
"Public opinion": 11,
|
39 |
+
"Quality of life": 12,
|
40 |
+
"Security and defense": 13
|
41 |
},
|
42 |
"initializer_range": 0.02,
|
43 |
"intermediate_size": 3072,
|