jonaskoenig
commited on
Commit
•
0919034
1
Parent(s):
be35d49
Update config.json
Browse files- config.json +20 -20
config.json
CHANGED
@@ -10,30 +10,30 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 256,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 1024,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 256,
|
12 |
"id2label": {
|
13 |
+
"0": "Society & Culture",
|
14 |
+
"1": "Science & Mathematics",
|
15 |
+
"2": "Health",
|
16 |
+
"3": "Education & Reference",
|
17 |
+
"4": "Computers & Internet",
|
18 |
+
"5": "Sports",
|
19 |
+
"6": "Business & Finance",
|
20 |
+
"7": "Entertainment & Music",
|
21 |
+
"8": "Family & Relationships",
|
22 |
+
"9": "Politics & Government"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 1024,
|
26 |
"label2id": {
|
27 |
+
"Society & Culture": 0,
|
28 |
+
"Science & Mathematics": 1,
|
29 |
+
"Health": 2,
|
30 |
+
"Education & Reference": 3,
|
31 |
+
"Computers & Internet": 4,
|
32 |
+
"Sports": 5,
|
33 |
+
"Business & Finance": 6,
|
34 |
+
"Entertainment & Music": 7,
|
35 |
+
"Family & Relationships": 8,
|
36 |
+
"Politics & Government": 9
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|