Upload config.json
Browse files- config.json +12 -12
config.json
CHANGED
@@ -11,28 +11,28 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
"1": "O",
|
16 |
-
"2": "
|
17 |
"3": "Head",
|
18 |
"4": "Latlong",
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
"7": "Relation",
|
22 |
-
"8": "
|
23 |
-
"9": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
"Head": 3,
|
30 |
"Latlong": 4,
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
"O": 1,
|
37 |
"Relation": 7
|
38 |
},
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "NP_Spatial",
|
15 |
"1": "O",
|
16 |
+
"2": "NP_Misc",
|
17 |
"3": "Head",
|
18 |
"4": "Latlong",
|
19 |
+
"5": "NC_Spatial",
|
20 |
+
"6": "NC_Person",
|
21 |
"7": "Relation",
|
22 |
+
"8": "NP_Person",
|
23 |
+
"9": "Domain_mark"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"Domain_mark": 9,
|
29 |
"Head": 3,
|
30 |
"Latlong": 4,
|
31 |
+
"NC_Person": 6,
|
32 |
+
"NC_Spatial": 5,
|
33 |
+
"NP_Misc": 2,
|
34 |
+
"NP_Person": 8,
|
35 |
+
"NP_Spatial": 0,
|
36 |
"O": 1,
|
37 |
"Relation": 7
|
38 |
},
|