GuntramG commited on
Commit
14bd4e5
·
verified ·
1 Parent(s): fe797d0

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - image-classification
6
+ base_model: facebook/convnextv2-atto-1k-224
7
+ widget:
8
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
9
+ example_title: Tiger
10
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
11
+ example_title: Teapot
12
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
13
+ example_title: Palace
14
+ ---
15
+
16
+ # Model Trained Using AutoTrain
17
+
18
+ - Problem type: Image Classification
19
+
20
+ ## Validation Metrics
21
+ loss: 0.2754124701023102
22
+
23
+ f1_macro: 0.8481566344537771
24
+
25
+ f1_micro: 0.9018324607329843
26
+
27
+ f1_weighted: 0.9045988585986702
28
+
29
+ precision_macro: 0.8410035614739351
30
+
31
+ precision_micro: 0.9018324607329843
32
+
33
+ precision_weighted: 0.9137617819536253
34
+
35
+ recall_macro: 0.879811049004688
36
+
37
+ recall_micro: 0.9018324607329843
38
+
39
+ recall_weighted: 0.9018324607329843
40
+
41
+ accuracy: 0.9018324607329843
checkpoint-1146/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-atto-1k-224",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "ConvNextV2ForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 40,
17
+ 80,
18
+ 160,
19
+ 320
20
+ ],
21
+ "id2label": {
22
+ "0": "food",
23
+ "1": "guru",
24
+ "2": "inside",
25
+ "3": "menu",
26
+ "4": "outside",
27
+ "5": "people"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "food": 0,
33
+ "guru": 1,
34
+ "inside": 2,
35
+ "menu": 3,
36
+ "outside": 4,
37
+ "people": 5
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "model_type": "convnextv2",
41
+ "num_channels": 3,
42
+ "num_stages": 4,
43
+ "out_features": [
44
+ "stage4"
45
+ ],
46
+ "out_indices": [
47
+ 4
48
+ ],
49
+ "patch_size": 4,
50
+ "problem_type": "single_label_classification",
51
+ "stage_names": [
52
+ "stem",
53
+ "stage1",
54
+ "stage2",
55
+ "stage3",
56
+ "stage4"
57
+ ],
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.43.1"
60
+ }
checkpoint-1146/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53267358043ab67655254953d34ec2d1fbf72db9ff59bced1bffb95271b15a3b
3
+ size 13573560
checkpoint-1146/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03c2330d8a25124966b967bd65ca63fc2c9bdceb3ae0552ae62d3e8ad8b9931
3
+ size 27231290
checkpoint-1146/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9078ad988604d6688cf19bfd133bedccfe19cbf7887e423ea3c37edfe0ad3ff1
3
+ size 14308
checkpoint-1146/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85bb2877834308c0902ec653f4bbfc45dbf6ba6b8c51f21909538f12920d079b
3
+ size 1064
checkpoint-1146/trainer_state.json ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2754124701023102,
3
+ "best_model_checkpoint": "autotrain-uypr6-jedzx/checkpoint-1146",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1146,
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.06544502617801047,
13
+ "grad_norm": 59.99160385131836,
14
+ "learning_rate": 8.695652173913044e-06,
15
+ "loss": 1.7298,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.13089005235602094,
20
+ "grad_norm": 47.46957015991211,
21
+ "learning_rate": 1.956521739130435e-05,
22
+ "loss": 1.3956,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.19633507853403143,
27
+ "grad_norm": 46.052276611328125,
28
+ "learning_rate": 3.0434782608695656e-05,
29
+ "loss": 1.0186,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.2617801047120419,
34
+ "grad_norm": 34.63148880004883,
35
+ "learning_rate": 4.130434782608696e-05,
36
+ "loss": 0.7998,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.32722513089005234,
41
+ "grad_norm": 29.743520736694336,
42
+ "learning_rate": 4.9757516973811834e-05,
43
+ "loss": 0.5667,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.39267015706806285,
48
+ "grad_norm": 67.28214263916016,
49
+ "learning_rate": 4.8545101842871e-05,
50
+ "loss": 0.4248,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.4581151832460733,
55
+ "grad_norm": 5.239678382873535,
56
+ "learning_rate": 4.7332686711930166e-05,
57
+ "loss": 0.5009,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.5235602094240838,
62
+ "grad_norm": 39.05686950683594,
63
+ "learning_rate": 4.6168768186226966e-05,
64
+ "loss": 0.3557,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.5890052356020943,
69
+ "grad_norm": 35.131900787353516,
70
+ "learning_rate": 4.495635305528613e-05,
71
+ "loss": 0.4903,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.6544502617801047,
76
+ "grad_norm": 62.38943862915039,
77
+ "learning_rate": 4.37439379243453e-05,
78
+ "loss": 0.4936,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.7198952879581152,
83
+ "grad_norm": 83.50504302978516,
84
+ "learning_rate": 4.2531522793404463e-05,
85
+ "loss": 0.4041,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.7853403141361257,
90
+ "grad_norm": 150.03025817871094,
91
+ "learning_rate": 4.131910766246363e-05,
92
+ "loss": 0.5141,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.8507853403141361,
97
+ "grad_norm": 6.634305953979492,
98
+ "learning_rate": 4.0106692531522795e-05,
99
+ "loss": 0.3613,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.9162303664921466,
104
+ "grad_norm": 74.62594604492188,
105
+ "learning_rate": 3.889427740058196e-05,
106
+ "loss": 0.5418,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.981675392670157,
111
+ "grad_norm": 4.197720527648926,
112
+ "learning_rate": 3.7681862269641126e-05,
113
+ "loss": 0.3599,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 1.0,
118
+ "eval_accuracy": 0.9015052356020943,
119
+ "eval_f1_macro": 0.8726278718931084,
120
+ "eval_f1_micro": 0.9015052356020943,
121
+ "eval_f1_weighted": 0.9022637594375305,
122
+ "eval_loss": 0.29343605041503906,
123
+ "eval_precision_macro": 0.8631887848763573,
124
+ "eval_precision_micro": 0.9015052356020943,
125
+ "eval_precision_weighted": 0.9066730666237613,
126
+ "eval_recall_macro": 0.8894872079498141,
127
+ "eval_recall_micro": 0.9015052356020943,
128
+ "eval_recall_weighted": 0.9015052356020943,
129
+ "eval_runtime": 11.5318,
130
+ "eval_samples_per_second": 265.006,
131
+ "eval_steps_per_second": 16.563,
132
+ "step": 382
133
+ },
134
+ {
135
+ "epoch": 1.0471204188481675,
136
+ "grad_norm": 30.417509078979492,
137
+ "learning_rate": 3.651794374393793e-05,
138
+ "loss": 0.5667,
139
+ "step": 400
140
+ },
141
+ {
142
+ "epoch": 1.112565445026178,
143
+ "grad_norm": 5.592912673950195,
144
+ "learning_rate": 3.530552861299709e-05,
145
+ "loss": 0.4339,
146
+ "step": 425
147
+ },
148
+ {
149
+ "epoch": 1.1780104712041886,
150
+ "grad_norm": 149.45635986328125,
151
+ "learning_rate": 3.409311348205626e-05,
152
+ "loss": 0.4277,
153
+ "step": 450
154
+ },
155
+ {
156
+ "epoch": 1.243455497382199,
157
+ "grad_norm": 43.21306228637695,
158
+ "learning_rate": 3.2880698351115424e-05,
159
+ "loss": 0.4474,
160
+ "step": 475
161
+ },
162
+ {
163
+ "epoch": 1.3089005235602094,
164
+ "grad_norm": 17.23322296142578,
165
+ "learning_rate": 3.166828322017459e-05,
166
+ "loss": 0.3334,
167
+ "step": 500
168
+ },
169
+ {
170
+ "epoch": 1.3743455497382198,
171
+ "grad_norm": 58.24462890625,
172
+ "learning_rate": 3.045586808923376e-05,
173
+ "loss": 0.2745,
174
+ "step": 525
175
+ },
176
+ {
177
+ "epoch": 1.4397905759162304,
178
+ "grad_norm": 50.83113098144531,
179
+ "learning_rate": 2.924345295829292e-05,
180
+ "loss": 0.5247,
181
+ "step": 550
182
+ },
183
+ {
184
+ "epoch": 1.5052356020942408,
185
+ "grad_norm": 0.8568320870399475,
186
+ "learning_rate": 2.8031037827352087e-05,
187
+ "loss": 0.2903,
188
+ "step": 575
189
+ },
190
+ {
191
+ "epoch": 1.5706806282722514,
192
+ "grad_norm": 12.354284286499023,
193
+ "learning_rate": 2.6818622696411256e-05,
194
+ "loss": 0.3478,
195
+ "step": 600
196
+ },
197
+ {
198
+ "epoch": 1.6361256544502618,
199
+ "grad_norm": 72.40668487548828,
200
+ "learning_rate": 2.560620756547042e-05,
201
+ "loss": 0.3851,
202
+ "step": 625
203
+ },
204
+ {
205
+ "epoch": 1.7015706806282722,
206
+ "grad_norm": 51.888160705566406,
207
+ "learning_rate": 2.4393792434529584e-05,
208
+ "loss": 0.4496,
209
+ "step": 650
210
+ },
211
+ {
212
+ "epoch": 1.7670157068062826,
213
+ "grad_norm": 18.099403381347656,
214
+ "learning_rate": 2.318137730358875e-05,
215
+ "loss": 0.3424,
216
+ "step": 675
217
+ },
218
+ {
219
+ "epoch": 1.8324607329842932,
220
+ "grad_norm": 37.54734802246094,
221
+ "learning_rate": 2.1968962172647915e-05,
222
+ "loss": 0.3488,
223
+ "step": 700
224
+ },
225
+ {
226
+ "epoch": 1.8979057591623036,
227
+ "grad_norm": 75.839111328125,
228
+ "learning_rate": 2.075654704170708e-05,
229
+ "loss": 0.4106,
230
+ "step": 725
231
+ },
232
+ {
233
+ "epoch": 1.9633507853403143,
234
+ "grad_norm": 101.29055786132812,
235
+ "learning_rate": 1.9544131910766247e-05,
236
+ "loss": 0.328,
237
+ "step": 750
238
+ },
239
+ {
240
+ "epoch": 2.0,
241
+ "eval_accuracy": 0.8893979057591623,
242
+ "eval_f1_macro": 0.8219814942957756,
243
+ "eval_f1_micro": 0.8893979057591623,
244
+ "eval_f1_weighted": 0.8928830409769577,
245
+ "eval_loss": 0.3261115849018097,
246
+ "eval_precision_macro": 0.8298661821091419,
247
+ "eval_precision_micro": 0.8893979057591623,
248
+ "eval_precision_weighted": 0.908029594925493,
249
+ "eval_recall_macro": 0.8544707626440197,
250
+ "eval_recall_micro": 0.8893979057591623,
251
+ "eval_recall_weighted": 0.8893979057591623,
252
+ "eval_runtime": 11.5139,
253
+ "eval_samples_per_second": 265.419,
254
+ "eval_steps_per_second": 16.589,
255
+ "step": 764
256
+ },
257
+ {
258
+ "epoch": 2.0287958115183247,
259
+ "grad_norm": 32.63682174682617,
260
+ "learning_rate": 1.8331716779825413e-05,
261
+ "loss": 0.2345,
262
+ "step": 775
263
+ },
264
+ {
265
+ "epoch": 2.094240837696335,
266
+ "grad_norm": 24.811006546020508,
267
+ "learning_rate": 1.7119301648884578e-05,
268
+ "loss": 0.2723,
269
+ "step": 800
270
+ },
271
+ {
272
+ "epoch": 2.1596858638743455,
273
+ "grad_norm": 37.76832962036133,
274
+ "learning_rate": 1.5906886517943744e-05,
275
+ "loss": 0.4142,
276
+ "step": 825
277
+ },
278
+ {
279
+ "epoch": 2.225130890052356,
280
+ "grad_norm": 25.23703956604004,
281
+ "learning_rate": 1.4694471387002911e-05,
282
+ "loss": 0.3667,
283
+ "step": 850
284
+ },
285
+ {
286
+ "epoch": 2.2905759162303667,
287
+ "grad_norm": 10.706388473510742,
288
+ "learning_rate": 1.3482056256062075e-05,
289
+ "loss": 0.291,
290
+ "step": 875
291
+ },
292
+ {
293
+ "epoch": 2.356020942408377,
294
+ "grad_norm": 21.945785522460938,
295
+ "learning_rate": 1.2269641125121243e-05,
296
+ "loss": 0.3221,
297
+ "step": 900
298
+ },
299
+ {
300
+ "epoch": 2.4214659685863875,
301
+ "grad_norm": 18.858060836791992,
302
+ "learning_rate": 1.1057225994180407e-05,
303
+ "loss": 0.354,
304
+ "step": 925
305
+ },
306
+ {
307
+ "epoch": 2.486910994764398,
308
+ "grad_norm": 7.743546485900879,
309
+ "learning_rate": 9.844810863239573e-06,
310
+ "loss": 0.3951,
311
+ "step": 950
312
+ },
313
+ {
314
+ "epoch": 2.5523560209424083,
315
+ "grad_norm": 54.19382858276367,
316
+ "learning_rate": 8.63239573229874e-06,
317
+ "loss": 0.4027,
318
+ "step": 975
319
+ },
320
+ {
321
+ "epoch": 2.6178010471204187,
322
+ "grad_norm": 31.006372451782227,
323
+ "learning_rate": 7.419980601357905e-06,
324
+ "loss": 0.169,
325
+ "step": 1000
326
+ },
327
+ {
328
+ "epoch": 2.683246073298429,
329
+ "grad_norm": 92.00570678710938,
330
+ "learning_rate": 6.207565470417071e-06,
331
+ "loss": 0.3859,
332
+ "step": 1025
333
+ },
334
+ {
335
+ "epoch": 2.7486910994764395,
336
+ "grad_norm": 33.242313385009766,
337
+ "learning_rate": 4.995150339476237e-06,
338
+ "loss": 0.244,
339
+ "step": 1050
340
+ },
341
+ {
342
+ "epoch": 2.8141361256544504,
343
+ "grad_norm": 46.14966583251953,
344
+ "learning_rate": 3.7827352085354028e-06,
345
+ "loss": 0.2685,
346
+ "step": 1075
347
+ },
348
+ {
349
+ "epoch": 2.8795811518324608,
350
+ "grad_norm": 2.030245542526245,
351
+ "learning_rate": 2.5703200775945685e-06,
352
+ "loss": 0.2737,
353
+ "step": 1100
354
+ },
355
+ {
356
+ "epoch": 2.945026178010471,
357
+ "grad_norm": 64.09654998779297,
358
+ "learning_rate": 1.3579049466537344e-06,
359
+ "loss": 0.29,
360
+ "step": 1125
361
+ },
362
+ {
363
+ "epoch": 3.0,
364
+ "eval_accuracy": 0.9018324607329843,
365
+ "eval_f1_macro": 0.8481566344537771,
366
+ "eval_f1_micro": 0.9018324607329843,
367
+ "eval_f1_weighted": 0.9045988585986702,
368
+ "eval_loss": 0.2754124701023102,
369
+ "eval_precision_macro": 0.8410035614739351,
370
+ "eval_precision_micro": 0.9018324607329843,
371
+ "eval_precision_weighted": 0.9137617819536253,
372
+ "eval_recall_macro": 0.879811049004688,
373
+ "eval_recall_micro": 0.9018324607329843,
374
+ "eval_recall_weighted": 0.9018324607329843,
375
+ "eval_runtime": 11.582,
376
+ "eval_samples_per_second": 263.858,
377
+ "eval_steps_per_second": 16.491,
378
+ "step": 1146
379
+ }
380
+ ],
381
+ "logging_steps": 25,
382
+ "max_steps": 1146,
383
+ "num_input_tokens_seen": 0,
384
+ "num_train_epochs": 3,
385
+ "save_steps": 500,
386
+ "stateful_callbacks": {
387
+ "EarlyStoppingCallback": {
388
+ "args": {
389
+ "early_stopping_patience": 5,
390
+ "early_stopping_threshold": 0.01
391
+ },
392
+ "attributes": {
393
+ "early_stopping_patience_counter": 0
394
+ }
395
+ },
396
+ "TrainerControl": {
397
+ "args": {
398
+ "should_epoch_stop": false,
399
+ "should_evaluate": false,
400
+ "should_log": false,
401
+ "should_save": true,
402
+ "should_training_stop": true
403
+ },
404
+ "attributes": {}
405
+ }
406
+ },
407
+ "total_flos": 2.8064447034753024e+16,
408
+ "train_batch_size": 8,
409
+ "trial_name": null,
410
+ "trial_params": null
411
+ }
checkpoint-1146/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d2c5b24082c13a1b3c3b37b8bf38e2c434abcb7c0e7ea81902e11e7c9b484d
3
+ size 5240
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-atto-1k-224",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "ConvNextV2ForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 40,
17
+ 80,
18
+ 160,
19
+ 320
20
+ ],
21
+ "id2label": {
22
+ "0": "food",
23
+ "1": "guru",
24
+ "2": "inside",
25
+ "3": "menu",
26
+ "4": "outside",
27
+ "5": "people"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "food": 0,
33
+ "guru": 1,
34
+ "inside": 2,
35
+ "menu": 3,
36
+ "outside": 4,
37
+ "people": 5
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "model_type": "convnextv2",
41
+ "num_channels": 3,
42
+ "num_stages": 4,
43
+ "out_features": [
44
+ "stage4"
45
+ ],
46
+ "out_indices": [
47
+ 4
48
+ ],
49
+ "patch_size": 4,
50
+ "problem_type": "single_label_classification",
51
+ "stage_names": [
52
+ "stem",
53
+ "stage1",
54
+ "stage2",
55
+ "stage3",
56
+ "stage4"
57
+ ],
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.43.1"
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53267358043ab67655254953d34ec2d1fbf72db9ff59bced1bffb95271b15a3b
3
+ size 13573560
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/Aug09_07-54-55_r-guntramg-autotrain-advanced-fci5rf9l-735ea-br3zg/events.out.tfevents.1723190095.r-guntramg-autotrain-advanced-fci5rf9l-735ea-br3zg.146.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7e324415c5f5707013bbfdd15b90cff3eabe84902abd72b267878f254ea4a95
3
- size 5238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e59bf084eea0a0461d1524278e45d340ac02603bd994ec6f018e7ccc60113ffc
3
+ size 17566
runs/Aug09_07-54-55_r-guntramg-autotrain-advanced-fci5rf9l-735ea-br3zg/events.out.tfevents.1723190222.r-guntramg-autotrain-advanced-fci5rf9l-735ea-br3zg.146.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc2080fc7d09d3efefe98f08709e11a09e7064ffb527efedaaa5efda75e6c93
3
+ size 921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d2c5b24082c13a1b3c3b37b8bf38e2c434abcb7c0e7ea81902e11e7c9b484d
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-uypr6-jedzx/autotrain-data",
3
+ "model": "facebook/convnextv2-atto-1k-224",
4
+ "username": "GuntramG",
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-uypr6-jedzx",
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
+ }