Upload label_mappings.json
Browse files- label_mappings.json +56 -0
label_mappings.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_to_id": {
|
3 |
+
"O": 0,
|
4 |
+
"B-College Name": 1,
|
5 |
+
"I-College Name": 2,
|
6 |
+
"B-Companies worked at": 3,
|
7 |
+
"I-Companies worked at": 4,
|
8 |
+
"B-Degree": 5,
|
9 |
+
"I-Degree": 6,
|
10 |
+
"B-Designation": 7,
|
11 |
+
"I-Designation": 8,
|
12 |
+
"B-Email Address": 9,
|
13 |
+
"I-Email Address": 10,
|
14 |
+
"B-Graduation Year": 11,
|
15 |
+
"I-Graduation Year": 12,
|
16 |
+
"B-Location": 13,
|
17 |
+
"I-Location": 14,
|
18 |
+
"B-Name": 15,
|
19 |
+
"I-Name": 16,
|
20 |
+
"B-Phone": 17,
|
21 |
+
"I-Phone": 18,
|
22 |
+
"B-Skills": 19,
|
23 |
+
"I-Skills": 20,
|
24 |
+
"B-UNKNOWN": 21,
|
25 |
+
"I-UNKNOWN": 22,
|
26 |
+
"B-Years of Experience": 23,
|
27 |
+
"I-Years of Experience": 24
|
28 |
+
},
|
29 |
+
"id_to_label": {
|
30 |
+
"0": "O",
|
31 |
+
"1": "B-College Name",
|
32 |
+
"2": "I-College Name",
|
33 |
+
"3": "B-Companies worked at",
|
34 |
+
"4": "I-Companies worked at",
|
35 |
+
"5": "B-Degree",
|
36 |
+
"6": "I-Degree",
|
37 |
+
"7": "B-Designation",
|
38 |
+
"8": "I-Designation",
|
39 |
+
"9": "B-Email Address",
|
40 |
+
"10": "I-Email Address",
|
41 |
+
"11": "B-Graduation Year",
|
42 |
+
"12": "I-Graduation Year",
|
43 |
+
"13": "B-Location",
|
44 |
+
"14": "I-Location",
|
45 |
+
"15": "B-Name",
|
46 |
+
"16": "I-Name",
|
47 |
+
"17": "B-Phone",
|
48 |
+
"18": "I-Phone",
|
49 |
+
"19": "B-Skills",
|
50 |
+
"20": "I-Skills",
|
51 |
+
"21": "B-UNKNOWN",
|
52 |
+
"22": "I-UNKNOWN",
|
53 |
+
"23": "B-Years of Experience",
|
54 |
+
"24": "I-Years of Experience"
|
55 |
+
}
|
56 |
+
}
|