ellenhp commited on
Commit
304dca0
·
1 Parent(s): 0cf6867

Update to smaller bert model, improves performance a lot

Browse files
Files changed (4) hide show
  1. config.json +353 -159
  2. model.safetensors +2 -2
  3. tokenizer_config.json +1 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/bert_uncased_L-8_H-256_A-4",
3
  "architectures": [
4
  "Hydra"
5
  ],
@@ -7,173 +7,367 @@
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
- "hidden_size": 256,
11
  "id2label": null,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 1024,
14
  "label2id": null,
15
  "label_groups": [
16
  {
17
- "amenity=arts_centre": 0,
18
- "amenity=atm": 1,
19
- "amenity=bank": 2,
20
- "amenity=bar": 3,
21
- "amenity=bench": 4,
22
- "amenity=bicycle_rental": 5,
23
- "amenity=bus_station": 6,
24
- "amenity=cafe": 7,
25
- "amenity=camping": 8,
26
- "amenity=car_rental": 9,
27
- "amenity=car_wash": 10,
28
- "amenity=casino": 11,
29
- "amenity=charging_station": 12,
30
- "amenity=childcare": 13,
31
- "amenity=cinema": 14,
32
- "amenity=clinic": 15,
33
- "amenity=college": 16,
34
- "amenity=community_centre": 17,
35
- "amenity=courthouse": 18,
36
- "amenity=dentist": 19,
37
- "amenity=doctors": 20,
38
- "amenity=dormitory": 21,
39
- "amenity=events_venue": 22,
40
- "amenity=fast_food": 23,
41
- "amenity=fire_station": 24,
42
- "amenity=food_court": 25,
43
- "amenity=fountain": 26,
44
- "amenity=fuel": 27,
45
- "amenity=grave_yard": 28,
46
- "amenity=hospital": 29,
47
- "amenity=ice_cream": 30,
48
- "amenity=kindergarten": 31,
49
- "amenity=library": 32,
50
- "amenity=marketplace": 33,
51
- "amenity=meditation_centre": 34,
52
- "amenity=monastery": 35,
53
- "amenity=nightclub": 36,
54
- "amenity=parking": 37,
55
- "amenity=pharmacy": 38,
56
- "amenity=place_of_worship": 39,
57
- "amenity=police": 40,
58
- "amenity=post_depot": 41,
59
- "amenity=post_office": 42,
60
- "amenity=prison": 43,
61
- "amenity=pub": 44,
62
- "amenity=ranger_station": 45,
63
- "amenity=recycling": 46,
64
- "amenity=research_institute": 47,
65
- "amenity=restaurant": 48,
66
- "amenity=school": 49,
67
- "amenity=shelter": 50,
68
- "amenity=shower": 51,
69
- "amenity=social_centre": 52,
70
- "amenity=social_facility": 53,
71
- "amenity=spa": 54,
72
- "amenity=studio": 55,
73
- "amenity=theatre": 56,
74
- "amenity=toilets": 57,
75
- "amenity=townhall": 58,
76
- "amenity=university": 59,
77
- "amenity=veterinary": 60,
78
- "amenity=waste_transfer_station": 61,
79
- "amenity=watering_place": 62,
80
- "healthcare=alternative": 63,
81
- "healthcare=blood_donation": 64,
82
- "healthcare=clinic": 65,
83
- "healthcare=dentist": 66,
84
- "healthcare=hospice": 67,
85
- "healthcare=laboratory": 68,
86
- "healthcare=physiotherapist": 69,
87
- "healthcare=rehabilitation": 70,
88
- "leisure=beach_resort": 71,
89
- "leisure=bowling_alley": 72,
90
- "leisure=dance": 73,
91
- "leisure=dog_park": 74,
92
- "leisure=fitness_centre": 75,
93
- "leisure=garden": 76,
94
- "leisure=golf_course": 77,
95
- "leisure=marina": 78,
96
- "leisure=nature_reserve": 79,
97
- "leisure=outdoor_seating": 80,
98
- "leisure=park": 81,
99
- "leisure=pitch": 82,
100
- "leisure=playground": 83,
101
- "leisure=recreation_ground": 84,
102
- "leisure=resort": 85,
103
- "leisure=sports_centre": 86,
104
- "leisure=sports_hall": 87,
105
- "leisure=stadium": 88,
106
- "leisure=swimming_pool": 89,
107
- "leisure=yes": 90,
108
- "natural=beach": 91,
109
- "natural=coastline": 92,
110
- "natural=grassland": 93,
111
- "natural=reef": 94,
112
- "natural=water": 95,
113
- "natural=wetland": 96,
114
- "natural=wood": 97,
115
- "shop=agrarian": 98,
116
- "shop=alcohol": 99,
117
- "shop=antiques": 100,
118
- "shop=art": 101,
119
- "shop=auction_house": 102,
120
- "shop=baby_goods": 103,
121
- "shop=bakery": 104,
122
- "shop=beauty": 105,
123
- "shop=bicycle": 106,
124
- "shop=books": 107,
125
- "shop=cannabis": 108,
126
- "shop=car": 109,
127
- "shop=car_parts": 110,
128
- "shop=car_repair": 111,
129
- "shop=charity": 112,
130
- "shop=chemist": 113,
131
- "shop=clothes": 114,
132
- "shop=coffee": 115,
133
- "shop=collector": 116,
134
- "shop=confectionery": 117,
135
- "shop=convenience": 118,
136
- "shop=copyshop": 119,
137
- "shop=country_store": 120,
138
- "shop=department_store": 121,
139
- "shop=doityourself": 122,
140
- "shop=dry_cleaning": 123,
141
- "shop=electronics": 124,
142
- "shop=fireplace": 125,
143
- "shop=flooring": 126,
144
- "shop=furniture": 127,
145
- "shop=garden_centre": 128,
146
- "shop=gift": 129,
147
- "shop=hairdresser": 130,
148
- "shop=interior_decoration": 131,
149
- "shop=jewelry": 132,
150
- "shop=laundry": 133,
151
- "shop=mall": 134,
152
- "shop=motorcycle": 135,
153
- "shop=nutrition_supplements": 136,
154
- "shop=optician": 137,
155
- "shop=outdoor": 138,
156
- "shop=paint": 139,
157
- "shop=pastry": 140,
158
- "shop=second_hand": 141,
159
- "shop=shoes": 142,
160
- "shop=sports": 143,
161
- "shop=storage_rental": 144,
162
- "shop=supermarket": 145,
163
- "shop=tailor": 146,
164
- "shop=telescopes": 147,
165
- "shop=trade": 148,
166
- "shop=trailer": 149,
167
- "shop=truck_repair": 150,
168
- "shop=variety_store": 151,
169
- "shop=wholesale": 152,
170
- "shop=yes": 153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  }
172
  ],
173
  "layer_norm_eps": 1e-12,
174
  "max_position_embeddings": 512,
175
- "model_type": "hydra",
176
- "num_attention_heads": 4,
177
  "num_hidden_layers": 8,
178
  "num_labels": 2,
179
  "pad_token_id": 0,
 
1
  {
2
+ "_name_or_path": "google/bert_uncased_L-8_H-128_A-2",
3
  "architectures": [
4
  "Hydra"
5
  ],
 
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
  "id2label": null,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 512,
14
  "label2id": null,
15
  "label_groups": [
16
  {
17
+ "amenity=animal_boarding": 0,
18
+ "amenity=animal_shelter": 1,
19
+ "amenity=archive": 2,
20
+ "amenity=arts_centre": 3,
21
+ "amenity=atm": 4,
22
+ "amenity=bakery": 5,
23
+ "amenity=bank": 6,
24
+ "amenity=bar": 7,
25
+ "amenity=beach_resort": 8,
26
+ "amenity=bench": 9,
27
+ "amenity=bicycle_parking": 10,
28
+ "amenity=bicycle_rental": 11,
29
+ "amenity=biergarten": 12,
30
+ "amenity=boat_rental": 13,
31
+ "amenity=brewery": 14,
32
+ "amenity=bus_station": 15,
33
+ "amenity=cafe": 16,
34
+ "amenity=camping": 17,
35
+ "amenity=canteen": 18,
36
+ "amenity=car_pooling": 19,
37
+ "amenity=car_rental": 20,
38
+ "amenity=car_wash": 21,
39
+ "amenity=casino": 22,
40
+ "amenity=charging_station": 23,
41
+ "amenity=childcare": 24,
42
+ "amenity=cinema": 25,
43
+ "amenity=clinic": 26,
44
+ "amenity=clock": 27,
45
+ "amenity=coast_guard": 28,
46
+ "amenity=college": 29,
47
+ "amenity=community_centre": 30,
48
+ "amenity=conference_centre": 31,
49
+ "amenity=courthouse": 32,
50
+ "amenity=credit union": 33,
51
+ "amenity=dentist": 34,
52
+ "amenity=doctors": 35,
53
+ "amenity=dojo": 36,
54
+ "amenity=dormitory": 37,
55
+ "amenity=dressing_room": 38,
56
+ "amenity=event_hall": 39,
57
+ "amenity=events_venue": 40,
58
+ "amenity=fast_food": 41,
59
+ "amenity=ferry_terminal": 42,
60
+ "amenity=festival_grounds": 43,
61
+ "amenity=fire_station": 44,
62
+ "amenity=first_aid_school": 45,
63
+ "amenity=fish_hatchery": 46,
64
+ "amenity=food_court": 47,
65
+ "amenity=fortune_teller": 48,
66
+ "amenity=fountain": 49,
67
+ "amenity=fuel": 50,
68
+ "amenity=grave_yard": 51,
69
+ "amenity=grocery store": 52,
70
+ "amenity=healthcare": 53,
71
+ "amenity=hospital": 54,
72
+ "amenity=ice_cream": 55,
73
+ "amenity=indoor_range": 56,
74
+ "amenity=kindergarten": 57,
75
+ "amenity=library": 58,
76
+ "amenity=lounge": 59,
77
+ "amenity=love_hotel": 60,
78
+ "amenity=marketplace": 61,
79
+ "amenity=meditation_centre": 62,
80
+ "amenity=monastery": 63,
81
+ "amenity=mortuary": 64,
82
+ "amenity=motorcycle_parking": 65,
83
+ "amenity=music_school": 66,
84
+ "amenity=music_venue": 67,
85
+ "amenity=nightclub": 68,
86
+ "amenity=nursing_home": 69,
87
+ "amenity=office": 70,
88
+ "amenity=parking": 71,
89
+ "amenity=parking_space": 72,
90
+ "amenity=pharmacy": 73,
91
+ "amenity=place_of_worship": 74,
92
+ "amenity=place_of_worship;grave_yard": 75,
93
+ "amenity=police": 76,
94
+ "amenity=post_box": 77,
95
+ "amenity=post_depot": 78,
96
+ "amenity=post_office": 79,
97
+ "amenity=prison": 80,
98
+ "amenity=pub": 81,
99
+ "amenity=public_building": 82,
100
+ "amenity=public_facility": 83,
101
+ "amenity=ranger_station": 84,
102
+ "amenity=reception_desk": 85,
103
+ "amenity=recycling": 86,
104
+ "amenity=research_institute": 87,
105
+ "amenity=resort": 88,
106
+ "amenity=restaurant": 89,
107
+ "amenity=school": 90,
108
+ "amenity=shelter": 91,
109
+ "amenity=shower": 92,
110
+ "amenity=social_centre": 93,
111
+ "amenity=social_facility": 94,
112
+ "amenity=spa": 95,
113
+ "amenity=stripclub": 96,
114
+ "amenity=studio": 97,
115
+ "amenity=supermarket": 98,
116
+ "amenity=theatre": 99,
117
+ "amenity=toilets": 100,
118
+ "amenity=townhall": 101,
119
+ "amenity=training": 102,
120
+ "amenity=university": 103,
121
+ "amenity=vehicle_inspection": 104,
122
+ "amenity=veterinary": 105,
123
+ "amenity=waste_transfer_station": 106,
124
+ "amenity=watering_place": 107,
125
+ "amenity=yacht_club": 108,
126
+ "healthcare=alternative": 109,
127
+ "healthcare=blood_donation": 110,
128
+ "healthcare=centre": 111,
129
+ "healthcare=clinic": 112,
130
+ "healthcare=counselling": 113,
131
+ "healthcare=dentist": 114,
132
+ "healthcare=doctor": 115,
133
+ "healthcare=hospice": 116,
134
+ "healthcare=hospital": 117,
135
+ "healthcare=laboratory": 118,
136
+ "healthcare=optometrist": 119,
137
+ "healthcare=pharmacy": 120,
138
+ "healthcare=physiotherapist": 121,
139
+ "healthcare=psychotherapist": 122,
140
+ "healthcare=rehabilitation": 123,
141
+ "healthcare=testing_site": 124,
142
+ "healthcare=yes": 125,
143
+ "landuse=allotments": 126,
144
+ "landuse=aquaculture": 127,
145
+ "landuse=brownfield": 128,
146
+ "landuse=cemetery": 129,
147
+ "landuse=civic": 130,
148
+ "landuse=commercial": 131,
149
+ "landuse=conservation": 132,
150
+ "landuse=construction": 133,
151
+ "landuse=depot": 134,
152
+ "landuse=education": 135,
153
+ "landuse=fairground": 136,
154
+ "landuse=farmland": 137,
155
+ "landuse=farmyard": 138,
156
+ "landuse=forest": 139,
157
+ "landuse=garages": 140,
158
+ "landuse=grass": 141,
159
+ "landuse=greenfield": 142,
160
+ "landuse=greenhouse_horticulture": 143,
161
+ "landuse=industrial": 144,
162
+ "landuse=landfill": 145,
163
+ "landuse=military": 146,
164
+ "landuse=orchard": 147,
165
+ "landuse=public": 148,
166
+ "landuse=quarry": 149,
167
+ "landuse=recreation_ground": 150,
168
+ "landuse=religious": 151,
169
+ "landuse=reservoir": 152,
170
+ "landuse=reservoir_watershed": 153,
171
+ "landuse=residential": 154,
172
+ "landuse=retail": 155,
173
+ "landuse=tourism": 156,
174
+ "landuse=village_green": 157,
175
+ "landuse=vineyard": 158,
176
+ "landuse=watershed_protection": 159,
177
+ "landuse=winter_sports": 160,
178
+ "leisure=amusement_arcade": 161,
179
+ "leisure=bandstand": 162,
180
+ "leisure=beach_resort": 163,
181
+ "leisure=bowling_alley": 164,
182
+ "leisure=dance": 165,
183
+ "leisure=disc_golf_course": 166,
184
+ "leisure=dog_park": 167,
185
+ "leisure=escape_game": 168,
186
+ "leisure=fishing": 169,
187
+ "leisure=fitness_centre": 170,
188
+ "leisure=garden": 171,
189
+ "leisure=golf_course": 172,
190
+ "leisure=hackerspace": 173,
191
+ "leisure=ice_rink": 174,
192
+ "leisure=marina": 175,
193
+ "leisure=miniature_golf": 176,
194
+ "leisure=nature_reserve": 177,
195
+ "leisure=outdoor_seating": 178,
196
+ "leisure=park": 179,
197
+ "leisure=park;outdoor_seating": 180,
198
+ "leisure=pitch": 181,
199
+ "leisure=playground": 182,
200
+ "leisure=recreation_ground": 183,
201
+ "leisure=resort": 184,
202
+ "leisure=sports_centre": 185,
203
+ "leisure=sports_hall": 186,
204
+ "leisure=stadium": 187,
205
+ "leisure=summer_camp": 188,
206
+ "leisure=swimming_pool": 189,
207
+ "leisure=tanning_salon": 190,
208
+ "leisure=track": 191,
209
+ "leisure=trampoline_park": 192,
210
+ "leisure=water_park": 193,
211
+ "leisure=yes": 194,
212
+ "natural=bay": 195,
213
+ "natural=beach": 196,
214
+ "natural=cliff": 197,
215
+ "natural=coastline": 198,
216
+ "natural=glacier": 199,
217
+ "natural=grassland": 200,
218
+ "natural=reef": 201,
219
+ "natural=scree": 202,
220
+ "natural=stone": 203,
221
+ "natural=strait": 204,
222
+ "natural=water": 205,
223
+ "natural=wetland": 206,
224
+ "natural=wood": 207,
225
+ "shop=agrarian": 208,
226
+ "shop=alcohol": 209,
227
+ "shop=anime": 210,
228
+ "shop=antiques": 211,
229
+ "shop=appliance": 212,
230
+ "shop=art": 213,
231
+ "shop=auction_house": 214,
232
+ "shop=baby_goods": 215,
233
+ "shop=bag": 216,
234
+ "shop=bakery": 217,
235
+ "shop=bathroom_furnishing": 218,
236
+ "shop=beauty": 219,
237
+ "shop=bed": 220,
238
+ "shop=bicycle": 221,
239
+ "shop=boat": 222,
240
+ "shop=books": 223,
241
+ "shop=butcher": 224,
242
+ "shop=cannabis": 225,
243
+ "shop=car": 226,
244
+ "shop=car_parts": 227,
245
+ "shop=car_repair": 228,
246
+ "shop=caravan": 229,
247
+ "shop=carpet": 230,
248
+ "shop=charity": 231,
249
+ "shop=cheese": 232,
250
+ "shop=chemist": 233,
251
+ "shop=clothes": 234,
252
+ "shop=coffee": 235,
253
+ "shop=collector": 236,
254
+ "shop=computer": 237,
255
+ "shop=confectionery": 238,
256
+ "shop=convenience": 239,
257
+ "shop=copyshop": 240,
258
+ "shop=cosmetics": 241,
259
+ "shop=country_store": 242,
260
+ "shop=craft": 243,
261
+ "shop=dairy": 244,
262
+ "shop=deli": 245,
263
+ "shop=dentures": 246,
264
+ "shop=department_store": 247,
265
+ "shop=doityourself": 248,
266
+ "shop=dry_cleaning": 249,
267
+ "shop=e-cigarette": 250,
268
+ "shop=electronics": 251,
269
+ "shop=equipment_rental": 252,
270
+ "shop=erotic": 253,
271
+ "shop=estate_agent": 254,
272
+ "shop=fabric": 255,
273
+ "shop=farm": 256,
274
+ "shop=fashion_accessories": 257,
275
+ "shop=fireplace": 258,
276
+ "shop=fishing": 259,
277
+ "shop=flooring": 260,
278
+ "shop=florist": 261,
279
+ "shop=frame": 262,
280
+ "shop=funeral_directors": 263,
281
+ "shop=furniture": 264,
282
+ "shop=games": 265,
283
+ "shop=garden_centre": 266,
284
+ "shop=gas": 267,
285
+ "shop=general": 268,
286
+ "shop=generators": 269,
287
+ "shop=gift": 270,
288
+ "shop=greengrocer": 271,
289
+ "shop=grocery": 272,
290
+ "shop=hairdresser": 273,
291
+ "shop=hairdresser_supply": 274,
292
+ "shop=hardware": 275,
293
+ "shop=health_food": 276,
294
+ "shop=hearing_aids": 277,
295
+ "shop=household_linen": 278,
296
+ "shop=houseware": 279,
297
+ "shop=hunting": 280,
298
+ "shop=implement": 281,
299
+ "shop=interior_decoration": 282,
300
+ "shop=internet_service": 283,
301
+ "shop=jewelry": 284,
302
+ "shop=laundry": 285,
303
+ "shop=lawyer": 286,
304
+ "shop=lighting": 287,
305
+ "shop=loaning_agency": 288,
306
+ "shop=locksmith": 289,
307
+ "shop=mall": 290,
308
+ "shop=massage": 291,
309
+ "shop=medical_supply": 292,
310
+ "shop=mobile_phone": 293,
311
+ "shop=model": 294,
312
+ "shop=money_lender": 295,
313
+ "shop=motorcycle": 296,
314
+ "shop=motorcycle_repair": 297,
315
+ "shop=motorsports": 298,
316
+ "shop=museum_store": 299,
317
+ "shop=music": 300,
318
+ "shop=musical_instrument": 301,
319
+ "shop=nutrition_supplements": 302,
320
+ "shop=office_supplies": 303,
321
+ "shop=optician": 304,
322
+ "shop=outdoor": 305,
323
+ "shop=paint": 306,
324
+ "shop=party": 307,
325
+ "shop=pastry": 308,
326
+ "shop=pawnbroker": 309,
327
+ "shop=pest_control": 310,
328
+ "shop=pet": 311,
329
+ "shop=pet_grooming": 312,
330
+ "shop=photo": 313,
331
+ "shop=pottery": 314,
332
+ "shop=printer_ink": 315,
333
+ "shop=pyrotechnics": 316,
334
+ "shop=religion": 317,
335
+ "shop=rental": 318,
336
+ "shop=repair": 319,
337
+ "shop=seafood": 320,
338
+ "shop=second_hand": 321,
339
+ "shop=shoes": 322,
340
+ "shop=sports": 323,
341
+ "shop=stationery": 324,
342
+ "shop=storage_rental": 325,
343
+ "shop=supermarket": 326,
344
+ "shop=swimming_pool": 327,
345
+ "shop=tailor": 328,
346
+ "shop=tattoo": 329,
347
+ "shop=telecommunication": 330,
348
+ "shop=telescopes": 331,
349
+ "shop=tobacco": 332,
350
+ "shop=toys": 333,
351
+ "shop=trade": 334,
352
+ "shop=trailer": 335,
353
+ "shop=travel_agency": 336,
354
+ "shop=trophy": 337,
355
+ "shop=truck_repair": 338,
356
+ "shop=tyres": 339,
357
+ "shop=variety_store": 340,
358
+ "shop=water": 341,
359
+ "shop=weapons": 342,
360
+ "shop=wholesale": 343,
361
+ "shop=wigs": 344,
362
+ "shop=wine": 345,
363
+ "shop=wine;convenience": 346,
364
+ "shop=yes": 347
365
  }
366
  ],
367
  "layer_norm_eps": 1e-12,
368
  "max_position_embeddings": 512,
369
+ "model_type": "bert",
370
+ "num_attention_heads": 2,
371
  "num_hidden_layers": 8,
372
  "num_labels": 2,
373
  "pad_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d733f3a39209f000904e4f69d651d284085a9b5ebbce7c19614c16f2c6cdebde
3
- size 57755096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60c9523925a4ac0ae2f5c60d8e81dec6019556a03bebd8ce760fe29208c14656
3
+ size 22563016
tokenizer_config.json CHANGED
@@ -46,7 +46,7 @@
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
- "max_length": 64,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
+ "max_length": 32,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8a92453bb254c1a201f7ae6e35d25baf657dbc8af553870150deb1d4b6fb2bb
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1664af370cef66ec7f3efc33bb5cc669dcca19da7b1e173b4e1f4a5395e4cb7e
3
  size 4856