maxingenio commited on
Commit
afcab29
1 Parent(s): ba87f20

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
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",
320
+ "num_attention_heads": 12,
321
+ "num_channels": 3,
322
+ "num_hidden_layers": 12,
323
+ "patch_size": 16,
324
+ "problem_type": "single_label_classification",
325
+ "qkv_bias": true,
326
+ "torch_dtype": "float32",
327
+ "transformers_version": "4.29.2"
328
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3dc8a90ee5ca1190d28c6e9b3c7e8ff81ae4abc02dcc279468b98baa54bd27
3
+ size 343723949
runs/May23_07-50-36_e251df42cea4/1684828399.0261934/events.out.tfevents.1684828399.e251df42cea4.477.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da248888abe30aab121170a37d982bef4afb87aed67cdff391ecdcd1cb23dc5
3
+ size 5980
runs/May23_07-50-36_e251df42cea4/1684828483.842287/events.out.tfevents.1684828483.e251df42cea4.477.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75dfc14304009b52020464fca1ee2b937e058242d3212eaf79b6b960b762d5ed
3
+ size 5980
runs/May23_07-50-36_e251df42cea4/events.out.tfevents.1684828398.e251df42cea4.477.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ebfb838bc7fce6662749c491b91382c33d2dc0e6183f8de9728023af26344f
3
+ size 21354
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4ebe40c6e9dcfcd2ac15458508751bc55fb4acd3643688481101d2b5192ddb
3
+ size 3963