Training in progress, step 200
Browse files- config.json +84 -90
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,103 +8,97 @@
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
-
"14": "
|
26 |
-
"15": "
|
27 |
-
"16": "
|
28 |
-
"17": "
|
29 |
-
"18": "
|
30 |
-
"19": "
|
31 |
-
"20": "
|
32 |
-
"21": "
|
33 |
-
"22": "
|
34 |
-
"23": "
|
35 |
-
"24": "
|
36 |
-
"25": "
|
37 |
"26": "Summer",
|
38 |
-
"27": "
|
39 |
-
"28": "
|
40 |
-
"29": "
|
41 |
-
"30": "
|
42 |
-
"31": "
|
43 |
-
"32": "
|
44 |
-
"33": "
|
45 |
-
"34": "
|
46 |
-
"35": "
|
47 |
-
"36": "
|
48 |
-
"37": "
|
49 |
-
"38": "
|
50 |
-
"39": "
|
51 |
-
"40": "
|
52 |
-
"41": "
|
53 |
-
"42": "
|
54 |
-
"43": "Trousers",
|
55 |
-
"44": "Tshirts",
|
56 |
-
"45": "Sports"
|
57 |
},
|
58 |
"image_size": 384,
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 3072,
|
61 |
"label2id": {
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"Casual
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"Formal
|
74 |
-
"Green":
|
75 |
-
"Grey":
|
76 |
-
"Handbags":
|
77 |
-
"
|
78 |
-
"Magenta":
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"Navy Blue":
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"Sports":
|
93 |
-
"
|
94 |
"Summer": 26,
|
95 |
-
"Sunglasses":
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"Women": 37,
|
106 |
-
"Yellow": 25,
|
107 |
-
"nan": 22
|
108 |
},
|
109 |
"layer_norm_eps": 1e-12,
|
110 |
"max_image_length": -1,
|
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "Blue",
|
12 |
+
"1": "Red",
|
13 |
+
"2": "Spring",
|
14 |
+
"3": "Formal",
|
15 |
+
"4": "Cream",
|
16 |
+
"5": "Magenta",
|
17 |
+
"6": "Yellow",
|
18 |
+
"7": "Socks",
|
19 |
+
"8": "Trousers",
|
20 |
+
"9": "Casual",
|
21 |
+
"10": "Belts",
|
22 |
+
"11": "Men",
|
23 |
+
"12": "Sports Shoes",
|
24 |
+
"13": "Jeans",
|
25 |
+
"14": "Pink",
|
26 |
+
"15": "Sports",
|
27 |
+
"16": "Sandals",
|
28 |
+
"17": "Women",
|
29 |
+
"18": "Navy Blue",
|
30 |
+
"19": "Beige",
|
31 |
+
"20": "Winter",
|
32 |
+
"21": "Dresses",
|
33 |
+
"22": "Fall",
|
34 |
+
"23": "Black",
|
35 |
+
"24": "Handbags",
|
36 |
+
"25": "Skirts",
|
37 |
"26": "Summer",
|
38 |
+
"27": "Shirts",
|
39 |
+
"28": "Track Pants",
|
40 |
+
"29": "Brown",
|
41 |
+
"30": "Tshirts",
|
42 |
+
"31": "Multi",
|
43 |
+
"32": "Shorts",
|
44 |
+
"33": "Sunglasses",
|
45 |
+
"34": "Green",
|
46 |
+
"35": "White",
|
47 |
+
"36": "Tops",
|
48 |
+
"37": "Casual Shoes",
|
49 |
+
"38": "Flip Flops",
|
50 |
+
"39": "Sports Sandals",
|
51 |
+
"40": "Unisex",
|
52 |
+
"41": "Purple",
|
53 |
+
"42": "Grey"
|
|
|
|
|
|
|
54 |
},
|
55 |
"image_size": 384,
|
56 |
"initializer_range": 0.02,
|
57 |
"intermediate_size": 3072,
|
58 |
"label2id": {
|
59 |
+
"Beige": 19,
|
60 |
+
"Belts": 10,
|
61 |
+
"Black": 23,
|
62 |
+
"Blue": 0,
|
63 |
+
"Brown": 29,
|
64 |
+
"Casual": 9,
|
65 |
+
"Casual Shoes": 37,
|
66 |
+
"Cream": 4,
|
67 |
+
"Dresses": 21,
|
68 |
+
"Fall": 22,
|
69 |
+
"Flip Flops": 38,
|
70 |
+
"Formal": 3,
|
71 |
+
"Green": 34,
|
72 |
+
"Grey": 42,
|
73 |
+
"Handbags": 24,
|
74 |
+
"Jeans": 13,
|
75 |
+
"Magenta": 5,
|
76 |
+
"Men": 11,
|
77 |
+
"Multi": 31,
|
78 |
+
"Navy Blue": 18,
|
79 |
+
"Pink": 14,
|
80 |
+
"Purple": 41,
|
81 |
+
"Red": 1,
|
82 |
+
"Sandals": 16,
|
83 |
+
"Shirts": 27,
|
84 |
+
"Shorts": 32,
|
85 |
+
"Skirts": 25,
|
86 |
+
"Socks": 7,
|
87 |
+
"Sports": 15,
|
88 |
+
"Sports Sandals": 39,
|
89 |
+
"Sports Shoes": 12,
|
90 |
+
"Spring": 2,
|
91 |
"Summer": 26,
|
92 |
+
"Sunglasses": 33,
|
93 |
+
"Tops": 36,
|
94 |
+
"Track Pants": 28,
|
95 |
+
"Trousers": 8,
|
96 |
+
"Tshirts": 30,
|
97 |
+
"Unisex": 40,
|
98 |
+
"White": 35,
|
99 |
+
"Winter": 20,
|
100 |
+
"Women": 17,
|
101 |
+
"Yellow": 6
|
|
|
|
|
|
|
102 |
},
|
103 |
"layer_norm_eps": 1e-12,
|
104 |
"max_image_length": -1,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16088c6fba3c1f6d74293caad012fd446544e3d81a7fa6eb5d48e92637a03e08
|
3 |
+
size 451406236
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1240a4331af6e7cfe16b98ff0e0adee57716379efbd89da39a1fbb93d20f5460
|
3 |
size 5176
|