nrvtrue commited on
Commit
506762b
1 Parent(s): 5833dc6

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: microsoft/resnet-50
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: 3.142681837081909
22
+
23
+ f1_macro: 0.02830170335299915
24
+
25
+ f1_micro: 0.20643939393939395
26
+
27
+ f1_weighted: 0.09619191663674405
28
+
29
+ precision_macro: 0.03697093460585543
30
+
31
+ precision_micro: 0.20643939393939395
32
+
33
+ precision_weighted: 0.0998764466790715
34
+
35
+ recall_macro: 0.05223286714505793
36
+
37
+ recall_micro: 0.20643939393939395
38
+
39
+ recall_weighted: 0.20643939393939395
40
+
41
+ accuracy: 0.20643939393939395
checkpoint-792/config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "_num_labels": 43,
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": "Apple",
25
+ "1": "Asparagus",
26
+ "2": "Aubergine",
27
+ "3": "Avocado",
28
+ "4": "Banana",
29
+ "5": "Brown-Cap-Mushroom",
30
+ "6": "Cabbage",
31
+ "7": "Carrots",
32
+ "8": "Cucumber",
33
+ "9": "Garlic",
34
+ "10": "Ginger",
35
+ "11": "Juice",
36
+ "12": "Kiwi",
37
+ "13": "Leek",
38
+ "14": "Lemon",
39
+ "15": "Lime",
40
+ "16": "Mango",
41
+ "17": "Melon",
42
+ "18": "Milk",
43
+ "19": "Nectarine",
44
+ "20": "Oat-Milk",
45
+ "21": "Oatghurt",
46
+ "22": "Onion",
47
+ "23": "Orange",
48
+ "24": "Papaya",
49
+ "25": "Passion-Fruit",
50
+ "26": "Peach",
51
+ "27": "Pear",
52
+ "28": "Pepper",
53
+ "29": "Pineapple",
54
+ "30": "Plum",
55
+ "31": "Pomegranate",
56
+ "32": "Potato",
57
+ "33": "Red-Beet",
58
+ "34": "Red-Grapefruit",
59
+ "35": "Satsumas",
60
+ "36": "Sour-Cream",
61
+ "37": "Sour-Milk",
62
+ "38": "Soy-Milk",
63
+ "39": "Soyghurt",
64
+ "40": "Tomato",
65
+ "41": "Yoghurt",
66
+ "42": "Zucchini"
67
+ },
68
+ "label2id": {
69
+ "Apple": 0,
70
+ "Asparagus": 1,
71
+ "Aubergine": 2,
72
+ "Avocado": 3,
73
+ "Banana": 4,
74
+ "Brown-Cap-Mushroom": 5,
75
+ "Cabbage": 6,
76
+ "Carrots": 7,
77
+ "Cucumber": 8,
78
+ "Garlic": 9,
79
+ "Ginger": 10,
80
+ "Juice": 11,
81
+ "Kiwi": 12,
82
+ "Leek": 13,
83
+ "Lemon": 14,
84
+ "Lime": 15,
85
+ "Mango": 16,
86
+ "Melon": 17,
87
+ "Milk": 18,
88
+ "Nectarine": 19,
89
+ "Oat-Milk": 20,
90
+ "Oatghurt": 21,
91
+ "Onion": 22,
92
+ "Orange": 23,
93
+ "Papaya": 24,
94
+ "Passion-Fruit": 25,
95
+ "Peach": 26,
96
+ "Pear": 27,
97
+ "Pepper": 28,
98
+ "Pineapple": 29,
99
+ "Plum": 30,
100
+ "Pomegranate": 31,
101
+ "Potato": 32,
102
+ "Red-Beet": 33,
103
+ "Red-Grapefruit": 34,
104
+ "Satsumas": 35,
105
+ "Sour-Cream": 36,
106
+ "Sour-Milk": 37,
107
+ "Soy-Milk": 38,
108
+ "Soyghurt": 39,
109
+ "Tomato": 40,
110
+ "Yoghurt": 41,
111
+ "Zucchini": 42
112
+ },
113
+ "layer_type": "bottleneck",
114
+ "model_type": "resnet",
115
+ "num_channels": 3,
116
+ "out_features": [
117
+ "stage4"
118
+ ],
119
+ "out_indices": [
120
+ 4
121
+ ],
122
+ "problem_type": "single_label_classification",
123
+ "stage_names": [
124
+ "stem",
125
+ "stage1",
126
+ "stage2",
127
+ "stage3",
128
+ "stage4"
129
+ ],
130
+ "torch_dtype": "float32",
131
+ "transformers_version": "4.44.2"
132
+ }
checkpoint-792/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff0d068e5bcb102ee702b60c26e4015d848975cd9026ffffef0210aab2ae530
3
+ size 94639052
checkpoint-792/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3dc0c6279e23c7dcd57651c1fbd9d703bec6898b4be32a607792a189c28c51
3
+ size 188900026
checkpoint-792/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6618b0eb931e80853376c9dcca88ed68fee1538a8925f6013a22c336f2f434be
3
+ size 13990
checkpoint-792/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73652ede104d225238e53c163ef7c39023640a346bd2fa7bdc03199391ac285
3
+ size 1064
checkpoint-792/trainer_state.json ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 3.142681837081909,
3
+ "best_model_checkpoint": "supermarketNRVSMELOC/checkpoint-792",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 792,
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.04924242424242424,
13
+ "grad_norm": 6.067267894744873,
14
+ "learning_rate": 8.125000000000001e-06,
15
+ "loss": 3.7636,
16
+ "step": 13
17
+ },
18
+ {
19
+ "epoch": 0.09848484848484848,
20
+ "grad_norm": 4.615681171417236,
21
+ "learning_rate": 1.6250000000000002e-05,
22
+ "loss": 3.7539,
23
+ "step": 26
24
+ },
25
+ {
26
+ "epoch": 0.14772727272727273,
27
+ "grad_norm": 4.366635799407959,
28
+ "learning_rate": 2.4375e-05,
29
+ "loss": 3.7559,
30
+ "step": 39
31
+ },
32
+ {
33
+ "epoch": 0.19696969696969696,
34
+ "grad_norm": 6.396846294403076,
35
+ "learning_rate": 3.2500000000000004e-05,
36
+ "loss": 3.7443,
37
+ "step": 52
38
+ },
39
+ {
40
+ "epoch": 0.24621212121212122,
41
+ "grad_norm": 5.848783493041992,
42
+ "learning_rate": 4.0625000000000005e-05,
43
+ "loss": 3.7299,
44
+ "step": 65
45
+ },
46
+ {
47
+ "epoch": 0.29545454545454547,
48
+ "grad_norm": 3.787656784057617,
49
+ "learning_rate": 4.875e-05,
50
+ "loss": 3.718,
51
+ "step": 78
52
+ },
53
+ {
54
+ "epoch": 0.3446969696969697,
55
+ "grad_norm": 6.08660364151001,
56
+ "learning_rate": 4.9227528089887644e-05,
57
+ "loss": 3.6869,
58
+ "step": 91
59
+ },
60
+ {
61
+ "epoch": 0.3939393939393939,
62
+ "grad_norm": 4.681759357452393,
63
+ "learning_rate": 4.831460674157304e-05,
64
+ "loss": 3.6771,
65
+ "step": 104
66
+ },
67
+ {
68
+ "epoch": 0.4431818181818182,
69
+ "grad_norm": 5.893486499786377,
70
+ "learning_rate": 4.740168539325843e-05,
71
+ "loss": 3.6445,
72
+ "step": 117
73
+ },
74
+ {
75
+ "epoch": 0.49242424242424243,
76
+ "grad_norm": 6.639739513397217,
77
+ "learning_rate": 4.648876404494382e-05,
78
+ "loss": 3.6046,
79
+ "step": 130
80
+ },
81
+ {
82
+ "epoch": 0.5416666666666666,
83
+ "grad_norm": 5.436135292053223,
84
+ "learning_rate": 4.5575842696629217e-05,
85
+ "loss": 3.6118,
86
+ "step": 143
87
+ },
88
+ {
89
+ "epoch": 0.5909090909090909,
90
+ "grad_norm": 4.141537189483643,
91
+ "learning_rate": 4.4662921348314605e-05,
92
+ "loss": 3.6243,
93
+ "step": 156
94
+ },
95
+ {
96
+ "epoch": 0.6401515151515151,
97
+ "grad_norm": 7.079050540924072,
98
+ "learning_rate": 4.375e-05,
99
+ "loss": 3.5685,
100
+ "step": 169
101
+ },
102
+ {
103
+ "epoch": 0.6893939393939394,
104
+ "grad_norm": 5.841846942901611,
105
+ "learning_rate": 4.2837078651685394e-05,
106
+ "loss": 3.5209,
107
+ "step": 182
108
+ },
109
+ {
110
+ "epoch": 0.7386363636363636,
111
+ "grad_norm": 4.406051158905029,
112
+ "learning_rate": 4.192415730337079e-05,
113
+ "loss": 3.5112,
114
+ "step": 195
115
+ },
116
+ {
117
+ "epoch": 0.7878787878787878,
118
+ "grad_norm": 7.7401862144470215,
119
+ "learning_rate": 4.1011235955056184e-05,
120
+ "loss": 3.5028,
121
+ "step": 208
122
+ },
123
+ {
124
+ "epoch": 0.8371212121212122,
125
+ "grad_norm": 7.258950710296631,
126
+ "learning_rate": 4.009831460674158e-05,
127
+ "loss": 3.4542,
128
+ "step": 221
129
+ },
130
+ {
131
+ "epoch": 0.8863636363636364,
132
+ "grad_norm": 9.357794761657715,
133
+ "learning_rate": 3.918539325842697e-05,
134
+ "loss": 3.4528,
135
+ "step": 234
136
+ },
137
+ {
138
+ "epoch": 0.9356060606060606,
139
+ "grad_norm": 6.444118022918701,
140
+ "learning_rate": 3.827247191011236e-05,
141
+ "loss": 3.4161,
142
+ "step": 247
143
+ },
144
+ {
145
+ "epoch": 0.9848484848484849,
146
+ "grad_norm": 5.109555721282959,
147
+ "learning_rate": 3.735955056179776e-05,
148
+ "loss": 3.4052,
149
+ "step": 260
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.20265151515151514,
154
+ "eval_f1_macro": 0.025505336473483867,
155
+ "eval_f1_micro": 0.20265151515151514,
156
+ "eval_f1_weighted": 0.08755512614736226,
157
+ "eval_loss": 3.434072256088257,
158
+ "eval_precision_macro": 0.037007570606101825,
159
+ "eval_precision_micro": 0.20265151515151514,
160
+ "eval_precision_weighted": 0.09952466920668675,
161
+ "eval_recall_macro": 0.05048996382408151,
162
+ "eval_recall_micro": 0.20265151515151514,
163
+ "eval_recall_weighted": 0.20265151515151514,
164
+ "eval_runtime": 56.3872,
165
+ "eval_samples_per_second": 9.364,
166
+ "eval_steps_per_second": 0.585,
167
+ "step": 264
168
+ },
169
+ {
170
+ "epoch": 1.0340909090909092,
171
+ "grad_norm": 27.62860679626465,
172
+ "learning_rate": 3.6446629213483145e-05,
173
+ "loss": 3.4113,
174
+ "step": 273
175
+ },
176
+ {
177
+ "epoch": 1.0833333333333333,
178
+ "grad_norm": 12.518967628479004,
179
+ "learning_rate": 3.553370786516854e-05,
180
+ "loss": 3.3479,
181
+ "step": 286
182
+ },
183
+ {
184
+ "epoch": 1.1325757575757576,
185
+ "grad_norm": 7.984549045562744,
186
+ "learning_rate": 3.4620786516853935e-05,
187
+ "loss": 3.3677,
188
+ "step": 299
189
+ },
190
+ {
191
+ "epoch": 1.1818181818181819,
192
+ "grad_norm": 8.635626792907715,
193
+ "learning_rate": 3.370786516853933e-05,
194
+ "loss": 3.3681,
195
+ "step": 312
196
+ },
197
+ {
198
+ "epoch": 1.231060606060606,
199
+ "grad_norm": 9.190679550170898,
200
+ "learning_rate": 3.2794943820224725e-05,
201
+ "loss": 3.4162,
202
+ "step": 325
203
+ },
204
+ {
205
+ "epoch": 1.2803030303030303,
206
+ "grad_norm": 6.9372663497924805,
207
+ "learning_rate": 3.188202247191011e-05,
208
+ "loss": 3.2836,
209
+ "step": 338
210
+ },
211
+ {
212
+ "epoch": 1.3295454545454546,
213
+ "grad_norm": 4.514989376068115,
214
+ "learning_rate": 3.096910112359551e-05,
215
+ "loss": 3.3598,
216
+ "step": 351
217
+ },
218
+ {
219
+ "epoch": 1.378787878787879,
220
+ "grad_norm": 6.12080717086792,
221
+ "learning_rate": 3.0056179775280903e-05,
222
+ "loss": 3.3846,
223
+ "step": 364
224
+ },
225
+ {
226
+ "epoch": 1.428030303030303,
227
+ "grad_norm": 5.432583332061768,
228
+ "learning_rate": 2.914325842696629e-05,
229
+ "loss": 3.18,
230
+ "step": 377
231
+ },
232
+ {
233
+ "epoch": 1.4772727272727273,
234
+ "grad_norm": 5.338773250579834,
235
+ "learning_rate": 2.8230337078651686e-05,
236
+ "loss": 3.2837,
237
+ "step": 390
238
+ },
239
+ {
240
+ "epoch": 1.5265151515151514,
241
+ "grad_norm": 15.422748565673828,
242
+ "learning_rate": 2.731741573033708e-05,
243
+ "loss": 3.1643,
244
+ "step": 403
245
+ },
246
+ {
247
+ "epoch": 1.5757575757575757,
248
+ "grad_norm": 5.844562530517578,
249
+ "learning_rate": 2.6404494382022472e-05,
250
+ "loss": 3.2549,
251
+ "step": 416
252
+ },
253
+ {
254
+ "epoch": 1.625,
255
+ "grad_norm": 9.893993377685547,
256
+ "learning_rate": 2.5491573033707867e-05,
257
+ "loss": 3.3227,
258
+ "step": 429
259
+ },
260
+ {
261
+ "epoch": 1.6742424242424243,
262
+ "grad_norm": 6.3434295654296875,
263
+ "learning_rate": 2.457865168539326e-05,
264
+ "loss": 3.1929,
265
+ "step": 442
266
+ },
267
+ {
268
+ "epoch": 1.7234848484848486,
269
+ "grad_norm": 7.492882251739502,
270
+ "learning_rate": 2.3665730337078653e-05,
271
+ "loss": 3.2937,
272
+ "step": 455
273
+ },
274
+ {
275
+ "epoch": 1.7727272727272727,
276
+ "grad_norm": 5.293882369995117,
277
+ "learning_rate": 2.2752808988764045e-05,
278
+ "loss": 3.2394,
279
+ "step": 468
280
+ },
281
+ {
282
+ "epoch": 1.821969696969697,
283
+ "grad_norm": 13.984901428222656,
284
+ "learning_rate": 2.183988764044944e-05,
285
+ "loss": 3.2516,
286
+ "step": 481
287
+ },
288
+ {
289
+ "epoch": 1.871212121212121,
290
+ "grad_norm": 6.005086421966553,
291
+ "learning_rate": 2.0926966292134835e-05,
292
+ "loss": 3.2613,
293
+ "step": 494
294
+ },
295
+ {
296
+ "epoch": 1.9204545454545454,
297
+ "grad_norm": 7.952373027801514,
298
+ "learning_rate": 2.0014044943820226e-05,
299
+ "loss": 3.2926,
300
+ "step": 507
301
+ },
302
+ {
303
+ "epoch": 1.9696969696969697,
304
+ "grad_norm": 7.9951043128967285,
305
+ "learning_rate": 1.9101123595505618e-05,
306
+ "loss": 3.1585,
307
+ "step": 520
308
+ },
309
+ {
310
+ "epoch": 2.0,
311
+ "eval_accuracy": 0.20454545454545456,
312
+ "eval_f1_macro": 0.02462602836447254,
313
+ "eval_f1_micro": 0.20454545454545456,
314
+ "eval_f1_weighted": 0.08562023329167062,
315
+ "eval_loss": 3.193603992462158,
316
+ "eval_precision_macro": 0.034878596742616244,
317
+ "eval_precision_micro": 0.20454545454545456,
318
+ "eval_precision_weighted": 0.09384124563573254,
319
+ "eval_recall_macro": 0.05068899317325554,
320
+ "eval_recall_micro": 0.20454545454545456,
321
+ "eval_recall_weighted": 0.20454545454545456,
322
+ "eval_runtime": 55.1855,
323
+ "eval_samples_per_second": 9.568,
324
+ "eval_steps_per_second": 0.598,
325
+ "step": 528
326
+ },
327
+ {
328
+ "epoch": 2.018939393939394,
329
+ "grad_norm": 11.740503311157227,
330
+ "learning_rate": 1.818820224719101e-05,
331
+ "loss": 3.2347,
332
+ "step": 533
333
+ },
334
+ {
335
+ "epoch": 2.0681818181818183,
336
+ "grad_norm": 5.635743618011475,
337
+ "learning_rate": 1.7275280898876404e-05,
338
+ "loss": 3.0835,
339
+ "step": 546
340
+ },
341
+ {
342
+ "epoch": 2.117424242424242,
343
+ "grad_norm": 11.321329116821289,
344
+ "learning_rate": 1.63623595505618e-05,
345
+ "loss": 3.1773,
346
+ "step": 559
347
+ },
348
+ {
349
+ "epoch": 2.1666666666666665,
350
+ "grad_norm": 12.002336502075195,
351
+ "learning_rate": 1.544943820224719e-05,
352
+ "loss": 3.2081,
353
+ "step": 572
354
+ },
355
+ {
356
+ "epoch": 2.215909090909091,
357
+ "grad_norm": 13.068202018737793,
358
+ "learning_rate": 1.4536516853932586e-05,
359
+ "loss": 3.1807,
360
+ "step": 585
361
+ },
362
+ {
363
+ "epoch": 2.265151515151515,
364
+ "grad_norm": 15.093032836914062,
365
+ "learning_rate": 1.3623595505617979e-05,
366
+ "loss": 3.1387,
367
+ "step": 598
368
+ },
369
+ {
370
+ "epoch": 2.3143939393939394,
371
+ "grad_norm": 9.244571685791016,
372
+ "learning_rate": 1.271067415730337e-05,
373
+ "loss": 3.3179,
374
+ "step": 611
375
+ },
376
+ {
377
+ "epoch": 2.3636363636363638,
378
+ "grad_norm": 13.117069244384766,
379
+ "learning_rate": 1.1797752808988765e-05,
380
+ "loss": 3.1844,
381
+ "step": 624
382
+ },
383
+ {
384
+ "epoch": 2.412878787878788,
385
+ "grad_norm": 8.456986427307129,
386
+ "learning_rate": 1.0884831460674158e-05,
387
+ "loss": 3.2497,
388
+ "step": 637
389
+ },
390
+ {
391
+ "epoch": 2.462121212121212,
392
+ "grad_norm": 6.265410423278809,
393
+ "learning_rate": 9.97191011235955e-06,
394
+ "loss": 3.2243,
395
+ "step": 650
396
+ },
397
+ {
398
+ "epoch": 2.5113636363636362,
399
+ "grad_norm": 11.483809471130371,
400
+ "learning_rate": 9.058988764044945e-06,
401
+ "loss": 3.1206,
402
+ "step": 663
403
+ },
404
+ {
405
+ "epoch": 2.5606060606060606,
406
+ "grad_norm": 16.1591796875,
407
+ "learning_rate": 8.146067415730338e-06,
408
+ "loss": 3.1371,
409
+ "step": 676
410
+ },
411
+ {
412
+ "epoch": 2.609848484848485,
413
+ "grad_norm": 9.152714729309082,
414
+ "learning_rate": 7.23314606741573e-06,
415
+ "loss": 3.1618,
416
+ "step": 689
417
+ },
418
+ {
419
+ "epoch": 2.659090909090909,
420
+ "grad_norm": 7.563583850860596,
421
+ "learning_rate": 6.320224719101124e-06,
422
+ "loss": 3.2177,
423
+ "step": 702
424
+ },
425
+ {
426
+ "epoch": 2.7083333333333335,
427
+ "grad_norm": 5.385344982147217,
428
+ "learning_rate": 5.407303370786517e-06,
429
+ "loss": 3.1986,
430
+ "step": 715
431
+ },
432
+ {
433
+ "epoch": 2.757575757575758,
434
+ "grad_norm": 6.828423500061035,
435
+ "learning_rate": 4.49438202247191e-06,
436
+ "loss": 3.1137,
437
+ "step": 728
438
+ },
439
+ {
440
+ "epoch": 2.8068181818181817,
441
+ "grad_norm": 8.450451850891113,
442
+ "learning_rate": 3.581460674157303e-06,
443
+ "loss": 3.2061,
444
+ "step": 741
445
+ },
446
+ {
447
+ "epoch": 2.856060606060606,
448
+ "grad_norm": 8.725029945373535,
449
+ "learning_rate": 2.6685393258426968e-06,
450
+ "loss": 3.0328,
451
+ "step": 754
452
+ },
453
+ {
454
+ "epoch": 2.9053030303030303,
455
+ "grad_norm": 6.6716694831848145,
456
+ "learning_rate": 1.7556179775280902e-06,
457
+ "loss": 3.045,
458
+ "step": 767
459
+ },
460
+ {
461
+ "epoch": 2.9545454545454546,
462
+ "grad_norm": 8.45450496673584,
463
+ "learning_rate": 8.426966292134832e-07,
464
+ "loss": 3.0927,
465
+ "step": 780
466
+ },
467
+ {
468
+ "epoch": 3.0,
469
+ "eval_accuracy": 0.20643939393939395,
470
+ "eval_f1_macro": 0.02830170335299915,
471
+ "eval_f1_micro": 0.20643939393939395,
472
+ "eval_f1_weighted": 0.09619191663674405,
473
+ "eval_loss": 3.142681837081909,
474
+ "eval_precision_macro": 0.03697093460585543,
475
+ "eval_precision_micro": 0.20643939393939395,
476
+ "eval_precision_weighted": 0.0998764466790715,
477
+ "eval_recall_macro": 0.05223286714505793,
478
+ "eval_recall_micro": 0.20643939393939395,
479
+ "eval_recall_weighted": 0.20643939393939395,
480
+ "eval_runtime": 55.8145,
481
+ "eval_samples_per_second": 9.46,
482
+ "eval_steps_per_second": 0.591,
483
+ "step": 792
484
+ }
485
+ ],
486
+ "logging_steps": 13,
487
+ "max_steps": 792,
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": 1.3502825530667827e+17,
513
+ "train_batch_size": 8,
514
+ "trial_name": null,
515
+ "trial_params": null
516
+ }
checkpoint-792/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666f9e4abad5a144a7daf8b8537610fc7ce98aa5b8587c3b518cf0e188b1b56e
3
+ size 5240
config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "_num_labels": 43,
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": "Apple",
25
+ "1": "Asparagus",
26
+ "2": "Aubergine",
27
+ "3": "Avocado",
28
+ "4": "Banana",
29
+ "5": "Brown-Cap-Mushroom",
30
+ "6": "Cabbage",
31
+ "7": "Carrots",
32
+ "8": "Cucumber",
33
+ "9": "Garlic",
34
+ "10": "Ginger",
35
+ "11": "Juice",
36
+ "12": "Kiwi",
37
+ "13": "Leek",
38
+ "14": "Lemon",
39
+ "15": "Lime",
40
+ "16": "Mango",
41
+ "17": "Melon",
42
+ "18": "Milk",
43
+ "19": "Nectarine",
44
+ "20": "Oat-Milk",
45
+ "21": "Oatghurt",
46
+ "22": "Onion",
47
+ "23": "Orange",
48
+ "24": "Papaya",
49
+ "25": "Passion-Fruit",
50
+ "26": "Peach",
51
+ "27": "Pear",
52
+ "28": "Pepper",
53
+ "29": "Pineapple",
54
+ "30": "Plum",
55
+ "31": "Pomegranate",
56
+ "32": "Potato",
57
+ "33": "Red-Beet",
58
+ "34": "Red-Grapefruit",
59
+ "35": "Satsumas",
60
+ "36": "Sour-Cream",
61
+ "37": "Sour-Milk",
62
+ "38": "Soy-Milk",
63
+ "39": "Soyghurt",
64
+ "40": "Tomato",
65
+ "41": "Yoghurt",
66
+ "42": "Zucchini"
67
+ },
68
+ "label2id": {
69
+ "Apple": 0,
70
+ "Asparagus": 1,
71
+ "Aubergine": 2,
72
+ "Avocado": 3,
73
+ "Banana": 4,
74
+ "Brown-Cap-Mushroom": 5,
75
+ "Cabbage": 6,
76
+ "Carrots": 7,
77
+ "Cucumber": 8,
78
+ "Garlic": 9,
79
+ "Ginger": 10,
80
+ "Juice": 11,
81
+ "Kiwi": 12,
82
+ "Leek": 13,
83
+ "Lemon": 14,
84
+ "Lime": 15,
85
+ "Mango": 16,
86
+ "Melon": 17,
87
+ "Milk": 18,
88
+ "Nectarine": 19,
89
+ "Oat-Milk": 20,
90
+ "Oatghurt": 21,
91
+ "Onion": 22,
92
+ "Orange": 23,
93
+ "Papaya": 24,
94
+ "Passion-Fruit": 25,
95
+ "Peach": 26,
96
+ "Pear": 27,
97
+ "Pepper": 28,
98
+ "Pineapple": 29,
99
+ "Plum": 30,
100
+ "Pomegranate": 31,
101
+ "Potato": 32,
102
+ "Red-Beet": 33,
103
+ "Red-Grapefruit": 34,
104
+ "Satsumas": 35,
105
+ "Sour-Cream": 36,
106
+ "Sour-Milk": 37,
107
+ "Soy-Milk": 38,
108
+ "Soyghurt": 39,
109
+ "Tomato": 40,
110
+ "Yoghurt": 41,
111
+ "Zucchini": 42
112
+ },
113
+ "layer_type": "bottleneck",
114
+ "model_type": "resnet",
115
+ "num_channels": 3,
116
+ "out_features": [
117
+ "stage4"
118
+ ],
119
+ "out_indices": [
120
+ 4
121
+ ],
122
+ "problem_type": "single_label_classification",
123
+ "stage_names": [
124
+ "stem",
125
+ "stage1",
126
+ "stage2",
127
+ "stage3",
128
+ "stage4"
129
+ ],
130
+ "torch_dtype": "float32",
131
+ "transformers_version": "4.44.2"
132
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff0d068e5bcb102ee702b60c26e4015d848975cd9026ffffef0210aab2ae530
3
+ size 94639052
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/Sep25_03-57-49_r-nrvtrue-autotrain-supermarket-mh92gc3y-fb1f2-7164h/events.out.tfevents.1727236670.r-nrvtrue-autotrain-supermarket-mh92gc3y-fb1f2-7164h.346.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18b4f84c109385b3f3a0c1ed952007b393a6baaf7795a3c141fe47b1fcc21ecf
3
- size 20802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6673e286c934df85caab3e3895e17f4f2c03bfa8959535acb7353354caa76a1
3
+ size 22200
runs/Sep25_03-57-49_r-nrvtrue-autotrain-supermarket-mh92gc3y-fb1f2-7164h/events.out.tfevents.1727239290.r-nrvtrue-autotrain-supermarket-mh92gc3y-fb1f2-7164h.346.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5cfbecd5027daf642b451b36d8fa36f3049dab7b3b2ec9f3a4b2b084bb7c029
3
+ size 921
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666f9e4abad5a144a7daf8b8537610fc7ce98aa5b8587c3b518cf0e188b1b56e
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "supermarketNRVSMELOC/autotrain-data",
3
+ "model": "microsoft/resnet-50",
4
+ "username": "nrvtrue",
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": "supermarketNRVSMELOC",
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
+ }