mehrzad-shahin
commited on
Commit
•
db884af
1
Parent(s):
d6f39a4
Update label2id mappings
Browse files- config.json +26 -26
config.json
CHANGED
@@ -8,35 +8,35 @@
|
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
},
|
41 |
"max_position_embeddings": 512,
|
42 |
"model_type": "distilbert",
|
|
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
10 |
"id2label": {
|
11 |
+
"0": "O",
|
12 |
+
"1": "B_quantity",
|
13 |
+
"2": "B_built_obj",
|
14 |
+
"3": "I_built_obj",
|
15 |
+
"4": "B_mep_obj",
|
16 |
+
"5": "I_mep_obj",
|
17 |
+
"6": "B_ordinal",
|
18 |
+
"7": "B_loc_level",
|
19 |
+
"8": "I_ordinal",
|
20 |
+
"9": "B_number",
|
21 |
+
"10": "B_loc_space",
|
22 |
+
"11": "I_loc_space",
|
23 |
+
"12": "B_name"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
+
"O": 0,
|
28 |
+
"B_quantity": 1,
|
29 |
+
"B_loc_space": 10,
|
30 |
+
"I_loc_space": 11,
|
31 |
+
"B_name": 12,
|
32 |
+
"B_built_obj": 2,
|
33 |
+
"I_built_obj": 3,
|
34 |
+
"B_mep_obj": 4,
|
35 |
+
"I_mep_obj": 5,
|
36 |
+
"B_ordinal": 6,
|
37 |
+
"B_loc_level": 7,
|
38 |
+
"I_ordinal": 8,
|
39 |
+
"B_number": 9
|
40 |
},
|
41 |
"max_position_embeddings": 512,
|
42 |
"model_type": "distilbert",
|