{ | |
"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 | |
} |