resume-ner-distilbert / label_config.json
Joshuant's picture
Upload Resume NER model
4a4ba56 verified
{
"label2id": {
"O": 0,
"B-Name": 1,
"I-Name": 2,
"B-Email Address": 3,
"I-Email Address": 4,
"B-Location": 5,
"I-Location": 6,
"B-Designation": 7,
"I-Designation": 8,
"B-Companies worked at": 9,
"I-Companies worked at": 10,
"B-College Name": 11,
"I-College Name": 12,
"B-Degree": 13,
"I-Degree": 14,
"B-Graduation Year": 15,
"I-Graduation Year": 16,
"B-Skills": 17,
"I-Skills": 18,
"B-Years of Experience": 19,
"I-Years of Experience": 20,
"B-UNKNOWN": 21,
"I-UNKNOWN": 22
},
"id2label": {
"0": "O",
"1": "B-Name",
"2": "I-Name",
"3": "B-Email Address",
"4": "I-Email Address",
"5": "B-Location",
"6": "I-Location",
"7": "B-Designation",
"8": "I-Designation",
"9": "B-Companies worked at",
"10": "I-Companies worked at",
"11": "B-College Name",
"12": "I-College Name",
"13": "B-Degree",
"14": "I-Degree",
"15": "B-Graduation Year",
"16": "I-Graduation Year",
"17": "B-Skills",
"18": "I-Skills",
"19": "B-Years of Experience",
"20": "I-Years of Experience",
"21": "B-UNKNOWN",
"22": "I-UNKNOWN"
},
"label_list": [
"Name",
"Email Address",
"Location",
"Designation",
"Companies worked at",
"College Name",
"Degree",
"Graduation Year",
"Skills",
"Years of Experience",
"UNKNOWN"
]
}