serdarakyol
commited on
Commit
•
4ce654d
1
Parent(s):
3dc9d6f
Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -9,30 +9,30 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "Culture-Art",
|
13 |
+
"1": "Economy",
|
14 |
+
"2": "Politics",
|
15 |
+
"3": "Education",
|
16 |
+
"4": "World",
|
17 |
+
"5": "Sport",
|
18 |
+
"6": "Technology",
|
19 |
+
"7": "Magazine",
|
20 |
+
"8": "Health",
|
21 |
+
"9": "Agenda"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"Culture-Art": 0,
|
27 |
+
"Economy": 1,
|
28 |
+
"Politics": 2,
|
29 |
+
"Education": 3,
|
30 |
+
"World": 4,
|
31 |
+
"Sport": 5,
|
32 |
+
"Technology": 6,
|
33 |
+
"Magazine": 7,
|
34 |
+
"Health": 8,
|
35 |
+
"Agenda": 9
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|