Update id2label and label2id
Browse files- config.json +12 -12
config.json
CHANGED
@@ -15,23 +15,23 @@
|
|
15 |
"hidden_dropout_prob": 0,
|
16 |
"hidden_size": 1024,
|
17 |
"id2label": {
|
18 |
-
"0": "
|
19 |
-
"1": "
|
20 |
-
"2": "
|
21 |
-
"3": "
|
22 |
-
"4": "
|
23 |
-
"5": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"inner_group_num": 1,
|
27 |
"intermediate_size": 4096,
|
28 |
"label2id": {
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
},
|
36 |
"layer_norm_eps": 1e-12,
|
37 |
"max_length": 64,
|
|
|
15 |
"hidden_dropout_prob": 0,
|
16 |
"hidden_size": 1024,
|
17 |
"id2label": {
|
18 |
+
"0": "kolkata",
|
19 |
+
"1": "state",
|
20 |
+
"2": "national",
|
21 |
+
"3": "sports",
|
22 |
+
"4": "entertainment",
|
23 |
+
"5": "international"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"inner_group_num": 1,
|
27 |
"intermediate_size": 4096,
|
28 |
"label2id": {
|
29 |
+
"kolkata": 0,
|
30 |
+
"state": 1,
|
31 |
+
"national": 2,
|
32 |
+
"sports": 3,
|
33 |
+
"entertainment": 4,
|
34 |
+
"international": 5
|
35 |
},
|
36 |
"layer_norm_eps": 1e-12,
|
37 |
"max_length": 64,
|