marcusinthesky commited on
Commit
b8478e7
1 Parent(s): b782dc9

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-atto-1k-224",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 6,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 40,
16
+ 80,
17
+ 160,
18
+ 320
19
+ ],
20
+ "id2label": {
21
+ "0": "Accessories",
22
+ "1": "Activewear Bottoms",
23
+ "2": "Activewear Jackets & Sweats",
24
+ "3": "Activewear Tops",
25
+ "4": "Baby Essentials",
26
+ "5": "Babygrows",
27
+ "6": "Bags",
28
+ "7": "Bags & Wallets",
29
+ "8": "Bedroom & Bathroom",
30
+ "9": "Belts",
31
+ "10": "Bikini Bottoms",
32
+ "11": "Bikini Tops",
33
+ "12": "Blazers",
34
+ "13": "Body Care",
35
+ "14": "Bodysuits",
36
+ "15": "Booties",
37
+ "16": "Boots",
38
+ "17": "Bottoms",
39
+ "18": "Bras",
40
+ "19": "Casual Dresses",
41
+ "20": "Clogs",
42
+ "21": "Coats",
43
+ "22": "Dining",
44
+ "23": "Dresses",
45
+ "24": "Flats",
46
+ "25": "Flats & Pumps",
47
+ "26": "Fragrances",
48
+ "27": "Gear",
49
+ "28": "Hair Accessories",
50
+ "29": "Hair Care",
51
+ "30": "Headwear",
52
+ "31": "Heels",
53
+ "32": "Heels & Wedges",
54
+ "33": "Home Decor",
55
+ "34": "Hoodies & Sweats",
56
+ "35": "Jackets",
57
+ "36": "Jackets, Hoodies & Sweats",
58
+ "37": "Jeans",
59
+ "38": "Jewellery",
60
+ "39": "Jumpsuits & Playsuits",
61
+ "40": "Kaftans & Cover-Ups",
62
+ "41": "Kitchen",
63
+ "42": "Knitwear",
64
+ "43": "Laundry & Storage",
65
+ "44": "Lingerie",
66
+ "45": "Makeup",
67
+ "46": "Nightdresses",
68
+ "47": "Occasion",
69
+ "48": "Occasion Accessories",
70
+ "49": "Occasion Dresses",
71
+ "50": "Occasion Shoes",
72
+ "51": "Office",
73
+ "52": "One Piece",
74
+ "53": "One-Piece",
75
+ "54": "Onesies",
76
+ "55": "Outdoor",
77
+ "56": "Panties",
78
+ "57": "Pants & Chinos",
79
+ "58": "Pants & Leggings",
80
+ "59": "Performance Trainers",
81
+ "60": "Pets",
82
+ "61": "Rash Vests",
83
+ "62": "Sandals & Flip Flops",
84
+ "63": "Scarves & Gloves",
85
+ "64": "Sets",
86
+ "65": "Shapewear",
87
+ "66": "Shaving & Grooming",
88
+ "67": "Shirts",
89
+ "68": "Shirts & Blouses",
90
+ "69": "Shorts",
91
+ "70": "Skin Care",
92
+ "71": "Skirts",
93
+ "72": "Sleepsacks",
94
+ "73": "Slip-Ons & Loafers",
95
+ "74": "Slippers",
96
+ "75": "Sneakers",
97
+ "76": "Socks",
98
+ "77": "Socks & Hosiery",
99
+ "78": "Sport & Entertainment",
100
+ "79": "Sports Bras",
101
+ "80": "Sunglasses & Frames",
102
+ "81": "T-Shirts & Vests",
103
+ "82": "Tech",
104
+ "83": "Thermals & Vests",
105
+ "84": "Tops",
106
+ "85": "Travel",
107
+ "86": "Umbrellas",
108
+ "87": "Underwear",
109
+ "88": "Watches",
110
+ "89": "Wedges"
111
+ },
112
+ "image_size": 224,
113
+ "initializer_range": 0.02,
114
+ "label2id": {
115
+ "Accessories": 0,
116
+ "Activewear Bottoms": 1,
117
+ "Activewear Jackets & Sweats": 2,
118
+ "Activewear Tops": 3,
119
+ "Baby Essentials": 4,
120
+ "Babygrows": 5,
121
+ "Bags": 6,
122
+ "Bags & Wallets": 7,
123
+ "Bedroom & Bathroom": 8,
124
+ "Belts": 9,
125
+ "Bikini Bottoms": 10,
126
+ "Bikini Tops": 11,
127
+ "Blazers": 12,
128
+ "Body Care": 13,
129
+ "Bodysuits": 14,
130
+ "Booties": 15,
131
+ "Boots": 16,
132
+ "Bottoms": 17,
133
+ "Bras": 18,
134
+ "Casual Dresses": 19,
135
+ "Clogs": 20,
136
+ "Coats": 21,
137
+ "Dining": 22,
138
+ "Dresses": 23,
139
+ "Flats": 24,
140
+ "Flats & Pumps": 25,
141
+ "Fragrances": 26,
142
+ "Gear": 27,
143
+ "Hair Accessories": 28,
144
+ "Hair Care": 29,
145
+ "Headwear": 30,
146
+ "Heels": 31,
147
+ "Heels & Wedges": 32,
148
+ "Home Decor": 33,
149
+ "Hoodies & Sweats": 34,
150
+ "Jackets": 35,
151
+ "Jackets, Hoodies & Sweats": 36,
152
+ "Jeans": 37,
153
+ "Jewellery": 38,
154
+ "Jumpsuits & Playsuits": 39,
155
+ "Kaftans & Cover-Ups": 40,
156
+ "Kitchen": 41,
157
+ "Knitwear": 42,
158
+ "Laundry & Storage": 43,
159
+ "Lingerie": 44,
160
+ "Makeup": 45,
161
+ "Nightdresses": 46,
162
+ "Occasion": 47,
163
+ "Occasion Accessories": 48,
164
+ "Occasion Dresses": 49,
165
+ "Occasion Shoes": 50,
166
+ "Office": 51,
167
+ "One Piece": 52,
168
+ "One-Piece": 53,
169
+ "Onesies": 54,
170
+ "Outdoor": 55,
171
+ "Panties": 56,
172
+ "Pants & Chinos": 57,
173
+ "Pants & Leggings": 58,
174
+ "Performance Trainers": 59,
175
+ "Pets": 60,
176
+ "Rash Vests": 61,
177
+ "Sandals & Flip Flops": 62,
178
+ "Scarves & Gloves": 63,
179
+ "Sets": 64,
180
+ "Shapewear": 65,
181
+ "Shaving & Grooming": 66,
182
+ "Shirts": 67,
183
+ "Shirts & Blouses": 68,
184
+ "Shorts": 69,
185
+ "Skin Care": 70,
186
+ "Skirts": 71,
187
+ "Sleepsacks": 72,
188
+ "Slip-Ons & Loafers": 73,
189
+ "Slippers": 74,
190
+ "Sneakers": 75,
191
+ "Socks": 76,
192
+ "Socks & Hosiery": 77,
193
+ "Sport & Entertainment": 78,
194
+ "Sports Bras": 79,
195
+ "Sunglasses & Frames": 80,
196
+ "T-Shirts & Vests": 81,
197
+ "Tech": 82,
198
+ "Thermals & Vests": 83,
199
+ "Tops": 84,
200
+ "Travel": 85,
201
+ "Umbrellas": 86,
202
+ "Underwear": 87,
203
+ "Watches": 88,
204
+ "Wedges": 89
205
+ },
206
+ "layer_norm_eps": 1e-12,
207
+ "model_type": "convnextv2",
208
+ "num_channels": 3,
209
+ "num_stages": 4,
210
+ "out_features": [
211
+ "stage4"
212
+ ],
213
+ "out_indices": [
214
+ 4
215
+ ],
216
+ "patch_size": 4,
217
+ "problem_type": "multi_label_classification",
218
+ "stage_names": [
219
+ "stem",
220
+ "stage1",
221
+ "stage2",
222
+ "stage3",
223
+ "stage4"
224
+ ],
225
+ "torch_dtype": "float32",
226
+ "transformers_version": "4.31.0.dev0"
227
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeab1858870df6e444b7c3d56f15f33f662f17a8b346f00e22a41cf0fa9e4896
3
+ size 13681472
runs/Jul16_17-29-56_pop-os/events.out.tfevents.1689521405.pop-os.30217.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8423d0049cd37181104b597cae0518c58c20aa5e127be777b3109f2e137e1a2d
3
+ size 9046
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317be6f61a525b52f4584f880732a462c26df9422fcfc425e34dd2560bdce34b
3
+ size 4027