NorbertRop commited on
Commit
074dec0
1 Parent(s): d81d813

Upload DistilBertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +358 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sentence-transformers/distiluse-base-multilingual-cased-v1",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "B-nam_adj",
13
+ "1": "B-nam_adj_city",
14
+ "2": "B-nam_adj_country",
15
+ "3": "B-nam_adj_person",
16
+ "4": "B-nam_eve",
17
+ "5": "B-nam_eve_human",
18
+ "6": "B-nam_eve_human_cultural",
19
+ "7": "B-nam_eve_human_holiday",
20
+ "8": "B-nam_eve_human_sport",
21
+ "9": "B-nam_fac_bridge",
22
+ "10": "B-nam_fac_goe",
23
+ "11": "B-nam_fac_goe_stop",
24
+ "12": "B-nam_fac_park",
25
+ "13": "B-nam_fac_road",
26
+ "14": "B-nam_fac_square",
27
+ "15": "B-nam_fac_system",
28
+ "16": "B-nam_liv_animal",
29
+ "17": "B-nam_liv_character",
30
+ "18": "B-nam_liv_god",
31
+ "19": "B-nam_liv_habitant",
32
+ "20": "B-nam_liv_person",
33
+ "21": "B-nam_loc",
34
+ "22": "B-nam_loc_astronomical",
35
+ "23": "B-nam_loc_country_region",
36
+ "24": "B-nam_loc_gpe_admin1",
37
+ "25": "B-nam_loc_gpe_admin2",
38
+ "26": "B-nam_loc_gpe_admin3",
39
+ "27": "B-nam_loc_gpe_city",
40
+ "28": "B-nam_loc_gpe_conurbation",
41
+ "29": "B-nam_loc_gpe_country",
42
+ "30": "B-nam_loc_gpe_district",
43
+ "31": "B-nam_loc_gpe_subdivision",
44
+ "32": "B-nam_loc_historical_region",
45
+ "33": "B-nam_loc_hydronym",
46
+ "34": "B-nam_loc_hydronym_lake",
47
+ "35": "B-nam_loc_hydronym_ocean",
48
+ "36": "B-nam_loc_hydronym_river",
49
+ "37": "B-nam_loc_hydronym_sea",
50
+ "38": "B-nam_loc_land",
51
+ "39": "B-nam_loc_land_continent",
52
+ "40": "B-nam_loc_land_island",
53
+ "41": "B-nam_loc_land_mountain",
54
+ "42": "B-nam_loc_land_peak",
55
+ "43": "B-nam_loc_land_region",
56
+ "44": "B-nam_num_house",
57
+ "45": "B-nam_num_phone",
58
+ "46": "B-nam_org_company",
59
+ "47": "B-nam_org_group",
60
+ "48": "B-nam_org_group_band",
61
+ "49": "B-nam_org_group_team",
62
+ "50": "B-nam_org_institution",
63
+ "51": "B-nam_org_nation",
64
+ "52": "B-nam_org_organization",
65
+ "53": "B-nam_org_organization_sub",
66
+ "54": "B-nam_org_political_party",
67
+ "55": "B-nam_oth",
68
+ "56": "B-nam_oth_currency",
69
+ "57": "B-nam_oth_data_format",
70
+ "58": "B-nam_oth_license",
71
+ "59": "B-nam_oth_position",
72
+ "60": "B-nam_oth_tech",
73
+ "61": "B-nam_oth_www",
74
+ "62": "B-nam_pro",
75
+ "63": "B-nam_pro_award",
76
+ "64": "B-nam_pro_brand",
77
+ "65": "B-nam_pro_media",
78
+ "66": "B-nam_pro_media_periodic",
79
+ "67": "B-nam_pro_media_radio",
80
+ "68": "B-nam_pro_media_tv",
81
+ "69": "B-nam_pro_media_web",
82
+ "70": "B-nam_pro_model_car",
83
+ "71": "B-nam_pro_software",
84
+ "72": "B-nam_pro_software_game",
85
+ "73": "B-nam_pro_title",
86
+ "74": "B-nam_pro_title_album",
87
+ "75": "B-nam_pro_title_article",
88
+ "76": "B-nam_pro_title_book",
89
+ "77": "B-nam_pro_title_document",
90
+ "78": "B-nam_pro_title_song",
91
+ "79": "B-nam_pro_title_treaty",
92
+ "80": "B-nam_pro_title_tv",
93
+ "81": "B-nam_pro_vehicle",
94
+ "82": "I-nam_adj",
95
+ "83": "I-nam_adj_city",
96
+ "84": "I-nam_adj_country",
97
+ "85": "I-nam_adj_person",
98
+ "86": "I-nam_eve",
99
+ "87": "I-nam_eve_human",
100
+ "88": "I-nam_eve_human_cultural",
101
+ "89": "I-nam_eve_human_holiday",
102
+ "90": "I-nam_eve_human_sport",
103
+ "91": "I-nam_fac_bridge",
104
+ "92": "I-nam_fac_goe",
105
+ "93": "I-nam_fac_goe_stop",
106
+ "94": "I-nam_fac_park",
107
+ "95": "I-nam_fac_road",
108
+ "96": "I-nam_fac_square",
109
+ "97": "I-nam_fac_system",
110
+ "98": "I-nam_liv_animal",
111
+ "99": "I-nam_liv_character",
112
+ "100": "I-nam_liv_god",
113
+ "101": "I-nam_liv_habitant",
114
+ "102": "I-nam_liv_person",
115
+ "103": "I-nam_loc",
116
+ "104": "I-nam_loc_astronomical",
117
+ "105": "I-nam_loc_country_region",
118
+ "106": "I-nam_loc_gpe_admin1",
119
+ "107": "I-nam_loc_gpe_admin2",
120
+ "108": "I-nam_loc_gpe_admin3",
121
+ "109": "I-nam_loc_gpe_city",
122
+ "110": "I-nam_loc_gpe_conurbation",
123
+ "111": "I-nam_loc_gpe_country",
124
+ "112": "I-nam_loc_gpe_district",
125
+ "113": "I-nam_loc_gpe_subdivision",
126
+ "114": "I-nam_loc_historical_region",
127
+ "115": "I-nam_loc_hydronym",
128
+ "116": "I-nam_loc_hydronym_lake",
129
+ "117": "I-nam_loc_hydronym_ocean",
130
+ "118": "I-nam_loc_hydronym_river",
131
+ "119": "I-nam_loc_hydronym_sea",
132
+ "120": "I-nam_loc_land",
133
+ "121": "I-nam_loc_land_continent",
134
+ "122": "I-nam_loc_land_island",
135
+ "123": "I-nam_loc_land_mountain",
136
+ "124": "I-nam_loc_land_peak",
137
+ "125": "I-nam_loc_land_region",
138
+ "126": "I-nam_num_house",
139
+ "127": "I-nam_num_phone",
140
+ "128": "I-nam_org_company",
141
+ "129": "I-nam_org_group",
142
+ "130": "I-nam_org_group_band",
143
+ "131": "I-nam_org_group_team",
144
+ "132": "I-nam_org_institution",
145
+ "133": "I-nam_org_nation",
146
+ "134": "I-nam_org_organization",
147
+ "135": "I-nam_org_organization_sub",
148
+ "136": "I-nam_org_political_party",
149
+ "137": "I-nam_oth",
150
+ "138": "I-nam_oth_currency",
151
+ "139": "I-nam_oth_data_format",
152
+ "140": "I-nam_oth_license",
153
+ "141": "I-nam_oth_position",
154
+ "142": "I-nam_oth_tech",
155
+ "143": "I-nam_oth_www",
156
+ "144": "I-nam_pro",
157
+ "145": "I-nam_pro_award",
158
+ "146": "I-nam_pro_brand",
159
+ "147": "I-nam_pro_media",
160
+ "148": "I-nam_pro_media_periodic",
161
+ "149": "I-nam_pro_media_radio",
162
+ "150": "I-nam_pro_media_tv",
163
+ "151": "I-nam_pro_media_web",
164
+ "152": "I-nam_pro_model_car",
165
+ "153": "I-nam_pro_software",
166
+ "154": "I-nam_pro_software_game",
167
+ "155": "I-nam_pro_title",
168
+ "156": "I-nam_pro_title_album",
169
+ "157": "I-nam_pro_title_article",
170
+ "158": "I-nam_pro_title_book",
171
+ "159": "I-nam_pro_title_document",
172
+ "160": "I-nam_pro_title_song",
173
+ "161": "I-nam_pro_title_treaty",
174
+ "162": "I-nam_pro_title_tv",
175
+ "163": "I-nam_pro_vehicle",
176
+ "164": "O"
177
+ },
178
+ "initializer_range": 0.02,
179
+ "label2id": {
180
+ "B-nam_adj": 0,
181
+ "B-nam_adj_city": 1,
182
+ "B-nam_adj_country": 2,
183
+ "B-nam_adj_person": 3,
184
+ "B-nam_eve": 4,
185
+ "B-nam_eve_human": 5,
186
+ "B-nam_eve_human_cultural": 6,
187
+ "B-nam_eve_human_holiday": 7,
188
+ "B-nam_eve_human_sport": 8,
189
+ "B-nam_fac_bridge": 9,
190
+ "B-nam_fac_goe": 10,
191
+ "B-nam_fac_goe_stop": 11,
192
+ "B-nam_fac_park": 12,
193
+ "B-nam_fac_road": 13,
194
+ "B-nam_fac_square": 14,
195
+ "B-nam_fac_system": 15,
196
+ "B-nam_liv_animal": 16,
197
+ "B-nam_liv_character": 17,
198
+ "B-nam_liv_god": 18,
199
+ "B-nam_liv_habitant": 19,
200
+ "B-nam_liv_person": 20,
201
+ "B-nam_loc": 21,
202
+ "B-nam_loc_astronomical": 22,
203
+ "B-nam_loc_country_region": 23,
204
+ "B-nam_loc_gpe_admin1": 24,
205
+ "B-nam_loc_gpe_admin2": 25,
206
+ "B-nam_loc_gpe_admin3": 26,
207
+ "B-nam_loc_gpe_city": 27,
208
+ "B-nam_loc_gpe_conurbation": 28,
209
+ "B-nam_loc_gpe_country": 29,
210
+ "B-nam_loc_gpe_district": 30,
211
+ "B-nam_loc_gpe_subdivision": 31,
212
+ "B-nam_loc_historical_region": 32,
213
+ "B-nam_loc_hydronym": 33,
214
+ "B-nam_loc_hydronym_lake": 34,
215
+ "B-nam_loc_hydronym_ocean": 35,
216
+ "B-nam_loc_hydronym_river": 36,
217
+ "B-nam_loc_hydronym_sea": 37,
218
+ "B-nam_loc_land": 38,
219
+ "B-nam_loc_land_continent": 39,
220
+ "B-nam_loc_land_island": 40,
221
+ "B-nam_loc_land_mountain": 41,
222
+ "B-nam_loc_land_peak": 42,
223
+ "B-nam_loc_land_region": 43,
224
+ "B-nam_num_house": 44,
225
+ "B-nam_num_phone": 45,
226
+ "B-nam_org_company": 46,
227
+ "B-nam_org_group": 47,
228
+ "B-nam_org_group_band": 48,
229
+ "B-nam_org_group_team": 49,
230
+ "B-nam_org_institution": 50,
231
+ "B-nam_org_nation": 51,
232
+ "B-nam_org_organization": 52,
233
+ "B-nam_org_organization_sub": 53,
234
+ "B-nam_org_political_party": 54,
235
+ "B-nam_oth": 55,
236
+ "B-nam_oth_currency": 56,
237
+ "B-nam_oth_data_format": 57,
238
+ "B-nam_oth_license": 58,
239
+ "B-nam_oth_position": 59,
240
+ "B-nam_oth_tech": 60,
241
+ "B-nam_oth_www": 61,
242
+ "B-nam_pro": 62,
243
+ "B-nam_pro_award": 63,
244
+ "B-nam_pro_brand": 64,
245
+ "B-nam_pro_media": 65,
246
+ "B-nam_pro_media_periodic": 66,
247
+ "B-nam_pro_media_radio": 67,
248
+ "B-nam_pro_media_tv": 68,
249
+ "B-nam_pro_media_web": 69,
250
+ "B-nam_pro_model_car": 70,
251
+ "B-nam_pro_software": 71,
252
+ "B-nam_pro_software_game": 72,
253
+ "B-nam_pro_title": 73,
254
+ "B-nam_pro_title_album": 74,
255
+ "B-nam_pro_title_article": 75,
256
+ "B-nam_pro_title_book": 76,
257
+ "B-nam_pro_title_document": 77,
258
+ "B-nam_pro_title_song": 78,
259
+ "B-nam_pro_title_treaty": 79,
260
+ "B-nam_pro_title_tv": 80,
261
+ "B-nam_pro_vehicle": 81,
262
+ "I-nam_adj": 82,
263
+ "I-nam_adj_city": 83,
264
+ "I-nam_adj_country": 84,
265
+ "I-nam_adj_person": 85,
266
+ "I-nam_eve": 86,
267
+ "I-nam_eve_human": 87,
268
+ "I-nam_eve_human_cultural": 88,
269
+ "I-nam_eve_human_holiday": 89,
270
+ "I-nam_eve_human_sport": 90,
271
+ "I-nam_fac_bridge": 91,
272
+ "I-nam_fac_goe": 92,
273
+ "I-nam_fac_goe_stop": 93,
274
+ "I-nam_fac_park": 94,
275
+ "I-nam_fac_road": 95,
276
+ "I-nam_fac_square": 96,
277
+ "I-nam_fac_system": 97,
278
+ "I-nam_liv_animal": 98,
279
+ "I-nam_liv_character": 99,
280
+ "I-nam_liv_god": 100,
281
+ "I-nam_liv_habitant": 101,
282
+ "I-nam_liv_person": 102,
283
+ "I-nam_loc": 103,
284
+ "I-nam_loc_astronomical": 104,
285
+ "I-nam_loc_country_region": 105,
286
+ "I-nam_loc_gpe_admin1": 106,
287
+ "I-nam_loc_gpe_admin2": 107,
288
+ "I-nam_loc_gpe_admin3": 108,
289
+ "I-nam_loc_gpe_city": 109,
290
+ "I-nam_loc_gpe_conurbation": 110,
291
+ "I-nam_loc_gpe_country": 111,
292
+ "I-nam_loc_gpe_district": 112,
293
+ "I-nam_loc_gpe_subdivision": 113,
294
+ "I-nam_loc_historical_region": 114,
295
+ "I-nam_loc_hydronym": 115,
296
+ "I-nam_loc_hydronym_lake": 116,
297
+ "I-nam_loc_hydronym_ocean": 117,
298
+ "I-nam_loc_hydronym_river": 118,
299
+ "I-nam_loc_hydronym_sea": 119,
300
+ "I-nam_loc_land": 120,
301
+ "I-nam_loc_land_continent": 121,
302
+ "I-nam_loc_land_island": 122,
303
+ "I-nam_loc_land_mountain": 123,
304
+ "I-nam_loc_land_peak": 124,
305
+ "I-nam_loc_land_region": 125,
306
+ "I-nam_num_house": 126,
307
+ "I-nam_num_phone": 127,
308
+ "I-nam_org_company": 128,
309
+ "I-nam_org_group": 129,
310
+ "I-nam_org_group_band": 130,
311
+ "I-nam_org_group_team": 131,
312
+ "I-nam_org_institution": 132,
313
+ "I-nam_org_nation": 133,
314
+ "I-nam_org_organization": 134,
315
+ "I-nam_org_organization_sub": 135,
316
+ "I-nam_org_political_party": 136,
317
+ "I-nam_oth": 137,
318
+ "I-nam_oth_currency": 138,
319
+ "I-nam_oth_data_format": 139,
320
+ "I-nam_oth_license": 140,
321
+ "I-nam_oth_position": 141,
322
+ "I-nam_oth_tech": 142,
323
+ "I-nam_oth_www": 143,
324
+ "I-nam_pro": 144,
325
+ "I-nam_pro_award": 145,
326
+ "I-nam_pro_brand": 146,
327
+ "I-nam_pro_media": 147,
328
+ "I-nam_pro_media_periodic": 148,
329
+ "I-nam_pro_media_radio": 149,
330
+ "I-nam_pro_media_tv": 150,
331
+ "I-nam_pro_media_web": 151,
332
+ "I-nam_pro_model_car": 152,
333
+ "I-nam_pro_software": 153,
334
+ "I-nam_pro_software_game": 154,
335
+ "I-nam_pro_title": 155,
336
+ "I-nam_pro_title_album": 156,
337
+ "I-nam_pro_title_article": 157,
338
+ "I-nam_pro_title_book": 158,
339
+ "I-nam_pro_title_document": 159,
340
+ "I-nam_pro_title_song": 160,
341
+ "I-nam_pro_title_treaty": 161,
342
+ "I-nam_pro_title_tv": 162,
343
+ "I-nam_pro_vehicle": 163,
344
+ "O": 164
345
+ },
346
+ "max_position_embeddings": 512,
347
+ "model_type": "distilbert",
348
+ "n_heads": 12,
349
+ "n_layers": 6,
350
+ "pad_token_id": 0,
351
+ "qa_dropout": 0.1,
352
+ "seq_classif_dropout": 0.2,
353
+ "sinusoidal_pos_embds": false,
354
+ "tie_weights_": true,
355
+ "torch_dtype": "float32",
356
+ "transformers_version": "4.24.0",
357
+ "vocab_size": 119547
358
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f8a374e3182af71f81d43d7e9b36e0bacef11195b7b01cbcab4a0c12364e29
3
+ size 539477285