AyoubChLin
commited on
Commit
•
dc8b7b6
1
Parent(s):
08768c7
Update config.json
Browse files- config.json +13 -12
config.json
CHANGED
@@ -9,23 +9,24 @@
|
|
9 |
"hidden_act": "gelu",
|
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 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
+
['business', 'entertainment', 'politics', 'sport', 'tech']
|
13 |
"id2label": {
|
14 |
+
"0": "business",
|
15 |
+
"1": "entertainment",
|
16 |
+
"2": "politics",
|
17 |
+
"3": "sport",
|
18 |
+
"4": "tech",
|
19 |
+
"5": "none"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"business": 0,
|
25 |
+
"entertainment": 1,
|
26 |
+
"politics": 2,
|
27 |
+
"sport": 3,
|
28 |
+
"tech": 4,
|
29 |
+
"none": 5
|
30 |
},
|
31 |
"layer_norm_eps": 1e-12,
|
32 |
"max_position_embeddings": 512,
|