jimnoneill commited on
Commit
f291f2c
·
verified ·
1 Parent(s): 0b33131

Upload label mappings

Browse files
Files changed (1) hide show
  1. label_mappings.json +3 -128
label_mappings.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "target_level": "field",
3
  "num_classes": 26,
4
- "label2id": {
5
  "11": 0,
6
  "12": 1,
7
  "13": 2,
@@ -29,63 +29,7 @@
29
  "35": 24,
30
  "36": 25
31
  },
32
- "id2label": {
33
- "0": "Agricultural and Biological Sciences",
34
- "1": "Arts and Humanities",
35
- "2": "Biochemistry, Genetics and Molecular Biology",
36
- "3": "Business, Management and Accounting",
37
- "4": "Chemical Engineering",
38
- "5": "Chemistry",
39
- "6": "Computer Science",
40
- "7": "Decision Sciences",
41
- "8": "Earth and Planetary Sciences",
42
- "9": "Economics, Econometrics and Finance",
43
- "10": "Energy",
44
- "11": "Engineering",
45
- "12": "Environmental Science",
46
- "13": "Immunology and Microbiology",
47
- "14": "Materials Science",
48
- "15": "Mathematics",
49
- "16": "Medicine",
50
- "17": "Neuroscience",
51
- "18": "Nursing",
52
- "19": "Pharmacology, Toxicology and Pharmaceutics",
53
- "20": "Physics and Astronomy",
54
- "21": "Psychology",
55
- "22": "Social Sciences",
56
- "23": "Veterinary",
57
- "24": "Dentistry",
58
- "25": "Health Professions"
59
- },
60
- "field_id_to_idx": {
61
- "11": 0,
62
- "12": 1,
63
- "13": 2,
64
- "14": 3,
65
- "15": 4,
66
- "16": 5,
67
- "17": 6,
68
- "18": 7,
69
- "19": 8,
70
- "20": 9,
71
- "21": 10,
72
- "22": 11,
73
- "23": 12,
74
- "24": 13,
75
- "25": 14,
76
- "26": 15,
77
- "27": 16,
78
- "28": 17,
79
- "29": 18,
80
- "30": 19,
81
- "31": 20,
82
- "32": 21,
83
- "33": 22,
84
- "34": 23,
85
- "35": 24,
86
- "36": 25
87
- },
88
- "idx_to_field_id": {
89
  "0": "11",
90
  "1": "12",
91
  "2": "13",
@@ -113,74 +57,5 @@
113
  "24": "35",
114
  "25": "36"
115
  },
116
- "domain_to_field_indices": {
117
- "1": [
118
- 0,
119
- 2,
120
- 13,
121
- 17,
122
- 19
123
- ],
124
- "2": [
125
- 1,
126
- 3,
127
- 7,
128
- 9,
129
- 21,
130
- 22
131
- ],
132
- "3": [
133
- 4,
134
- 5,
135
- 6,
136
- 8,
137
- 10,
138
- 11,
139
- 12,
140
- 14,
141
- 15,
142
- 20
143
- ],
144
- "4": [
145
- 16,
146
- 18,
147
- 23,
148
- 24,
149
- 25
150
- ]
151
- },
152
- "field_to_domain": {
153
- "11": "1",
154
- "12": "2",
155
- "13": "1",
156
- "14": "2",
157
- "15": "3",
158
- "16": "3",
159
- "17": "3",
160
- "18": "2",
161
- "19": "3",
162
- "20": "2",
163
- "21": "3",
164
- "22": "3",
165
- "23": "3",
166
- "24": "1",
167
- "25": "3",
168
- "26": "3",
169
- "27": "4",
170
- "28": "1",
171
- "29": "4",
172
- "30": "1",
173
- "31": "3",
174
- "32": "2",
175
- "33": "2",
176
- "34": "4",
177
- "35": "4",
178
- "36": "4"
179
- },
180
- "domain_ids": [
181
- "1",
182
- "2",
183
- "3",
184
- "4"
185
- ]
186
  }
 
1
  {
2
  "target_level": "field",
3
  "num_classes": 26,
4
+ "label_to_idx": {
5
  "11": 0,
6
  "12": 1,
7
  "13": 2,
 
29
  "35": 24,
30
  "36": 25
31
  },
32
+ "idx_to_label": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "0": "11",
34
  "1": "12",
35
  "2": "13",
 
57
  "24": "35",
58
  "25": "36"
59
  },
60
+ "distilled_from": "transformer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  }