Update config.json
Browse files- config.json +32 -31
config.json
CHANGED
@@ -8,39 +8,40 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|
28 |
-
"label2id": {
|
29 |
-
"LABEL_0": 0,
|
30 |
-
"LABEL_1": 1,
|
31 |
-
"LABEL_10": 10,
|
32 |
-
"LABEL_11": 11,
|
33 |
-
"LABEL_12": 12,
|
34 |
-
"LABEL_13": 13,
|
35 |
-
"LABEL_2": 2,
|
36 |
-
"LABEL_3": 3,
|
37 |
-
"LABEL_4": 4,
|
38 |
-
"LABEL_5": 5,
|
39 |
-
"LABEL_6": 6,
|
40 |
-
"LABEL_7": 7,
|
41 |
-
"LABEL_8": 8,
|
42 |
-
"LABEL_9": 9
|
43 |
-
},
|
44 |
"layer_norm_eps": 1e-07,
|
45 |
"max_position_embeddings": 512,
|
46 |
"max_relative_positions": -1,
|
|
|
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 |
+
|
43 |
"initializer_range": 0.02,
|
44 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"layer_norm_eps": 1e-07,
|
46 |
"max_position_embeddings": 512,
|
47 |
"max_relative_positions": -1,
|