berturk-milliyetner-ner / label_mapping.json
tastankevser's picture
Upload BERTurk MilliyetNER-only NER model (EXP09A, seed 62)
0960bd3 verified
Raw
History Blame Contribute Delete
272 Bytes
{
"id2label": {
"0": "O",
"1": "B-PER",
"2": "I-PER",
"3": "B-LOC",
"4": "I-LOC",
"5": "B-ORG",
"6": "I-ORG"
},
"label2id": {
"B-LOC": 3,
"B-ORG": 5,
"B-PER": 1,
"I-LOC": 4,
"I-ORG": 6,
"I-PER": 2,
"O": 0
}
}