2023-09-14_20-02-47 / taskmodule_config.json
ArneBinder's picture
Push model using huggingface_hub.
7eb7922
raw
history blame contribute delete
No virus
578 Bytes
{
"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-Claim": 1,
"I-Claim": 2,
"B-MajorClaim": 3,
"I-MajorClaim": 4,
"B-Premise": 5,
"I-Premise": 6
},
"max_window": 512,
"window_overlap": 0,
"show_statistics": false,
"include_ill_formed_predictions": true
}