SergioAnaut
commited on
Commit
•
beb393c
1
Parent(s):
785b15f
Training in progress, step 200
Browse files- config.json +122 -126
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,137 +8,133 @@
|
|
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": "
|
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": "
|
55 |
-
"44": "
|
56 |
-
"45": "
|
57 |
-
"46": "
|
58 |
-
"47": "
|
59 |
-
"48": "
|
60 |
-
"49": "
|
61 |
-
"50": "
|
62 |
-
"51": "
|
63 |
-
"52": "
|
64 |
-
"53": "
|
65 |
-
"54": "
|
66 |
-
"55": "
|
67 |
-
"56": "
|
68 |
-
"57": "
|
69 |
-
"58": "
|
70 |
-
"59": "
|
71 |
-
"60": "
|
72 |
-
"61": "Grey",
|
73 |
-
"62": "Bra"
|
74 |
},
|
75 |
"image_size": 384,
|
76 |
"initializer_range": 0.02,
|
77 |
"intermediate_size": 3072,
|
78 |
"label2id": {
|
79 |
-
"Beige":
|
80 |
-
"Belts":
|
81 |
-
"Black":
|
82 |
-
"Blue":
|
83 |
-
"Boys":
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"Brown":
|
87 |
-
"
|
88 |
-
"Casual
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"Fall":
|
92 |
-
"Flats":
|
93 |
-
"Flip Flops":
|
94 |
-
"Formal":
|
95 |
-
"Formal Shoes":
|
96 |
-
"Girls":
|
97 |
-
"Gold":
|
98 |
-
"Green":
|
99 |
-
"Grey":
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"
|
106 |
-
"
|
107 |
-
"
|
108 |
-
"
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
115 |
-
"
|
116 |
-
"
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"
|
123 |
-
"
|
124 |
-
"
|
125 |
-
"
|
126 |
-
"
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"
|
130 |
-
"
|
131 |
-
"
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"Women": 4,
|
141 |
-
"Yellow": 28
|
142 |
},
|
143 |
"layer_norm_eps": 1e-12,
|
144 |
"max_image_length": -1,
|
|
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "Formal Shoes",
|
12 |
+
"1": "Sandals",
|
13 |
+
"2": "Necklace and Chains",
|
14 |
+
"3": "Trunk",
|
15 |
+
"4": "Unisex",
|
16 |
+
"5": "Girls",
|
17 |
+
"6": "Off White",
|
18 |
+
"7": "Black",
|
19 |
+
"8": "Innerwear Vests",
|
20 |
+
"9": "Women",
|
21 |
+
"10": "Gold",
|
22 |
+
"11": "Men",
|
23 |
+
"12": "Grey",
|
24 |
+
"13": "Trousers",
|
25 |
+
"14": "Jeans",
|
26 |
+
"15": "Summer",
|
27 |
+
"16": "Briefs",
|
28 |
+
"17": "Heels",
|
29 |
+
"18": "Casual",
|
30 |
+
"19": "Yellow",
|
31 |
+
"20": "Blue",
|
32 |
+
"21": "Watches",
|
33 |
+
"22": "Winter",
|
34 |
+
"23": "White",
|
35 |
+
"24": "Handbags",
|
36 |
+
"25": "Brown",
|
37 |
+
"26": "Tshirts",
|
38 |
+
"27": "Green",
|
39 |
+
"28": "Casual Shoes",
|
40 |
+
"29": "Ties",
|
41 |
+
"30": "Sports Shoes",
|
42 |
+
"31": "Caps",
|
43 |
+
"32": "Steel",
|
44 |
+
"33": "Flats",
|
45 |
+
"34": "Stockings",
|
46 |
+
"35": "Beige",
|
47 |
+
"36": "Sweatshirts",
|
48 |
+
"37": "Pink",
|
49 |
+
"38": "Fall",
|
50 |
+
"39": "Ethnic",
|
51 |
+
"40": "Formal",
|
52 |
+
"41": "Boys",
|
53 |
+
"42": "Orange",
|
54 |
+
"43": "Tops",
|
55 |
+
"44": "Sports",
|
56 |
+
"45": "Shorts",
|
57 |
+
"46": "Sunglasses",
|
58 |
+
"47": "Shirts",
|
59 |
+
"48": "Red",
|
60 |
+
"49": "Peach",
|
61 |
+
"50": "Bronze",
|
62 |
+
"51": "Tunics",
|
63 |
+
"52": "Silver",
|
64 |
+
"53": "Belts",
|
65 |
+
"54": "Flip Flops",
|
66 |
+
"55": "Suspenders",
|
67 |
+
"56": "Navy Blue",
|
68 |
+
"57": "Turquoise Blue",
|
69 |
+
"58": "Spring",
|
70 |
+
"59": "Night suits",
|
71 |
+
"60": "Olive"
|
|
|
|
|
72 |
},
|
73 |
"image_size": 384,
|
74 |
"initializer_range": 0.02,
|
75 |
"intermediate_size": 3072,
|
76 |
"label2id": {
|
77 |
+
"Beige": 35,
|
78 |
+
"Belts": 53,
|
79 |
+
"Black": 7,
|
80 |
+
"Blue": 20,
|
81 |
+
"Boys": 41,
|
82 |
+
"Briefs": 16,
|
83 |
+
"Bronze": 50,
|
84 |
+
"Brown": 25,
|
85 |
+
"Caps": 31,
|
86 |
+
"Casual": 18,
|
87 |
+
"Casual Shoes": 28,
|
88 |
+
"Ethnic": 39,
|
89 |
+
"Fall": 38,
|
90 |
+
"Flats": 33,
|
91 |
+
"Flip Flops": 54,
|
92 |
+
"Formal": 40,
|
93 |
+
"Formal Shoes": 0,
|
94 |
+
"Girls": 5,
|
95 |
+
"Gold": 10,
|
96 |
+
"Green": 27,
|
97 |
+
"Grey": 12,
|
98 |
+
"Handbags": 24,
|
99 |
+
"Heels": 17,
|
100 |
+
"Innerwear Vests": 8,
|
101 |
+
"Jeans": 14,
|
102 |
+
"Men": 11,
|
103 |
+
"Navy Blue": 56,
|
104 |
+
"Necklace and Chains": 2,
|
105 |
+
"Night suits": 59,
|
106 |
+
"Off White": 6,
|
107 |
+
"Olive": 60,
|
108 |
+
"Orange": 42,
|
109 |
+
"Peach": 49,
|
110 |
+
"Pink": 37,
|
111 |
+
"Red": 48,
|
112 |
+
"Sandals": 1,
|
113 |
+
"Shirts": 47,
|
114 |
+
"Shorts": 45,
|
115 |
+
"Silver": 52,
|
116 |
+
"Sports": 44,
|
117 |
+
"Sports Shoes": 30,
|
118 |
+
"Spring": 58,
|
119 |
+
"Steel": 32,
|
120 |
+
"Stockings": 34,
|
121 |
+
"Summer": 15,
|
122 |
+
"Sunglasses": 46,
|
123 |
+
"Suspenders": 55,
|
124 |
+
"Sweatshirts": 36,
|
125 |
+
"Ties": 29,
|
126 |
+
"Tops": 43,
|
127 |
+
"Trousers": 13,
|
128 |
+
"Trunk": 3,
|
129 |
+
"Tshirts": 26,
|
130 |
+
"Tunics": 51,
|
131 |
+
"Turquoise Blue": 57,
|
132 |
+
"Unisex": 4,
|
133 |
+
"Watches": 21,
|
134 |
+
"White": 23,
|
135 |
+
"Winter": 22,
|
136 |
+
"Women": 9,
|
137 |
+
"Yellow": 19
|
|
|
|
|
138 |
},
|
139 |
"layer_norm_eps": 1e-12,
|
140 |
"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:51eb211ce533a6e76e74912d11bee1acb244a3f06dec4db3739c6411589538d0
|
3 |
+
size 451516900
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af917bd00b8ae7be18e12d57338423d4f0f522f251c87415e83b80e19a88f1a6
|
3 |
size 5304
|