YagiASAFAS
commited on
Commit
•
c00c12c
1
Parent(s):
0860155
Update config.json
Browse files- config.json +36 -36
config.json
CHANGED
@@ -10,46 +10,46 @@
|
|
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 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"intermediate_size": 3072,
|
34 |
"label2id": {
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
},
|
54 |
"layer_norm_eps": 1e-12,
|
55 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Election",
|
14 |
+
"1": "Political Issue",
|
15 |
+
"2": "Corruption",
|
16 |
+
"3": "Democracy",
|
17 |
+
"4": "Economic Growth",
|
18 |
+
"5": "Economic Disparity",
|
19 |
+
"6": "Economic Subsidy",
|
20 |
+
"7": "Ethnic Discrimination",
|
21 |
+
"8": "Ethnic Relation",
|
22 |
+
"9": "Ethnic Culture",
|
23 |
+
"10": "Religious Issue",
|
24 |
+
"11": "Business and Finance",
|
25 |
+
"12": "Sport",
|
26 |
+
"13": "Food",
|
27 |
+
"14": "Entertainment",
|
28 |
+
"15": "Environmental Issues",
|
29 |
+
"16": "Domestic News",
|
30 |
+
"17": "World News"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"intermediate_size": 3072,
|
34 |
"label2id": {
|
35 |
+
"Election": 0,
|
36 |
+
"Political Issue": 1,
|
37 |
+
"Corruption": 2,
|
38 |
+
"Democracy": 3,
|
39 |
+
"Economic Growth": 4,
|
40 |
+
"Economic Disparity": 5,
|
41 |
+
"Economic Subsidy": 6,
|
42 |
+
"Ethnic Discrimination": 7,
|
43 |
+
"Ethnic Relation": 8,
|
44 |
+
"Ethnic Culture": 9,
|
45 |
+
"Religious Issue": 10,
|
46 |
+
"Business and Finance": 11,
|
47 |
+
"Sport": 12,
|
48 |
+
"Food": 13,
|
49 |
+
"Entertainment": 14,
|
50 |
+
"Environmental Issues": 15,
|
51 |
+
"Domestic News": 16,
|
52 |
+
"World News": 17
|
53 |
},
|
54 |
"layer_norm_eps": 1e-12,
|
55 |
"max_position_embeddings": 512,
|