gryzaq1337 commited on
Commit
67bb943
·
verified ·
1 Parent(s): b8b1286

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - transformers
6
+ - image-classification
7
+ base_model: microsoft/resnet-50
8
+ widget:
9
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
10
+ example_title: Tiger
11
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
12
+ example_title: Teapot
13
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
14
+ example_title: Palace
15
+ ---
16
+
17
+ # Model Trained Using AutoTrain
18
+
19
+ - Problem type: Image Classification
20
+
21
+ ## Validation Metrics
22
+ loss: 0.9045712351799011
23
+
24
+ f1_macro: 0.23360438147930815
25
+
26
+ f1_micro: 0.5124378109452736
27
+
28
+ f1_weighted: 0.3526136606764151
29
+
30
+ precision_macro: 0.5033333333333333
31
+
32
+ precision_micro: 0.5124378109452736
33
+
34
+ precision_weighted: 0.6468656716417911
35
+
36
+ recall_macro: 0.3376068376068376
37
+
38
+ recall_micro: 0.5124378109452736
39
+
40
+ recall_weighted: 0.5124378109452736
41
+
42
+ accuracy: 0.5124378109452736
checkpoint-303/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "ResNetForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "downsample_in_bottleneck": false,
14
+ "downsample_in_first_stage": false,
15
+ "embedding_size": 64,
16
+ "hidden_act": "relu",
17
+ "hidden_sizes": [
18
+ 256,
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ],
23
+ "id2label": {
24
+ "0": "down",
25
+ "1": "empty",
26
+ "2": "up"
27
+ },
28
+ "label2id": {
29
+ "down": 0,
30
+ "empty": 1,
31
+ "up": 2
32
+ },
33
+ "layer_type": "bottleneck",
34
+ "model_type": "resnet",
35
+ "num_channels": 3,
36
+ "out_features": [
37
+ "stage4"
38
+ ],
39
+ "out_indices": [
40
+ 4
41
+ ],
42
+ "problem_type": "single_label_classification",
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4"
49
+ ],
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.48.0"
52
+ }
checkpoint-303/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36dd915793956c39c830e6571415b62d8c7750f4ad256b6710d42d0ccff19695
3
+ size 94311148
checkpoint-303/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:609eb8dbff54609a3a56202a1adede57bd9c55fdc7c82cc5567a79c499207583
3
+ size 188244410
checkpoint-303/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf7cbb8a895087798abbfdd757b7aa6b51ebecb531825f3c3497b9e2ffffccd
3
+ size 13990
checkpoint-303/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e263e2f6ee31a1bfcac10f46d9998254cfb30296440145432038bf67f1039a
3
+ size 1064
checkpoint-303/trainer_state.json ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9045712351799011,
3
+ "best_model_checkpoint": "autotrain-45ui2-ce6i6/checkpoint-303",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 303,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.04950495049504951,
13
+ "grad_norm": 6.708970069885254,
14
+ "learning_rate": 8.064516129032258e-06,
15
+ "loss": 1.084,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.09900990099009901,
20
+ "grad_norm": 6.528580188751221,
21
+ "learning_rate": 1.6129032258064517e-05,
22
+ "loss": 1.0713,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.1485148514851485,
27
+ "grad_norm": 8.834931373596191,
28
+ "learning_rate": 2.4193548387096777e-05,
29
+ "loss": 1.0738,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.19801980198019803,
34
+ "grad_norm": 14.24979305267334,
35
+ "learning_rate": 3.2258064516129034e-05,
36
+ "loss": 1.0781,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.24752475247524752,
41
+ "grad_norm": 11.004271507263184,
42
+ "learning_rate": 4.032258064516129e-05,
43
+ "loss": 1.0461,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.297029702970297,
48
+ "grad_norm": 10.543661117553711,
49
+ "learning_rate": 4.8387096774193554e-05,
50
+ "loss": 1.0577,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.3465346534653465,
55
+ "grad_norm": 10.67061710357666,
56
+ "learning_rate": 4.9264705882352944e-05,
57
+ "loss": 1.0457,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.39603960396039606,
62
+ "grad_norm": 9.407144546508789,
63
+ "learning_rate": 4.834558823529412e-05,
64
+ "loss": 1.0281,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.44554455445544555,
69
+ "grad_norm": 11.587020874023438,
70
+ "learning_rate": 4.742647058823529e-05,
71
+ "loss": 1.0348,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.49504950495049505,
76
+ "grad_norm": 7.882496356964111,
77
+ "learning_rate": 4.6507352941176475e-05,
78
+ "loss": 1.0052,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.5445544554455446,
83
+ "grad_norm": 5.979856014251709,
84
+ "learning_rate": 4.558823529411765e-05,
85
+ "loss": 1.0017,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.594059405940594,
90
+ "grad_norm": 10.8490629196167,
91
+ "learning_rate": 4.4669117647058825e-05,
92
+ "loss": 1.0315,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.6435643564356436,
97
+ "grad_norm": 15.452676773071289,
98
+ "learning_rate": 4.375e-05,
99
+ "loss": 1.0226,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.693069306930693,
104
+ "grad_norm": 12.206670761108398,
105
+ "learning_rate": 4.2830882352941174e-05,
106
+ "loss": 1.0166,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.7425742574257426,
111
+ "grad_norm": 10.786033630371094,
112
+ "learning_rate": 4.1911764705882356e-05,
113
+ "loss": 0.99,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.7920792079207921,
118
+ "grad_norm": 7.7128472328186035,
119
+ "learning_rate": 4.099264705882353e-05,
120
+ "loss": 0.9677,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.8415841584158416,
125
+ "grad_norm": 10.314261436462402,
126
+ "learning_rate": 4.007352941176471e-05,
127
+ "loss": 1.0241,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.8910891089108911,
132
+ "grad_norm": 8.401986122131348,
133
+ "learning_rate": 3.915441176470588e-05,
134
+ "loss": 0.9343,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.9405940594059405,
139
+ "grad_norm": 10.88681697845459,
140
+ "learning_rate": 3.8235294117647055e-05,
141
+ "loss": 0.9632,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.9900990099009901,
146
+ "grad_norm": 8.095929145812988,
147
+ "learning_rate": 3.731617647058824e-05,
148
+ "loss": 0.9717,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.5024875621890548,
154
+ "eval_f1_macro": 0.23045267489711932,
155
+ "eval_f1_micro": 0.5024875621890548,
156
+ "eval_f1_weighted": 0.34789017873594985,
157
+ "eval_loss": 0.9706681966781616,
158
+ "eval_precision_macro": 0.27946127946127947,
159
+ "eval_precision_micro": 0.5024875621890548,
160
+ "eval_precision_weighted": 0.3856475199758782,
161
+ "eval_recall_macro": 0.3310708898944193,
162
+ "eval_recall_micro": 0.5024875621890548,
163
+ "eval_recall_weighted": 0.5024875621890548,
164
+ "eval_runtime": 23.9303,
165
+ "eval_samples_per_second": 8.399,
166
+ "eval_steps_per_second": 0.543,
167
+ "step": 101
168
+ },
169
+ {
170
+ "epoch": 1.0396039603960396,
171
+ "grad_norm": 20.65790367126465,
172
+ "learning_rate": 3.639705882352941e-05,
173
+ "loss": 0.9095,
174
+ "step": 105
175
+ },
176
+ {
177
+ "epoch": 1.0891089108910892,
178
+ "grad_norm": 12.614889144897461,
179
+ "learning_rate": 3.5477941176470594e-05,
180
+ "loss": 0.9053,
181
+ "step": 110
182
+ },
183
+ {
184
+ "epoch": 1.1386138613861387,
185
+ "grad_norm": 17.137245178222656,
186
+ "learning_rate": 3.455882352941177e-05,
187
+ "loss": 0.9321,
188
+ "step": 115
189
+ },
190
+ {
191
+ "epoch": 1.188118811881188,
192
+ "grad_norm": 10.98409652709961,
193
+ "learning_rate": 3.363970588235294e-05,
194
+ "loss": 0.977,
195
+ "step": 120
196
+ },
197
+ {
198
+ "epoch": 1.2376237623762376,
199
+ "grad_norm": 6.829283714294434,
200
+ "learning_rate": 3.272058823529412e-05,
201
+ "loss": 0.9677,
202
+ "step": 125
203
+ },
204
+ {
205
+ "epoch": 1.2871287128712872,
206
+ "grad_norm": 7.726484298706055,
207
+ "learning_rate": 3.180147058823529e-05,
208
+ "loss": 0.9311,
209
+ "step": 130
210
+ },
211
+ {
212
+ "epoch": 1.3366336633663367,
213
+ "grad_norm": 9.711603164672852,
214
+ "learning_rate": 3.0882352941176475e-05,
215
+ "loss": 0.9655,
216
+ "step": 135
217
+ },
218
+ {
219
+ "epoch": 1.386138613861386,
220
+ "grad_norm": 9.904062271118164,
221
+ "learning_rate": 2.9963235294117646e-05,
222
+ "loss": 0.966,
223
+ "step": 140
224
+ },
225
+ {
226
+ "epoch": 1.4356435643564356,
227
+ "grad_norm": 6.124065399169922,
228
+ "learning_rate": 2.9044117647058828e-05,
229
+ "loss": 0.9243,
230
+ "step": 145
231
+ },
232
+ {
233
+ "epoch": 1.4851485148514851,
234
+ "grad_norm": 6.805947303771973,
235
+ "learning_rate": 2.8125000000000003e-05,
236
+ "loss": 0.9398,
237
+ "step": 150
238
+ },
239
+ {
240
+ "epoch": 1.5346534653465347,
241
+ "grad_norm": 16.854427337646484,
242
+ "learning_rate": 2.7205882352941174e-05,
243
+ "loss": 0.9272,
244
+ "step": 155
245
+ },
246
+ {
247
+ "epoch": 1.5841584158415842,
248
+ "grad_norm": 31.26000213623047,
249
+ "learning_rate": 2.6286764705882356e-05,
250
+ "loss": 0.9341,
251
+ "step": 160
252
+ },
253
+ {
254
+ "epoch": 1.6336633663366338,
255
+ "grad_norm": 17.125900268554688,
256
+ "learning_rate": 2.536764705882353e-05,
257
+ "loss": 0.9858,
258
+ "step": 165
259
+ },
260
+ {
261
+ "epoch": 1.6831683168316833,
262
+ "grad_norm": 10.775436401367188,
263
+ "learning_rate": 2.4448529411764705e-05,
264
+ "loss": 0.8983,
265
+ "step": 170
266
+ },
267
+ {
268
+ "epoch": 1.7326732673267327,
269
+ "grad_norm": 11.20962905883789,
270
+ "learning_rate": 2.3529411764705884e-05,
271
+ "loss": 0.9343,
272
+ "step": 175
273
+ },
274
+ {
275
+ "epoch": 1.7821782178217822,
276
+ "grad_norm": 20.909711837768555,
277
+ "learning_rate": 2.261029411764706e-05,
278
+ "loss": 0.9835,
279
+ "step": 180
280
+ },
281
+ {
282
+ "epoch": 1.8316831683168315,
283
+ "grad_norm": 9.628500938415527,
284
+ "learning_rate": 2.1691176470588237e-05,
285
+ "loss": 0.9921,
286
+ "step": 185
287
+ },
288
+ {
289
+ "epoch": 1.881188118811881,
290
+ "grad_norm": 10.983928680419922,
291
+ "learning_rate": 2.0772058823529415e-05,
292
+ "loss": 0.9928,
293
+ "step": 190
294
+ },
295
+ {
296
+ "epoch": 1.9306930693069306,
297
+ "grad_norm": 18.505460739135742,
298
+ "learning_rate": 1.9852941176470586e-05,
299
+ "loss": 0.8767,
300
+ "step": 195
301
+ },
302
+ {
303
+ "epoch": 1.9801980198019802,
304
+ "grad_norm": 33.27599334716797,
305
+ "learning_rate": 1.8933823529411765e-05,
306
+ "loss": 0.9311,
307
+ "step": 200
308
+ },
309
+ {
310
+ "epoch": 2.0,
311
+ "eval_accuracy": 0.5074626865671642,
312
+ "eval_f1_macro": 0.22442244224422445,
313
+ "eval_f1_micro": 0.5074626865671642,
314
+ "eval_f1_weighted": 0.34165804640165515,
315
+ "eval_loss": 0.9343423247337341,
316
+ "eval_precision_macro": 0.1691542288557214,
317
+ "eval_precision_micro": 0.5074626865671642,
318
+ "eval_precision_weighted": 0.2575183782579639,
319
+ "eval_recall_macro": 0.3333333333333333,
320
+ "eval_recall_micro": 0.5074626865671642,
321
+ "eval_recall_weighted": 0.5074626865671642,
322
+ "eval_runtime": 25.7511,
323
+ "eval_samples_per_second": 7.806,
324
+ "eval_steps_per_second": 0.505,
325
+ "step": 202
326
+ },
327
+ {
328
+ "epoch": 2.0297029702970297,
329
+ "grad_norm": 16.32452392578125,
330
+ "learning_rate": 1.8014705882352943e-05,
331
+ "loss": 0.9146,
332
+ "step": 205
333
+ },
334
+ {
335
+ "epoch": 2.0792079207920793,
336
+ "grad_norm": 20.738645553588867,
337
+ "learning_rate": 1.7095588235294118e-05,
338
+ "loss": 0.9345,
339
+ "step": 210
340
+ },
341
+ {
342
+ "epoch": 2.128712871287129,
343
+ "grad_norm": 11.859530448913574,
344
+ "learning_rate": 1.6176470588235296e-05,
345
+ "loss": 0.892,
346
+ "step": 215
347
+ },
348
+ {
349
+ "epoch": 2.1782178217821784,
350
+ "grad_norm": 9.968949317932129,
351
+ "learning_rate": 1.5257352941176473e-05,
352
+ "loss": 0.9616,
353
+ "step": 220
354
+ },
355
+ {
356
+ "epoch": 2.227722772277228,
357
+ "grad_norm": 21.256311416625977,
358
+ "learning_rate": 1.4338235294117647e-05,
359
+ "loss": 0.9486,
360
+ "step": 225
361
+ },
362
+ {
363
+ "epoch": 2.2772277227722775,
364
+ "grad_norm": 8.86528491973877,
365
+ "learning_rate": 1.3419117647058824e-05,
366
+ "loss": 0.8652,
367
+ "step": 230
368
+ },
369
+ {
370
+ "epoch": 2.3267326732673266,
371
+ "grad_norm": 14.925371170043945,
372
+ "learning_rate": 1.25e-05,
373
+ "loss": 0.8879,
374
+ "step": 235
375
+ },
376
+ {
377
+ "epoch": 2.376237623762376,
378
+ "grad_norm": 19.46267318725586,
379
+ "learning_rate": 1.1580882352941177e-05,
380
+ "loss": 0.8791,
381
+ "step": 240
382
+ },
383
+ {
384
+ "epoch": 2.4257425742574257,
385
+ "grad_norm": 20.021953582763672,
386
+ "learning_rate": 1.0661764705882354e-05,
387
+ "loss": 0.9569,
388
+ "step": 245
389
+ },
390
+ {
391
+ "epoch": 2.4752475247524752,
392
+ "grad_norm": 11.353257179260254,
393
+ "learning_rate": 9.74264705882353e-06,
394
+ "loss": 0.8624,
395
+ "step": 250
396
+ },
397
+ {
398
+ "epoch": 2.5247524752475248,
399
+ "grad_norm": 14.153010368347168,
400
+ "learning_rate": 8.823529411764707e-06,
401
+ "loss": 0.9545,
402
+ "step": 255
403
+ },
404
+ {
405
+ "epoch": 2.5742574257425743,
406
+ "grad_norm": 5.752263069152832,
407
+ "learning_rate": 7.904411764705882e-06,
408
+ "loss": 0.8787,
409
+ "step": 260
410
+ },
411
+ {
412
+ "epoch": 2.623762376237624,
413
+ "grad_norm": 16.687803268432617,
414
+ "learning_rate": 6.985294117647059e-06,
415
+ "loss": 0.985,
416
+ "step": 265
417
+ },
418
+ {
419
+ "epoch": 2.6732673267326734,
420
+ "grad_norm": 20.000131607055664,
421
+ "learning_rate": 6.066176470588236e-06,
422
+ "loss": 0.9866,
423
+ "step": 270
424
+ },
425
+ {
426
+ "epoch": 2.7227722772277225,
427
+ "grad_norm": 7.210810661315918,
428
+ "learning_rate": 5.147058823529412e-06,
429
+ "loss": 0.8979,
430
+ "step": 275
431
+ },
432
+ {
433
+ "epoch": 2.772277227722772,
434
+ "grad_norm": 15.409006118774414,
435
+ "learning_rate": 4.227941176470589e-06,
436
+ "loss": 1.0289,
437
+ "step": 280
438
+ },
439
+ {
440
+ "epoch": 2.8217821782178216,
441
+ "grad_norm": 14.048492431640625,
442
+ "learning_rate": 3.308823529411765e-06,
443
+ "loss": 0.882,
444
+ "step": 285
445
+ },
446
+ {
447
+ "epoch": 2.871287128712871,
448
+ "grad_norm": 12.120644569396973,
449
+ "learning_rate": 2.389705882352941e-06,
450
+ "loss": 0.8982,
451
+ "step": 290
452
+ },
453
+ {
454
+ "epoch": 2.9207920792079207,
455
+ "grad_norm": 18.88411521911621,
456
+ "learning_rate": 1.4705882352941177e-06,
457
+ "loss": 0.9771,
458
+ "step": 295
459
+ },
460
+ {
461
+ "epoch": 2.9702970297029703,
462
+ "grad_norm": 13.562541961669922,
463
+ "learning_rate": 5.514705882352942e-07,
464
+ "loss": 0.8367,
465
+ "step": 300
466
+ },
467
+ {
468
+ "epoch": 3.0,
469
+ "eval_accuracy": 0.5124378109452736,
470
+ "eval_f1_macro": 0.23360438147930815,
471
+ "eval_f1_micro": 0.5124378109452736,
472
+ "eval_f1_weighted": 0.3526136606764151,
473
+ "eval_loss": 0.9045712351799011,
474
+ "eval_precision_macro": 0.5033333333333333,
475
+ "eval_precision_micro": 0.5124378109452736,
476
+ "eval_precision_weighted": 0.6468656716417911,
477
+ "eval_recall_macro": 0.3376068376068376,
478
+ "eval_recall_micro": 0.5124378109452736,
479
+ "eval_recall_weighted": 0.5124378109452736,
480
+ "eval_runtime": 22.9513,
481
+ "eval_samples_per_second": 8.758,
482
+ "eval_steps_per_second": 0.566,
483
+ "step": 303
484
+ }
485
+ ],
486
+ "logging_steps": 5,
487
+ "max_steps": 303,
488
+ "num_input_tokens_seen": 0,
489
+ "num_train_epochs": 3,
490
+ "save_steps": 500,
491
+ "stateful_callbacks": {
492
+ "EarlyStoppingCallback": {
493
+ "args": {
494
+ "early_stopping_patience": 5,
495
+ "early_stopping_threshold": 0.01
496
+ },
497
+ "attributes": {
498
+ "early_stopping_patience_counter": 0
499
+ }
500
+ },
501
+ "TrainerControl": {
502
+ "args": {
503
+ "should_epoch_stop": false,
504
+ "should_evaluate": false,
505
+ "should_log": false,
506
+ "should_save": true,
507
+ "should_training_stop": true
508
+ },
509
+ "attributes": {}
510
+ }
511
+ },
512
+ "total_flos": 5.103312140783002e+16,
513
+ "train_batch_size": 8,
514
+ "trial_name": null,
515
+ "trial_params": null
516
+ }
checkpoint-303/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd94f4675ce13a2fae69acb4ad292c0b90ef5cfc07298b0180378a8ac636c14b
3
+ size 5368
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "ResNetForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "downsample_in_bottleneck": false,
14
+ "downsample_in_first_stage": false,
15
+ "embedding_size": 64,
16
+ "hidden_act": "relu",
17
+ "hidden_sizes": [
18
+ 256,
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ],
23
+ "id2label": {
24
+ "0": "down",
25
+ "1": "empty",
26
+ "2": "up"
27
+ },
28
+ "label2id": {
29
+ "down": 0,
30
+ "empty": 1,
31
+ "up": 2
32
+ },
33
+ "layer_type": "bottleneck",
34
+ "model_type": "resnet",
35
+ "num_channels": 3,
36
+ "out_features": [
37
+ "stage4"
38
+ ],
39
+ "out_indices": [
40
+ 4
41
+ ],
42
+ "problem_type": "single_label_classification",
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4"
49
+ ],
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.48.0"
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36dd915793956c39c830e6571415b62d8c7750f4ad256b6710d42d0ccff19695
3
+ size 94311148
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Jan30_22-59-23_r-gryzaq1337-autotrain-advanced-cpi8xmla-536b3-hgmdu/events.out.tfevents.1738277965.r-gryzaq1337-autotrain-advanced-cpi8xmla-536b3-hgmdu.192.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac9b4e59f37d3b30db7a97e638f08c656835fc7a2c23cfddc96922e4245781cd
3
- size 12709
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c52bd954a0184a673354833c56970b907c370b5295b6f06c0772ebe62d7129
3
+ size 20637
runs/Jan30_22-59-23_r-gryzaq1337-autotrain-advanced-cpi8xmla-536b3-hgmdu/events.out.tfevents.1738279142.r-gryzaq1337-autotrain-advanced-cpi8xmla-536b3-hgmdu.192.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ce1619de9f6bc663aaaee81f02a90335efd7d736a0d88720de659141f2fe34
3
+ size 921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd94f4675ce13a2fae69acb4ad292c0b90ef5cfc07298b0180378a8ac636c14b
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-45ui2-ce6i6/autotrain-data",
3
+ "model": "microsoft/resnet-50",
4
+ "username": "gryzaq1337",
5
+ "lr": 5e-05,
6
+ "epochs": 3,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "logging_steps": -1,
18
+ "project_name": "autotrain-45ui2-ce6i6",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "fp16",
21
+ "save_total_limit": 1,
22
+ "push_to_hub": true,
23
+ "eval_strategy": "epoch",
24
+ "image_column": "autotrain_image",
25
+ "target_column": "autotrain_label",
26
+ "log": "tensorboard",
27
+ "early_stopping_patience": 5,
28
+ "early_stopping_threshold": 0.01
29
+ }