kaiku03 commited on
Commit
abd7d9e
1 Parent(s): 0a4907a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "Hypno",
13
+ "1": "Rhyhorn",
14
+ "2": "Exeggutor",
15
+ "3": "Ponyta",
16
+ "4": "Mr. Mime",
17
+ "5": "Charizard",
18
+ "6": "Exeggcute",
19
+ "7": "Machop",
20
+ "8": "Aerodactyl",
21
+ "9": "Doduo",
22
+ "10": "Growlithe",
23
+ "11": "Grimer",
24
+ "12": "Psyduck",
25
+ "13": "Nidoking",
26
+ "14": "Clefairy",
27
+ "15": "Arcanine",
28
+ "16": "Gloom",
29
+ "17": "Hitmonchan",
30
+ "18": "Bulbasaur",
31
+ "19": "Golbat",
32
+ "20": "Omanyte",
33
+ "21": "Jynx",
34
+ "22": "Pidgeotto",
35
+ "23": "Jolteon",
36
+ "24": "Pinsir",
37
+ "25": "Golduck",
38
+ "26": "Bellsprout",
39
+ "27": "Geodude",
40
+ "28": "Cubone",
41
+ "29": "Beedrill",
42
+ "30": "Lickitung",
43
+ "31": "Sandshrew",
44
+ "32": "Hitmonlee",
45
+ "33": "Arbok",
46
+ "34": "Oddish",
47
+ "35": "Wigglytuff",
48
+ "36": "Chansey",
49
+ "37": "Cloyster",
50
+ "38": "Staryu",
51
+ "39": "Koffing",
52
+ "40": "Dewgong",
53
+ "41": "Drowzee",
54
+ "42": "Venonat",
55
+ "43": "Kakuna",
56
+ "44": "Gyarados",
57
+ "45": "Fearow",
58
+ "46": "Zubat",
59
+ "47": "Raichu",
60
+ "48": "Dratini",
61
+ "49": "Charmander",
62
+ "50": "Zapdos",
63
+ "51": "Vileplume",
64
+ "52": "Kabutops",
65
+ "53": "Squirtle",
66
+ "54": "Charmeleon",
67
+ "55": "Starmie",
68
+ "56": "Dodrio",
69
+ "57": "Tentacruel",
70
+ "58": "Kangaskhan",
71
+ "59": "Goldeen",
72
+ "60": "Ivysaur",
73
+ "61": "Machoke",
74
+ "62": "Dragonair",
75
+ "63": "Electabuzz",
76
+ "64": "Poliwag",
77
+ "65": "Blastoise",
78
+ "66": "MrMime",
79
+ "67": "Kadabra",
80
+ "68": "Jigglypuff",
81
+ "69": "Pidgey",
82
+ "70": "Nidoqueen",
83
+ "71": "Gengar",
84
+ "72": "Dragonite",
85
+ "73": "Gastly",
86
+ "74": "Spearow",
87
+ "75": "Shellder",
88
+ "76": "Electrode",
89
+ "77": "Ekans",
90
+ "78": "Dugtrio",
91
+ "79": "Scyther",
92
+ "80": "Victreebel",
93
+ "81": "Magnemite",
94
+ "82": "Weedle",
95
+ "83": "Flareon",
96
+ "84": "Magikarp",
97
+ "85": "Machamp",
98
+ "86": "Haunter",
99
+ "87": "Graveler",
100
+ "88": "Weezing",
101
+ "89": "Articuno",
102
+ "90": "Pidgeot",
103
+ "91": "Butterfree",
104
+ "92": "Vulpix",
105
+ "93": "Meowth",
106
+ "94": "Alakazam",
107
+ "95": "Mew",
108
+ "96": "Caterpie",
109
+ "97": "Raticate",
110
+ "98": "Pikachu",
111
+ "99": "Wartortle",
112
+ "100": "Farfetchd",
113
+ "101": "Horsea",
114
+ "102": "Metapod",
115
+ "103": "Sandslash",
116
+ "104": "Marowak",
117
+ "105": "Voltorb",
118
+ "106": "Abra",
119
+ "107": "Ninetales",
120
+ "108": "Primeape",
121
+ "109": "Rhydon",
122
+ "110": "Parasect",
123
+ "111": "Poliwrath",
124
+ "112": "Lapras",
125
+ "113": "Moltres",
126
+ "114": "Mewtwo",
127
+ "115": "Snorlax",
128
+ "116": "Diglett",
129
+ "117": "Clefable",
130
+ "118": "Tentacool",
131
+ "119": "Poliwhirl",
132
+ "120": "Rattata",
133
+ "121": "Tauros",
134
+ "122": "Eevee",
135
+ "123": "Vaporeon",
136
+ "124": "Ditto",
137
+ "125": "Kingler",
138
+ "126": "Seadra",
139
+ "127": "Nidorina",
140
+ "128": "Weepinbell",
141
+ "129": "Tangela",
142
+ "130": "Venusaur",
143
+ "131": "Omastar",
144
+ "132": "Rapidash",
145
+ "133": "Magmar",
146
+ "134": "Slowpoke",
147
+ "135": "Venomoth",
148
+ "136": "Nidorino",
149
+ "137": "Magneton",
150
+ "138": "Seaking",
151
+ "139": "Slowbro",
152
+ "140": "Seel",
153
+ "141": "Porygon",
154
+ "142": "Mankey"
155
+ },
156
+ "image_size": 224,
157
+ "initializer_range": 0.02,
158
+ "intermediate_size": 3072,
159
+ "label2id": {
160
+ "Abra": 106,
161
+ "Aerodactyl": 8,
162
+ "Alakazam": 94,
163
+ "Arbok": 33,
164
+ "Arcanine": 15,
165
+ "Articuno": 89,
166
+ "Beedrill": 29,
167
+ "Bellsprout": 26,
168
+ "Blastoise": 65,
169
+ "Bulbasaur": 18,
170
+ "Butterfree": 91,
171
+ "Caterpie": 96,
172
+ "Chansey": 36,
173
+ "Charizard": 5,
174
+ "Charmander": 49,
175
+ "Charmeleon": 54,
176
+ "Clefable": 117,
177
+ "Clefairy": 14,
178
+ "Cloyster": 37,
179
+ "Cubone": 28,
180
+ "Dewgong": 40,
181
+ "Diglett": 116,
182
+ "Ditto": 124,
183
+ "Dodrio": 56,
184
+ "Doduo": 9,
185
+ "Dragonair": 62,
186
+ "Dragonite": 72,
187
+ "Dratini": 48,
188
+ "Drowzee": 41,
189
+ "Dugtrio": 78,
190
+ "Eevee": 122,
191
+ "Ekans": 77,
192
+ "Electabuzz": 63,
193
+ "Electrode": 76,
194
+ "Exeggcute": 6,
195
+ "Exeggutor": 2,
196
+ "Farfetchd": 100,
197
+ "Fearow": 45,
198
+ "Flareon": 83,
199
+ "Gastly": 73,
200
+ "Gengar": 71,
201
+ "Geodude": 27,
202
+ "Gloom": 16,
203
+ "Golbat": 19,
204
+ "Goldeen": 59,
205
+ "Golduck": 25,
206
+ "Graveler": 87,
207
+ "Grimer": 11,
208
+ "Growlithe": 10,
209
+ "Gyarados": 44,
210
+ "Haunter": 86,
211
+ "Hitmonchan": 17,
212
+ "Hitmonlee": 32,
213
+ "Horsea": 101,
214
+ "Hypno": 0,
215
+ "Ivysaur": 60,
216
+ "Jigglypuff": 68,
217
+ "Jolteon": 23,
218
+ "Jynx": 21,
219
+ "Kabutops": 52,
220
+ "Kadabra": 67,
221
+ "Kakuna": 43,
222
+ "Kangaskhan": 58,
223
+ "Kingler": 125,
224
+ "Koffing": 39,
225
+ "Lapras": 112,
226
+ "Lickitung": 30,
227
+ "Machamp": 85,
228
+ "Machoke": 61,
229
+ "Machop": 7,
230
+ "Magikarp": 84,
231
+ "Magmar": 133,
232
+ "Magnemite": 81,
233
+ "Magneton": 137,
234
+ "Mankey": 142,
235
+ "Marowak": 104,
236
+ "Meowth": 93,
237
+ "Metapod": 102,
238
+ "Mew": 95,
239
+ "Mewtwo": 114,
240
+ "Moltres": 113,
241
+ "Mr. Mime": 4,
242
+ "MrMime": 66,
243
+ "Nidoking": 13,
244
+ "Nidoqueen": 70,
245
+ "Nidorina": 127,
246
+ "Nidorino": 136,
247
+ "Ninetales": 107,
248
+ "Oddish": 34,
249
+ "Omanyte": 20,
250
+ "Omastar": 131,
251
+ "Parasect": 110,
252
+ "Pidgeot": 90,
253
+ "Pidgeotto": 22,
254
+ "Pidgey": 69,
255
+ "Pikachu": 98,
256
+ "Pinsir": 24,
257
+ "Poliwag": 64,
258
+ "Poliwhirl": 119,
259
+ "Poliwrath": 111,
260
+ "Ponyta": 3,
261
+ "Porygon": 141,
262
+ "Primeape": 108,
263
+ "Psyduck": 12,
264
+ "Raichu": 47,
265
+ "Rapidash": 132,
266
+ "Raticate": 97,
267
+ "Rattata": 120,
268
+ "Rhydon": 109,
269
+ "Rhyhorn": 1,
270
+ "Sandshrew": 31,
271
+ "Sandslash": 103,
272
+ "Scyther": 79,
273
+ "Seadra": 126,
274
+ "Seaking": 138,
275
+ "Seel": 140,
276
+ "Shellder": 75,
277
+ "Slowbro": 139,
278
+ "Slowpoke": 134,
279
+ "Snorlax": 115,
280
+ "Spearow": 74,
281
+ "Squirtle": 53,
282
+ "Starmie": 55,
283
+ "Staryu": 38,
284
+ "Tangela": 129,
285
+ "Tauros": 121,
286
+ "Tentacool": 118,
287
+ "Tentacruel": 57,
288
+ "Vaporeon": 123,
289
+ "Venomoth": 135,
290
+ "Venonat": 42,
291
+ "Venusaur": 130,
292
+ "Victreebel": 80,
293
+ "Vileplume": 51,
294
+ "Voltorb": 105,
295
+ "Vulpix": 92,
296
+ "Wartortle": 99,
297
+ "Weedle": 82,
298
+ "Weepinbell": 128,
299
+ "Weezing": 88,
300
+ "Wigglytuff": 35,
301
+ "Zapdos": 50,
302
+ "Zubat": 46
303
+ },
304
+ "layer_norm_eps": 1e-12,
305
+ "model_type": "vit",
306
+ "num_attention_heads": 12,
307
+ "num_channels": 3,
308
+ "num_hidden_layers": 12,
309
+ "patch_size": 16,
310
+ "problem_type": "single_label_classification",
311
+ "qkv_bias": true,
312
+ "torch_dtype": "float32",
313
+ "transformers_version": "4.42.4"
314
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6669abad7c750c69b20cfd878be9874c53ea1b7eaa46a57104d56ed35e64fd19
3
+ size 343657700
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": "ViTImageProcessor",
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
+ }
runs/Aug27_04-33-09_e9d457991eda/events.out.tfevents.1724733198.e9d457991eda.693.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89da1a75791db7ef6589545e5756e40470a94ce569b5054aea1ee4326697c944
3
+ size 11023
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025b962bdba5f2ea9703136b71482d366a882e8ae40c264cac8dae05d222f8e6
3
+ size 5176