Updating config.json - better labels
Browse files- config.json +17 -17
config.json
CHANGED
|
@@ -12,23 +12,23 @@
|
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
"hidden_size": 768,
|
| 14 |
"id2label": {
|
| 15 |
-
"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,
|
|
|
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
"hidden_size": 768,
|
| 14 |
"id2label": {
|
| 15 |
+
"0": "O",
|
| 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,
|