resume-ner-bert / label_mappings.json
yashpwr's picture
Upload label_mappings.json
164997b verified
{
"label_to_id": {
"O": 0,
"B-College Name": 1,
"I-College Name": 2,
"B-Companies worked at": 3,
"I-Companies worked at": 4,
"B-Degree": 5,
"I-Degree": 6,
"B-Designation": 7,
"I-Designation": 8,
"B-Email Address": 9,
"I-Email Address": 10,
"B-Graduation Year": 11,
"I-Graduation Year": 12,
"B-Location": 13,
"I-Location": 14,
"B-Name": 15,
"I-Name": 16,
"B-Phone": 17,
"I-Phone": 18,
"B-Skills": 19,
"I-Skills": 20,
"B-UNKNOWN": 21,
"I-UNKNOWN": 22,
"B-Years of Experience": 23,
"I-Years of Experience": 24
},
"id_to_label": {
"0": "O",
"1": "B-College Name",
"2": "I-College Name",
"3": "B-Companies worked at",
"4": "I-Companies worked at",
"5": "B-Degree",
"6": "I-Degree",
"7": "B-Designation",
"8": "I-Designation",
"9": "B-Email Address",
"10": "I-Email Address",
"11": "B-Graduation Year",
"12": "I-Graduation Year",
"13": "B-Location",
"14": "I-Location",
"15": "B-Name",
"16": "I-Name",
"17": "B-Phone",
"18": "I-Phone",
"19": "B-Skills",
"20": "I-Skills",
"21": "B-UNKNOWN",
"22": "I-UNKNOWN",
"23": "B-Years of Experience",
"24": "I-Years of Experience"
}
}