Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -11,30 +11,30 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1024,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
-
"7": "
|
22 |
-
"8": "
|
23 |
-
"9": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 4096,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
},
|
39 |
"layer_norm_eps": 1e-05,
|
40 |
"max_position_embeddings": 514,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1024,
|
13 |
"id2label": {
|
14 |
+
"0": "Economic",
|
15 |
+
"1": "Morality",
|
16 |
+
"2": "Fairness and Equality",
|
17 |
+
"3": "Legality and Crime",
|
18 |
+
"4": "Political and Policies",
|
19 |
+
"5": "Security and Defense",
|
20 |
+
"6": "Health and Safety",
|
21 |
+
"7": "Cultural Identity",
|
22 |
+
"8": "Public Opinion",
|
23 |
+
"9": "None/Other"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 4096,
|
27 |
"label2id": {
|
28 |
+
"Economic": 0,
|
29 |
+
"Morality": 1,
|
30 |
+
"Fairness and Equality": 2,
|
31 |
+
"Legality and Crime": 3,
|
32 |
+
"Political and Policies": 4,
|
33 |
+
"Security and Defense": 5,
|
34 |
+
"Health and Safety": 6,
|
35 |
+
"Cultural Identity": 7,
|
36 |
+
"Public Opinion": 8,
|
37 |
+
"None/Other": 9
|
38 |
},
|
39 |
"layer_norm_eps": 1e-05,
|
40 |
"max_position_embeddings": 514,
|