rdsmaia commited on
Commit
0fb82f4
·
1 Parent(s): 80ae317

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,213 +9,311 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "apple_pie",
13
- "1": "baby_back_ribs",
14
- "10": "bruschetta",
15
- "100": "waffles",
16
- "11": "caesar_salad",
17
- "12": "cannoli",
18
- "13": "caprese_salad",
19
- "14": "carrot_cake",
20
- "15": "ceviche",
21
- "16": "cheesecake",
22
- "17": "cheese_plate",
23
- "18": "chicken_curry",
24
- "19": "chicken_quesadilla",
25
- "2": "baklava",
26
- "20": "chicken_wings",
27
- "21": "chocolate_cake",
28
- "22": "chocolate_mousse",
29
- "23": "churros",
30
- "24": "clam_chowder",
31
- "25": "club_sandwich",
32
- "26": "crab_cakes",
33
- "27": "creme_brulee",
34
- "28": "croque_madame",
35
- "29": "cup_cakes",
36
- "3": "beef_carpaccio",
37
- "30": "deviled_eggs",
38
- "31": "donuts",
39
- "32": "dumplings",
40
- "33": "edamame",
41
- "34": "eggs_benedict",
42
- "35": "escargots",
43
- "36": "falafel",
44
- "37": "filet_mignon",
45
- "38": "fish_and_chips",
46
- "39": "foie_gras",
47
- "4": "beef_tartare",
48
- "40": "french_fries",
49
- "41": "french_onion_soup",
50
- "42": "french_toast",
51
- "43": "fried_calamari",
52
- "44": "fried_rice",
53
- "45": "frozen_yogurt",
54
- "46": "garlic_bread",
55
- "47": "gnocchi",
56
- "48": "greek_salad",
57
- "49": "grilled_cheese_sandwich",
58
- "5": "beet_salad",
59
- "50": "grilled_salmon",
60
- "51": "guacamole",
61
- "52": "gyoza",
62
- "53": "hamburger",
63
- "54": "hot_and_sour_soup",
64
- "55": "hot_dog",
65
- "56": "huevos_rancheros",
66
- "57": "hummus",
67
- "58": "ice_cream",
68
- "59": "lasagna",
69
- "6": "beignets",
70
- "60": "lobster_bisque",
71
- "61": "lobster_roll_sandwich",
72
- "62": "macaroni_and_cheese",
73
- "63": "macarons",
74
- "64": "miso_soup",
75
- "65": "mussels",
76
- "66": "nachos",
77
- "67": "omelette",
78
- "68": "onion_rings",
79
- "69": "oysters",
80
- "7": "bibimbap",
81
- "70": "pad_thai",
82
- "71": "paella",
83
- "72": "pancakes",
84
- "73": "panna_cotta",
85
- "74": "peking_duck",
86
- "75": "pho",
87
- "76": "pizza",
88
- "77": "pork_chop",
89
- "78": "poutine",
90
- "79": "prime_rib",
91
- "8": "bread_pudding",
92
- "80": "pulled_pork_sandwich",
93
- "81": "ramen",
94
- "82": "ravioli",
95
- "83": "red_velvet_cake",
96
- "84": "risotto",
97
- "85": "samosa",
98
- "86": "sashimi",
99
- "87": "scallops",
100
- "88": "seaweed_salad",
101
- "89": "shrimp_and_grits",
102
- "9": "breakfast_burrito",
103
- "90": "spaghetti_bolognese",
104
- "91": "spaghetti_carbonara",
105
- "92": "spring_rolls",
106
- "93": "steak",
107
- "94": "strawberry_shortcake",
108
- "95": "sushi",
109
- "96": "tacos",
110
- "97": "takoyaki",
111
- "98": "tiramisu",
112
- "99": "tuna_tartare"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  },
114
  "image_size": 224,
115
  "initializer_range": 0.02,
116
  "intermediate_size": 3072,
117
  "label2id": {
118
- "apple_pie": "0",
119
- "baby_back_ribs": "1",
120
- "baklava": "2",
121
- "beef_carpaccio": "3",
122
- "beef_tartare": "4",
123
- "beet_salad": "5",
124
- "beignets": "6",
125
- "bibimbap": "7",
126
- "bread_pudding": "8",
127
- "breakfast_burrito": "9",
128
- "bruschetta": "10",
129
- "caesar_salad": "11",
130
- "cannoli": "12",
131
- "caprese_salad": "13",
132
- "carrot_cake": "14",
133
- "ceviche": "15",
134
- "cheese_plate": "17",
135
- "cheesecake": "16",
136
- "chicken_curry": "18",
137
- "chicken_quesadilla": "19",
138
- "chicken_wings": "20",
139
- "chocolate_cake": "21",
140
- "chocolate_mousse": "22",
141
- "churros": "23",
142
- "clam_chowder": "24",
143
- "club_sandwich": "25",
144
- "crab_cakes": "26",
145
- "creme_brulee": "27",
146
- "croque_madame": "28",
147
- "cup_cakes": "29",
148
- "deviled_eggs": "30",
149
- "donuts": "31",
150
- "dumplings": "32",
151
- "edamame": "33",
152
- "eggs_benedict": "34",
153
- "escargots": "35",
154
- "falafel": "36",
155
- "filet_mignon": "37",
156
- "fish_and_chips": "38",
157
- "foie_gras": "39",
158
- "french_fries": "40",
159
- "french_onion_soup": "41",
160
- "french_toast": "42",
161
- "fried_calamari": "43",
162
- "fried_rice": "44",
163
- "frozen_yogurt": "45",
164
- "garlic_bread": "46",
165
- "gnocchi": "47",
166
- "greek_salad": "48",
167
- "grilled_cheese_sandwich": "49",
168
- "grilled_salmon": "50",
169
- "guacamole": "51",
170
- "gyoza": "52",
171
- "hamburger": "53",
172
- "hot_and_sour_soup": "54",
173
- "hot_dog": "55",
174
- "huevos_rancheros": "56",
175
- "hummus": "57",
176
- "ice_cream": "58",
177
- "lasagna": "59",
178
- "lobster_bisque": "60",
179
- "lobster_roll_sandwich": "61",
180
- "macaroni_and_cheese": "62",
181
- "macarons": "63",
182
- "miso_soup": "64",
183
- "mussels": "65",
184
- "nachos": "66",
185
- "omelette": "67",
186
- "onion_rings": "68",
187
- "oysters": "69",
188
- "pad_thai": "70",
189
- "paella": "71",
190
- "pancakes": "72",
191
- "panna_cotta": "73",
192
- "peking_duck": "74",
193
- "pho": "75",
194
- "pizza": "76",
195
- "pork_chop": "77",
196
- "poutine": "78",
197
- "prime_rib": "79",
198
- "pulled_pork_sandwich": "80",
199
- "ramen": "81",
200
- "ravioli": "82",
201
- "red_velvet_cake": "83",
202
- "risotto": "84",
203
- "samosa": "85",
204
- "sashimi": "86",
205
- "scallops": "87",
206
- "seaweed_salad": "88",
207
- "shrimp_and_grits": "89",
208
- "spaghetti_bolognese": "90",
209
- "spaghetti_carbonara": "91",
210
- "spring_rolls": "92",
211
- "steak": "93",
212
- "strawberry_shortcake": "94",
213
- "sushi": "95",
214
- "tacos": "96",
215
- "takoyaki": "97",
216
- "tiramisu": "98",
217
- "tuna_tartare": "99",
218
- "waffles": "100"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  },
220
  "layer_norm_eps": 1e-12,
221
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Porygon",
13
+ "1": "Goldeen",
14
+ "10": "Articuno",
15
+ "100": "Clefable",
16
+ "101": "Cubone",
17
+ "102": "Marowak",
18
+ "103": "Nidorino",
19
+ "104": "Jolteon",
20
+ "105": "Muk",
21
+ "106": "Magikarp",
22
+ "107": "Slowbro",
23
+ "108": "Tauros",
24
+ "109": "Kabuto",
25
+ "11": "Seaking",
26
+ "110": "Spearow",
27
+ "111": "Sandshrew",
28
+ "112": "Eevee",
29
+ "113": "Kakuna",
30
+ "114": "Omastar",
31
+ "115": "Ekans",
32
+ "116": "Geodude",
33
+ "117": "Magmar",
34
+ "118": "Snorlax",
35
+ "119": "Meowth",
36
+ "12": "Dugtrio",
37
+ "120": "Pidgeotto",
38
+ "121": "Venusaur",
39
+ "122": "Persian",
40
+ "123": "Rhydon",
41
+ "124": "Starmie",
42
+ "125": "Charmeleon",
43
+ "126": "Lapras",
44
+ "127": "Alakazam",
45
+ "128": "Graveler",
46
+ "129": "Psyduck",
47
+ "13": "Machop",
48
+ "130": "Rapidash",
49
+ "131": "Doduo",
50
+ "132": "Magneton",
51
+ "133": "Arcanine",
52
+ "134": "Electrode",
53
+ "135": "Omanyte",
54
+ "136": "Poliwhirl",
55
+ "137": "Mew",
56
+ "138": "Alolan Sandslash",
57
+ "139": "Mewtwo",
58
+ "14": "Jynx",
59
+ "140": "Weezing",
60
+ "141": "Gastly",
61
+ "142": "Victreebel",
62
+ "143": "Ivysaur",
63
+ "144": "MrMime",
64
+ "145": "Shellder",
65
+ "146": "Scyther",
66
+ "147": "Diglett",
67
+ "148": "Primeape",
68
+ "149": "Raichu",
69
+ "15": "Oddish",
70
+ "16": "Dodrio",
71
+ "17": "Dragonair",
72
+ "18": "Weedle",
73
+ "19": "Golduck",
74
+ "2": "Hitmonlee",
75
+ "20": "Flareon",
76
+ "21": "Krabby",
77
+ "22": "Parasect",
78
+ "23": "Ninetales",
79
+ "24": "Nidoqueen",
80
+ "25": "Kabutops",
81
+ "26": "Drowzee",
82
+ "27": "Caterpie",
83
+ "28": "Jigglypuff",
84
+ "29": "Machamp",
85
+ "3": "Hitmonchan",
86
+ "30": "Clefairy",
87
+ "31": "Kangaskhan",
88
+ "32": "Dragonite",
89
+ "33": "Weepinbell",
90
+ "34": "Fearow",
91
+ "35": "Bellsprout",
92
+ "36": "Grimer",
93
+ "37": "Nidorina",
94
+ "38": "Staryu",
95
+ "39": "Horsea",
96
+ "4": "Gloom",
97
+ "40": "Electabuzz",
98
+ "41": "Dratini",
99
+ "42": "Machoke",
100
+ "43": "Magnemite",
101
+ "44": "Squirtle",
102
+ "45": "Gyarados",
103
+ "46": "Pidgeot",
104
+ "47": "Bulbasaur",
105
+ "48": "Nidoking",
106
+ "49": "Golem",
107
+ "5": "Aerodactyl",
108
+ "50": "Dewgong",
109
+ "51": "Moltres",
110
+ "52": "Zapdos",
111
+ "53": "Poliwrath",
112
+ "54": "Vulpix",
113
+ "55": "Beedrill",
114
+ "56": "Charmander",
115
+ "57": "Abra",
116
+ "58": "Zubat",
117
+ "59": "Golbat",
118
+ "6": "Mankey",
119
+ "60": "Wigglytuff",
120
+ "61": "Charizard",
121
+ "62": "Slowpoke",
122
+ "63": "Poliwag",
123
+ "64": "Tentacruel",
124
+ "65": "Rhyhorn",
125
+ "66": "Onix",
126
+ "67": "Butterfree",
127
+ "68": "Exeggcute",
128
+ "69": "Sandslash",
129
+ "7": "Seadra",
130
+ "70": "Pinsir",
131
+ "71": "Rattata",
132
+ "72": "Growlithe",
133
+ "73": "Haunter",
134
+ "74": "Pidgey",
135
+ "75": "Ditto",
136
+ "76": "Farfetchd",
137
+ "77": "Pikachu",
138
+ "78": "Raticate",
139
+ "79": "Wartortle",
140
+ "8": "Gengar",
141
+ "80": "Vaporeon",
142
+ "81": "Cloyster",
143
+ "82": "Hypno",
144
+ "83": "Arbok",
145
+ "84": "Metapod",
146
+ "85": "Tangela",
147
+ "86": "Kingler",
148
+ "87": "Exeggutor",
149
+ "88": "Kadabra",
150
+ "89": "Seel",
151
+ "9": "Venonat",
152
+ "90": "Voltorb",
153
+ "91": "Chansey",
154
+ "92": "Venomoth",
155
+ "93": "Ponyta",
156
+ "94": "Vileplume",
157
+ "95": "Koffing",
158
+ "96": "Blastoise",
159
+ "97": "Tentacool",
160
+ "98": "Lickitung",
161
+ "99": "Paras"
162
  },
163
  "image_size": 224,
164
  "initializer_range": 0.02,
165
  "intermediate_size": 3072,
166
  "label2id": {
167
+ "Abra": "57",
168
+ "Aerodactyl": "5",
169
+ "Alakazam": "127",
170
+ "Alolan Sandslash": "138",
171
+ "Arbok": "83",
172
+ "Arcanine": "133",
173
+ "Articuno": "10",
174
+ "Beedrill": "55",
175
+ "Bellsprout": "35",
176
+ "Blastoise": "96",
177
+ "Bulbasaur": "47",
178
+ "Butterfree": "67",
179
+ "Caterpie": "27",
180
+ "Chansey": "91",
181
+ "Charizard": "61",
182
+ "Charmander": "56",
183
+ "Charmeleon": "125",
184
+ "Clefable": "100",
185
+ "Clefairy": "30",
186
+ "Cloyster": "81",
187
+ "Cubone": "101",
188
+ "Dewgong": "50",
189
+ "Diglett": "147",
190
+ "Ditto": "75",
191
+ "Dodrio": "16",
192
+ "Doduo": "131",
193
+ "Dragonair": "17",
194
+ "Dragonite": "32",
195
+ "Dratini": "41",
196
+ "Drowzee": "26",
197
+ "Dugtrio": "12",
198
+ "Eevee": "112",
199
+ "Ekans": "115",
200
+ "Electabuzz": "40",
201
+ "Electrode": "134",
202
+ "Exeggcute": "68",
203
+ "Exeggutor": "87",
204
+ "Farfetchd": "76",
205
+ "Fearow": "34",
206
+ "Flareon": "20",
207
+ "Gastly": "141",
208
+ "Gengar": "8",
209
+ "Geodude": "116",
210
+ "Gloom": "4",
211
+ "Golbat": "59",
212
+ "Goldeen": "1",
213
+ "Golduck": "19",
214
+ "Golem": "49",
215
+ "Graveler": "128",
216
+ "Grimer": "36",
217
+ "Growlithe": "72",
218
+ "Gyarados": "45",
219
+ "Haunter": "73",
220
+ "Hitmonchan": "3",
221
+ "Hitmonlee": "2",
222
+ "Horsea": "39",
223
+ "Hypno": "82",
224
+ "Ivysaur": "143",
225
+ "Jigglypuff": "28",
226
+ "Jolteon": "104",
227
+ "Jynx": "14",
228
+ "Kabuto": "109",
229
+ "Kabutops": "25",
230
+ "Kadabra": "88",
231
+ "Kakuna": "113",
232
+ "Kangaskhan": "31",
233
+ "Kingler": "86",
234
+ "Koffing": "95",
235
+ "Krabby": "21",
236
+ "Lapras": "126",
237
+ "Lickitung": "98",
238
+ "Machamp": "29",
239
+ "Machoke": "42",
240
+ "Machop": "13",
241
+ "Magikarp": "106",
242
+ "Magmar": "117",
243
+ "Magnemite": "43",
244
+ "Magneton": "132",
245
+ "Mankey": "6",
246
+ "Marowak": "102",
247
+ "Meowth": "119",
248
+ "Metapod": "84",
249
+ "Mew": "137",
250
+ "Mewtwo": "139",
251
+ "Moltres": "51",
252
+ "MrMime": "144",
253
+ "Muk": "105",
254
+ "Nidoking": "48",
255
+ "Nidoqueen": "24",
256
+ "Nidorina": "37",
257
+ "Nidorino": "103",
258
+ "Ninetales": "23",
259
+ "Oddish": "15",
260
+ "Omanyte": "135",
261
+ "Omastar": "114",
262
+ "Onix": "66",
263
+ "Paras": "99",
264
+ "Parasect": "22",
265
+ "Persian": "122",
266
+ "Pidgeot": "46",
267
+ "Pidgeotto": "120",
268
+ "Pidgey": "74",
269
+ "Pikachu": "77",
270
+ "Pinsir": "70",
271
+ "Poliwag": "63",
272
+ "Poliwhirl": "136",
273
+ "Poliwrath": "53",
274
+ "Ponyta": "93",
275
+ "Porygon": "0",
276
+ "Primeape": "148",
277
+ "Psyduck": "129",
278
+ "Raichu": "149",
279
+ "Rapidash": "130",
280
+ "Raticate": "78",
281
+ "Rattata": "71",
282
+ "Rhydon": "123",
283
+ "Rhyhorn": "65",
284
+ "Sandshrew": "111",
285
+ "Sandslash": "69",
286
+ "Scyther": "146",
287
+ "Seadra": "7",
288
+ "Seaking": "11",
289
+ "Seel": "89",
290
+ "Shellder": "145",
291
+ "Slowbro": "107",
292
+ "Slowpoke": "62",
293
+ "Snorlax": "118",
294
+ "Spearow": "110",
295
+ "Squirtle": "44",
296
+ "Starmie": "124",
297
+ "Staryu": "38",
298
+ "Tangela": "85",
299
+ "Tauros": "108",
300
+ "Tentacool": "97",
301
+ "Tentacruel": "64",
302
+ "Vaporeon": "80",
303
+ "Venomoth": "92",
304
+ "Venonat": "9",
305
+ "Venusaur": "121",
306
+ "Victreebel": "142",
307
+ "Vileplume": "94",
308
+ "Voltorb": "90",
309
+ "Vulpix": "54",
310
+ "Wartortle": "79",
311
+ "Weedle": "18",
312
+ "Weepinbell": "33",
313
+ "Weezing": "140",
314
+ "Wigglytuff": "60",
315
+ "Zapdos": "52",
316
+ "Zubat": "58"
317
  },
318
  "layer_norm_eps": 1e-12,
319
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dc3448e212c55ff4f376a2e29e62cb188123efb7d1e80b26f75a9612e69d76a
3
- size 343528508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e409bd6b0ef58eb7adbf9a7299cb00e026b46cb350921c206bf7f5133e832bf
3
+ size 343679232
runs/Dec21_13-45-07_f236cf710327/events.out.tfevents.1703166308.f236cf710327.1005.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db04e2a9493cf0cd36ada29b36e73ddcb65c1f30465bb25f95129317c22751a
3
+ size 12009
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:311267057c83cd818f939f8b3b68524b24bddd07bfe4909aa7d00cdf69c563f8
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060a5088b2aa956071cf8440d3d8a0f090934e4b18cd859c2c61158d4a34e8d5
3
  size 4728