leonhardhennig
commited on
Commit
·
83cf189
1
Parent(s):
306f3e7
Upload taskmodule_config.json with huggingface_hub
Browse files- taskmodule_config.json +28 -0
taskmodule_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"taskmodule_type": "TransformerTokenClassificationTaskModule",
|
3 |
+
"tokenizer_name_or_path": "bert-base-uncased",
|
4 |
+
"entity_annotation": "entities",
|
5 |
+
"partition_annotation": null,
|
6 |
+
"padding": true,
|
7 |
+
"truncation": false,
|
8 |
+
"max_length": null,
|
9 |
+
"pad_to_multiple_of": null,
|
10 |
+
"label_pad_token_id": -100,
|
11 |
+
"label_to_id": {
|
12 |
+
"O": 0,
|
13 |
+
"B-GeographicalLocation": 1,
|
14 |
+
"I-GeographicalLocation": 2,
|
15 |
+
"B-Habitat": 3,
|
16 |
+
"I-Habitat": 4,
|
17 |
+
"B-Person": 5,
|
18 |
+
"I-Person": 6,
|
19 |
+
"B-Taxon": 7,
|
20 |
+
"I-Taxon": 8,
|
21 |
+
"B-TemporalExpression": 9,
|
22 |
+
"I-TemporalExpression": 10
|
23 |
+
},
|
24 |
+
"max_window": 512,
|
25 |
+
"window_overlap": 0,
|
26 |
+
"show_statistics": false,
|
27 |
+
"include_ill_formed_predictions": true
|
28 |
+
}
|