AyoubChLin
commited on
Commit
•
85f58bd
1
Parent(s):
61f74d0
Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -12,20 +12,20 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 4096,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
},
|
30 |
"layer_norm_eps": 1e-05,
|
31 |
"max_length": 512,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
+
"0": "tech",
|
16 |
+
"1": "business",
|
17 |
+
"2": "sport",
|
18 |
+
"3": "entertainment",
|
19 |
+
"4": "politics"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 4096,
|
23 |
"label2id": {
|
24 |
+
"tech": 0,
|
25 |
+
"business": 1,
|
26 |
+
"sport": 2,
|
27 |
+
"entertainment": 3,
|
28 |
+
"politics": 4
|
29 |
},
|
30 |
"layer_norm_eps": 1e-05,
|
31 |
"max_length": 512,
|