paolosoprani commited on
Commit
e1e6304
1 Parent(s): edd3744

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "1",
24
+ "1": "10",
25
+ "10": "16",
26
+ "100": "98",
27
+ "101": "99",
28
+ "11": "17",
29
+ "12": "18",
30
+ "13": "19",
31
+ "14": "2",
32
+ "15": "20",
33
+ "16": "21",
34
+ "17": "22",
35
+ "18": "23",
36
+ "19": "24",
37
+ "2": "100",
38
+ "20": "25",
39
+ "21": "26",
40
+ "22": "27",
41
+ "23": "28",
42
+ "24": "29",
43
+ "25": "3",
44
+ "26": "30",
45
+ "27": "31",
46
+ "28": "32",
47
+ "29": "33",
48
+ "3": "101",
49
+ "30": "34",
50
+ "31": "35",
51
+ "32": "36",
52
+ "33": "37",
53
+ "34": "38",
54
+ "35": "39",
55
+ "36": "4",
56
+ "37": "40",
57
+ "38": "41",
58
+ "39": "42",
59
+ "4": "102",
60
+ "40": "43",
61
+ "41": "44",
62
+ "42": "45",
63
+ "43": "46",
64
+ "44": "47",
65
+ "45": "48",
66
+ "46": "49",
67
+ "47": "5",
68
+ "48": "50",
69
+ "49": "51",
70
+ "5": "11",
71
+ "50": "52",
72
+ "51": "53",
73
+ "52": "54",
74
+ "53": "55",
75
+ "54": "56",
76
+ "55": "57",
77
+ "56": "58",
78
+ "57": "59",
79
+ "58": "6",
80
+ "59": "60",
81
+ "6": "12",
82
+ "60": "61",
83
+ "61": "62",
84
+ "62": "63",
85
+ "63": "64",
86
+ "64": "65",
87
+ "65": "66",
88
+ "66": "67",
89
+ "67": "68",
90
+ "68": "69",
91
+ "69": "7",
92
+ "7": "13",
93
+ "70": "70",
94
+ "71": "71",
95
+ "72": "72",
96
+ "73": "73",
97
+ "74": "74",
98
+ "75": "75",
99
+ "76": "76",
100
+ "77": "77",
101
+ "78": "78",
102
+ "79": "79",
103
+ "8": "14",
104
+ "80": "8",
105
+ "81": "80",
106
+ "82": "81",
107
+ "83": "82",
108
+ "84": "83",
109
+ "85": "84",
110
+ "86": "85",
111
+ "87": "86",
112
+ "88": "87",
113
+ "89": "88",
114
+ "9": "15",
115
+ "90": "89",
116
+ "91": "9",
117
+ "92": "90",
118
+ "93": "91",
119
+ "94": "92",
120
+ "95": "93",
121
+ "96": "94",
122
+ "97": "95",
123
+ "98": "96",
124
+ "99": "97"
125
+ },
126
+ "label2id": {
127
+ "1": "0",
128
+ "10": "1",
129
+ "100": "2",
130
+ "101": "3",
131
+ "102": "4",
132
+ "11": "5",
133
+ "12": "6",
134
+ "13": "7",
135
+ "14": "8",
136
+ "15": "9",
137
+ "16": "10",
138
+ "17": "11",
139
+ "18": "12",
140
+ "19": "13",
141
+ "2": "14",
142
+ "20": "15",
143
+ "21": "16",
144
+ "22": "17",
145
+ "23": "18",
146
+ "24": "19",
147
+ "25": "20",
148
+ "26": "21",
149
+ "27": "22",
150
+ "28": "23",
151
+ "29": "24",
152
+ "3": "25",
153
+ "30": "26",
154
+ "31": "27",
155
+ "32": "28",
156
+ "33": "29",
157
+ "34": "30",
158
+ "35": "31",
159
+ "36": "32",
160
+ "37": "33",
161
+ "38": "34",
162
+ "39": "35",
163
+ "4": "36",
164
+ "40": "37",
165
+ "41": "38",
166
+ "42": "39",
167
+ "43": "40",
168
+ "44": "41",
169
+ "45": "42",
170
+ "46": "43",
171
+ "47": "44",
172
+ "48": "45",
173
+ "49": "46",
174
+ "5": "47",
175
+ "50": "48",
176
+ "51": "49",
177
+ "52": "50",
178
+ "53": "51",
179
+ "54": "52",
180
+ "55": "53",
181
+ "56": "54",
182
+ "57": "55",
183
+ "58": "56",
184
+ "59": "57",
185
+ "6": "58",
186
+ "60": "59",
187
+ "61": "60",
188
+ "62": "61",
189
+ "63": "62",
190
+ "64": "63",
191
+ "65": "64",
192
+ "66": "65",
193
+ "67": "66",
194
+ "68": "67",
195
+ "69": "68",
196
+ "7": "69",
197
+ "70": "70",
198
+ "71": "71",
199
+ "72": "72",
200
+ "73": "73",
201
+ "74": "74",
202
+ "75": "75",
203
+ "76": "76",
204
+ "77": "77",
205
+ "78": "78",
206
+ "79": "79",
207
+ "8": "80",
208
+ "80": "81",
209
+ "81": "82",
210
+ "82": "83",
211
+ "83": "84",
212
+ "84": "85",
213
+ "85": "86",
214
+ "86": "87",
215
+ "87": "88",
216
+ "88": "89",
217
+ "89": "90",
218
+ "9": "91",
219
+ "90": "92",
220
+ "91": "93",
221
+ "92": "94",
222
+ "93": "95",
223
+ "94": "96",
224
+ "95": "97",
225
+ "96": "98",
226
+ "97": "99",
227
+ "98": "100",
228
+ "99": "101"
229
+ },
230
+ "layer_type": "bottleneck",
231
+ "model_type": "resnet",
232
+ "num_channels": 3,
233
+ "out_features": [
234
+ "stage4"
235
+ ],
236
+ "out_indices": [
237
+ 4
238
+ ],
239
+ "problem_type": "single_label_classification",
240
+ "stage_names": [
241
+ "stem",
242
+ "stage1",
243
+ "stage2",
244
+ "stage3",
245
+ "stage4"
246
+ ],
247
+ "torch_dtype": "float32",
248
+ "transformers_version": "4.39.3"
249
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061c8749435fbda92d16796c4cd0e95e7cdc8c8e6477d1faf49a79b1ac6ae85f
3
+ size 95122680
preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "crop_pct",
7
+ "resample",
8
+ "do_rescale",
9
+ "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
+ "return_tensors",
14
+ "data_format",
15
+ "input_data_format"
16
+ ],
17
+ "crop_pct": 0.875,
18
+ "do_normalize": true,
19
+ "do_rescale": true,
20
+ "do_resize": true,
21
+ "image_mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "image_processor_type": "ConvNextImageProcessor",
27
+ "image_std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "resample": 3,
33
+ "rescale_factor": 0.00392156862745098,
34
+ "size": {
35
+ "shortest_edge": 224
36
+ }
37
+ }
runs/Apr13_22-42-36_25bc6b3f9b19/events.out.tfevents.1713048160.25bc6b3f9b19.4236.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5c9b325017becc11b567b5e92092bd69bf7eaf3341f41c07ac40f60a3e690a
3
+ size 10060
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd378791b8df6347b3fb060661c0b6b9e8ec7909c99c1a8374da4ffb3d6c86e4
3
+ size 4920