Update config.json
Browse files- config.json +16 -16
config.json
CHANGED
@@ -13,22 +13,22 @@
|
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0",
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
21 |
-
"6": "
|
22 |
-
"7": "
|
23 |
-
"8": "
|
24 |
-
"9": "
|
25 |
-
"10": "
|
26 |
-
"11": "
|
27 |
-
"12": "
|
28 |
-
"13": "
|
29 |
-
"14": "
|
30 |
-
"15": "
|
31 |
-
"16": "
|
32 |
},
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
|
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0",
|
16 |
+
"1": "B-Date",
|
17 |
+
"2": "B-Location",
|
18 |
+
"3": "B-Miscellaneous",
|
19 |
+
"4": "B-Money",
|
20 |
+
"5": "B-Organization",
|
21 |
+
"6": "B-Percent",
|
22 |
+
"7": "B-Person",
|
23 |
+
"8": "B-Time",
|
24 |
+
"9": "I-Date",
|
25 |
+
"10": "I-Location",
|
26 |
+
"11": "I-Miscellaneous",
|
27 |
+
"12": "I-Money",
|
28 |
+
"13": "I-Organization",
|
29 |
+
"14": "I-Percent",
|
30 |
+
"15": "I-Person",
|
31 |
+
"16": "I-Time"
|
32 |
},
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|