File size: 700 Bytes
83cf189 edbe4b4 83cf189 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
{
"taskmodule_type": "TransformerTokenClassificationTaskModule",
"tokenizer_name_or_path": "bert-base-uncased",
"entity_annotation": "entities",
"partition_annotation": null,
"padding": true,
"truncation": false,
"max_length": null,
"pad_to_multiple_of": null,
"label_pad_token_id": -100,
"label_to_id": {
"O": 0,
"B-GeographicalLocation": 1,
"I-GeographicalLocation": 2,
"B-Habitat": 3,
"I-Habitat": 4,
"B-Person": 5,
"I-Person": 6,
"B-Taxon": 7,
"I-Taxon": 8,
"B-TemporalExpression": 9,
"I-TemporalExpression": 10
},
"max_window": 512,
"window_overlap": 0,
"show_statistics": false,
"include_ill_formed_predictions": false
} |