ner-distilbert-base-cased / task_config.json
marlonbino's picture
Upload folder using huggingface_hub
b48a6d3 verified
{
"task": "ner",
"framework": "transformers",
"id2label": {
"0": "COUNSELOR",
"1": "PERPETRATOR",
"2": "GENDER",
"3": "INCIDENT_TYPE",
"4": "VICTIM",
"5": "AGE",
"6": "CALLER",
"7": "LOCATION",
"8": "O"
},
"label2id": {
"COUNSELOR": 0,
"PERPETRATOR": 1,
"GENDER": 2,
"INCIDENT_TYPE": 3,
"VICTIM": 4,
"AGE": 5,
"CALLER": 6,
"LOCATION": 7,
"O": 8
},
"aggregation_strategy": "simple",
"num_labels": 9
}