GuntramG commited on
Commit
ef03452
1 Parent(s): 481ea61

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-tiny-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.19515299797058105
22
+
23
+ f1_macro: 0.9028776359481251
24
+
25
+ f1_micro: 0.931282722513089
26
+
27
+ f1_weighted: 0.9312850320245419
28
+
29
+ precision_macro: 0.8955979809260896
30
+
31
+ precision_micro: 0.931282722513089
32
+
33
+ precision_weighted: 0.9330235887739936
34
+
35
+ recall_macro: 0.9159046117460236
36
+
37
+ recall_micro: 0.931282722513089
38
+
39
+ recall_weighted: 0.931282722513089
40
+
41
+ accuracy: 0.931282722513089
checkpoint-1146/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-1k-224",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "ConvNextV2ForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 3,
9
+ 3,
10
+ 9,
11
+ 3
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 96,
17
+ 192,
18
+ 384,
19
+ 768
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:b1d914494c82a0908eb88da3f90bab79c74752d869d7047f6a06c461477fc00c
3
+ size 111508128
checkpoint-1146/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168bb5648c699668a33b99873e7f1b5ad444b31fc42a53f51dbb764cafdbb283
3
+ size 223137210
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:50bff2ac612a0bcc6120e37ae15c3d87f7bcc57aa053b7b47423f45f9a8b2157
3
+ size 1064
checkpoint-1146/trainer_state.json ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.19515299797058105,
3
+ "best_model_checkpoint": "autotrain-rtvyh-y5ben/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": 27.387327194213867,
14
+ "learning_rate": 9.130434782608697e-06,
15
+ "loss": 1.9398,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.13089005235602094,
20
+ "grad_norm": 22.39668846130371,
21
+ "learning_rate": 2e-05,
22
+ "loss": 1.7177,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.19633507853403143,
27
+ "grad_norm": 17.08791160583496,
28
+ "learning_rate": 3.086956521739131e-05,
29
+ "loss": 1.3264,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.2617801047120419,
34
+ "grad_norm": 14.287014961242676,
35
+ "learning_rate": 4.1739130434782605e-05,
36
+ "loss": 0.9999,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.32722513089005234,
41
+ "grad_norm": 5.287769794464111,
42
+ "learning_rate": 4.97090203685742e-05,
43
+ "loss": 0.7594,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.39267015706806285,
48
+ "grad_norm": 37.07988739013672,
49
+ "learning_rate": 4.849660523763337e-05,
50
+ "loss": 0.5061,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.4581151832460733,
55
+ "grad_norm": 2.10866641998291,
56
+ "learning_rate": 4.728419010669253e-05,
57
+ "loss": 0.4617,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.5235602094240838,
62
+ "grad_norm": 37.698177337646484,
63
+ "learning_rate": 4.6071774975751696e-05,
64
+ "loss": 0.3837,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.5890052356020943,
69
+ "grad_norm": 20.22072410583496,
70
+ "learning_rate": 4.485935984481087e-05,
71
+ "loss": 0.4478,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.6544502617801047,
76
+ "grad_norm": 37.976768493652344,
77
+ "learning_rate": 4.364694471387003e-05,
78
+ "loss": 0.4318,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.7198952879581152,
83
+ "grad_norm": 25.226699829101562,
84
+ "learning_rate": 4.2434529582929193e-05,
85
+ "loss": 0.3503,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.7853403141361257,
90
+ "grad_norm": 38.52054977416992,
91
+ "learning_rate": 4.1270611057225994e-05,
92
+ "loss": 0.4691,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.8507853403141361,
97
+ "grad_norm": 36.57845687866211,
98
+ "learning_rate": 4.005819592628517e-05,
99
+ "loss": 0.3103,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.9162303664921466,
104
+ "grad_norm": 21.468103408813477,
105
+ "learning_rate": 3.8845780795344326e-05,
106
+ "loss": 0.4161,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.981675392670157,
111
+ "grad_norm": 1.5287563800811768,
112
+ "learning_rate": 3.763336566440349e-05,
113
+ "loss": 0.2762,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 1.0,
118
+ "eval_accuracy": 0.912303664921466,
119
+ "eval_f1_macro": 0.8881661676824378,
120
+ "eval_f1_micro": 0.912303664921466,
121
+ "eval_f1_weighted": 0.9139427487256797,
122
+ "eval_loss": 0.24220755696296692,
123
+ "eval_precision_macro": 0.878941728706775,
124
+ "eval_precision_micro": 0.912303664921466,
125
+ "eval_precision_weighted": 0.9193888936099365,
126
+ "eval_recall_macro": 0.903916491565807,
127
+ "eval_recall_micro": 0.912303664921466,
128
+ "eval_recall_weighted": 0.912303664921466,
129
+ "eval_runtime": 18.3017,
130
+ "eval_samples_per_second": 166.979,
131
+ "eval_steps_per_second": 10.436,
132
+ "step": 382
133
+ },
134
+ {
135
+ "epoch": 1.0471204188481675,
136
+ "grad_norm": 82.7063980102539,
137
+ "learning_rate": 3.6420950533462664e-05,
138
+ "loss": 0.4792,
139
+ "step": 400
140
+ },
141
+ {
142
+ "epoch": 1.112565445026178,
143
+ "grad_norm": 1.9939672946929932,
144
+ "learning_rate": 3.520853540252182e-05,
145
+ "loss": 0.3641,
146
+ "step": 425
147
+ },
148
+ {
149
+ "epoch": 1.1780104712041886,
150
+ "grad_norm": 2.1117889881134033,
151
+ "learning_rate": 3.399612027158099e-05,
152
+ "loss": 0.3835,
153
+ "step": 450
154
+ },
155
+ {
156
+ "epoch": 1.243455497382199,
157
+ "grad_norm": 12.421843528747559,
158
+ "learning_rate": 3.278370514064016e-05,
159
+ "loss": 0.3868,
160
+ "step": 475
161
+ },
162
+ {
163
+ "epoch": 1.3089005235602094,
164
+ "grad_norm": 4.019728183746338,
165
+ "learning_rate": 3.157129000969932e-05,
166
+ "loss": 0.3204,
167
+ "step": 500
168
+ },
169
+ {
170
+ "epoch": 1.3743455497382198,
171
+ "grad_norm": 23.721004486083984,
172
+ "learning_rate": 3.0358874878758486e-05,
173
+ "loss": 0.2277,
174
+ "step": 525
175
+ },
176
+ {
177
+ "epoch": 1.4397905759162304,
178
+ "grad_norm": 37.32318878173828,
179
+ "learning_rate": 2.9146459747817655e-05,
180
+ "loss": 0.4918,
181
+ "step": 550
182
+ },
183
+ {
184
+ "epoch": 1.5052356020942408,
185
+ "grad_norm": 0.5763813257217407,
186
+ "learning_rate": 2.793404461687682e-05,
187
+ "loss": 0.2702,
188
+ "step": 575
189
+ },
190
+ {
191
+ "epoch": 1.5706806282722514,
192
+ "grad_norm": 25.39264488220215,
193
+ "learning_rate": 2.6721629485935983e-05,
194
+ "loss": 0.2803,
195
+ "step": 600
196
+ },
197
+ {
198
+ "epoch": 1.6361256544502618,
199
+ "grad_norm": 48.61098861694336,
200
+ "learning_rate": 2.5509214354995155e-05,
201
+ "loss": 0.3219,
202
+ "step": 625
203
+ },
204
+ {
205
+ "epoch": 1.7015706806282722,
206
+ "grad_norm": 19.207382202148438,
207
+ "learning_rate": 2.4296799224054317e-05,
208
+ "loss": 0.4093,
209
+ "step": 650
210
+ },
211
+ {
212
+ "epoch": 1.7670157068062826,
213
+ "grad_norm": 19.071319580078125,
214
+ "learning_rate": 2.3084384093113483e-05,
215
+ "loss": 0.3342,
216
+ "step": 675
217
+ },
218
+ {
219
+ "epoch": 1.8324607329842932,
220
+ "grad_norm": 24.700105667114258,
221
+ "learning_rate": 2.187196896217265e-05,
222
+ "loss": 0.3489,
223
+ "step": 700
224
+ },
225
+ {
226
+ "epoch": 1.8979057591623036,
227
+ "grad_norm": 25.030014038085938,
228
+ "learning_rate": 2.0659553831231815e-05,
229
+ "loss": 0.3604,
230
+ "step": 725
231
+ },
232
+ {
233
+ "epoch": 1.9633507853403143,
234
+ "grad_norm": 51.47434616088867,
235
+ "learning_rate": 1.944713870029098e-05,
236
+ "loss": 0.2948,
237
+ "step": 750
238
+ },
239
+ {
240
+ "epoch": 2.0,
241
+ "eval_accuracy": 0.9195026178010471,
242
+ "eval_f1_macro": 0.8825867245438248,
243
+ "eval_f1_micro": 0.9195026178010471,
244
+ "eval_f1_weighted": 0.9191139958840788,
245
+ "eval_loss": 0.22944672405719757,
246
+ "eval_precision_macro": 0.8833301888913111,
247
+ "eval_precision_micro": 0.9195026178010471,
248
+ "eval_precision_weighted": 0.9239632346357177,
249
+ "eval_recall_macro": 0.8933703672169516,
250
+ "eval_recall_micro": 0.9195026178010471,
251
+ "eval_recall_weighted": 0.9195026178010471,
252
+ "eval_runtime": 18.2799,
253
+ "eval_samples_per_second": 167.178,
254
+ "eval_steps_per_second": 10.449,
255
+ "step": 764
256
+ },
257
+ {
258
+ "epoch": 2.0287958115183247,
259
+ "grad_norm": 13.710552215576172,
260
+ "learning_rate": 1.8234723569350146e-05,
261
+ "loss": 0.2163,
262
+ "step": 775
263
+ },
264
+ {
265
+ "epoch": 2.094240837696335,
266
+ "grad_norm": 14.117116928100586,
267
+ "learning_rate": 1.702230843840931e-05,
268
+ "loss": 0.286,
269
+ "step": 800
270
+ },
271
+ {
272
+ "epoch": 2.1596858638743455,
273
+ "grad_norm": 3.677631378173828,
274
+ "learning_rate": 1.5809893307468477e-05,
275
+ "loss": 0.421,
276
+ "step": 825
277
+ },
278
+ {
279
+ "epoch": 2.225130890052356,
280
+ "grad_norm": 19.017574310302734,
281
+ "learning_rate": 1.4597478176527643e-05,
282
+ "loss": 0.3262,
283
+ "step": 850
284
+ },
285
+ {
286
+ "epoch": 2.2905759162303667,
287
+ "grad_norm": 4.1396331787109375,
288
+ "learning_rate": 1.338506304558681e-05,
289
+ "loss": 0.3032,
290
+ "step": 875
291
+ },
292
+ {
293
+ "epoch": 2.356020942408377,
294
+ "grad_norm": 14.411179542541504,
295
+ "learning_rate": 1.2172647914645975e-05,
296
+ "loss": 0.3508,
297
+ "step": 900
298
+ },
299
+ {
300
+ "epoch": 2.4214659685863875,
301
+ "grad_norm": 3.900756597518921,
302
+ "learning_rate": 1.096023278370514e-05,
303
+ "loss": 0.4431,
304
+ "step": 925
305
+ },
306
+ {
307
+ "epoch": 2.486910994764398,
308
+ "grad_norm": 3.200969696044922,
309
+ "learning_rate": 9.747817652764308e-06,
310
+ "loss": 0.2815,
311
+ "step": 950
312
+ },
313
+ {
314
+ "epoch": 2.5523560209424083,
315
+ "grad_norm": 17.05501365661621,
316
+ "learning_rate": 8.535402521823473e-06,
317
+ "loss": 0.3593,
318
+ "step": 975
319
+ },
320
+ {
321
+ "epoch": 2.6178010471204187,
322
+ "grad_norm": 15.708697319030762,
323
+ "learning_rate": 7.322987390882638e-06,
324
+ "loss": 0.2373,
325
+ "step": 1000
326
+ },
327
+ {
328
+ "epoch": 2.683246073298429,
329
+ "grad_norm": 30.304662704467773,
330
+ "learning_rate": 6.159068865179437e-06,
331
+ "loss": 0.3447,
332
+ "step": 1025
333
+ },
334
+ {
335
+ "epoch": 2.7486910994764395,
336
+ "grad_norm": 18.696701049804688,
337
+ "learning_rate": 4.946653734238604e-06,
338
+ "loss": 0.225,
339
+ "step": 1050
340
+ },
341
+ {
342
+ "epoch": 2.8141361256544504,
343
+ "grad_norm": 8.534065246582031,
344
+ "learning_rate": 3.734238603297769e-06,
345
+ "loss": 0.2218,
346
+ "step": 1075
347
+ },
348
+ {
349
+ "epoch": 2.8795811518324608,
350
+ "grad_norm": 2.1658194065093994,
351
+ "learning_rate": 2.521823472356935e-06,
352
+ "loss": 0.2223,
353
+ "step": 1100
354
+ },
355
+ {
356
+ "epoch": 2.945026178010471,
357
+ "grad_norm": 61.290462493896484,
358
+ "learning_rate": 1.309408341416101e-06,
359
+ "loss": 0.3373,
360
+ "step": 1125
361
+ },
362
+ {
363
+ "epoch": 3.0,
364
+ "eval_accuracy": 0.931282722513089,
365
+ "eval_f1_macro": 0.9028776359481251,
366
+ "eval_f1_micro": 0.931282722513089,
367
+ "eval_f1_weighted": 0.9312850320245419,
368
+ "eval_loss": 0.19515299797058105,
369
+ "eval_precision_macro": 0.8955979809260896,
370
+ "eval_precision_micro": 0.931282722513089,
371
+ "eval_precision_weighted": 0.9330235887739936,
372
+ "eval_recall_macro": 0.9159046117460236,
373
+ "eval_recall_micro": 0.931282722513089,
374
+ "eval_recall_weighted": 0.931282722513089,
375
+ "eval_runtime": 18.4024,
376
+ "eval_samples_per_second": 166.066,
377
+ "eval_steps_per_second": 10.379,
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.3077959759396864e+17,
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:6a4236a4558f9b62bf49935e8e1fe8632d658c279579af569ac7aa62e93d04fa
3
+ size 5240
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-1k-224",
3
+ "_num_labels": 6,
4
+ "architectures": [
5
+ "ConvNextV2ForImageClassification"
6
+ ],
7
+ "depths": [
8
+ 3,
9
+ 3,
10
+ 9,
11
+ 3
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 96,
17
+ 192,
18
+ 384,
19
+ 768
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:b1d914494c82a0908eb88da3f90bab79c74752d869d7047f6a06c461477fc00c
3
+ size 111508128
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_09-00-15_r-guntramg-autotrain-advanced-5tmnml34-2cf14-w7ch6/events.out.tfevents.1723194016.r-guntramg-autotrain-advanced-5tmnml34-2cf14-w7ch6.195.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b59c21bd090135b5caab10ad549e5fe20a8d68368e431f93c9110c130306fca4
3
- size 5239
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418eb36d9f3a087316dab5203e0f6f2e8eb9ce205bd6baa524a6395886986ebf
3
+ size 17567
runs/Aug09_09-00-15_r-guntramg-autotrain-advanced-5tmnml34-2cf14-w7ch6/events.out.tfevents.1723194251.r-guntramg-autotrain-advanced-5tmnml34-2cf14-w7ch6.195.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b102d9b262bffac1f71e4b9ed296e1e32705979397a147ee0801de787dc6bcf
3
+ size 921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4236a4558f9b62bf49935e8e1fe8632d658c279579af569ac7aa62e93d04fa
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-rtvyh-y5ben/autotrain-data",
3
+ "model": "facebook/convnextv2-tiny-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-rtvyh-y5ben",
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
+ }