Training in progress, step 200
Browse files
config.json
CHANGED
|
@@ -122,103 +122,19 @@
|
|
| 122 |
"giou_cost": 2,
|
| 123 |
"giou_loss_coefficient": 2,
|
| 124 |
"id2label": {
|
| 125 |
-
"0": "
|
| 126 |
-
"1": "
|
| 127 |
-
"2": "
|
| 128 |
-
"3": "
|
| 129 |
-
"4": "jacket",
|
| 130 |
-
"5": "vest",
|
| 131 |
-
"6": "pants",
|
| 132 |
-
"7": "shorts",
|
| 133 |
-
"8": "skirt",
|
| 134 |
-
"9": "coat",
|
| 135 |
-
"10": "dress",
|
| 136 |
-
"11": "jumpsuit",
|
| 137 |
-
"12": "cape",
|
| 138 |
-
"13": "glasses",
|
| 139 |
-
"14": "hat",
|
| 140 |
-
"15": "headband, head covering, hair accessory",
|
| 141 |
-
"16": "tie",
|
| 142 |
-
"17": "glove",
|
| 143 |
-
"18": "watch",
|
| 144 |
-
"19": "belt",
|
| 145 |
-
"20": "leg warmer",
|
| 146 |
-
"21": "tights, stockings",
|
| 147 |
-
"22": "sock",
|
| 148 |
-
"23": "shoe",
|
| 149 |
-
"24": "bag, wallet",
|
| 150 |
-
"25": "scarf",
|
| 151 |
-
"26": "umbrella",
|
| 152 |
-
"27": "hood",
|
| 153 |
-
"28": "collar",
|
| 154 |
-
"29": "lapel",
|
| 155 |
-
"30": "epaulette",
|
| 156 |
-
"31": "sleeve",
|
| 157 |
-
"32": "pocket",
|
| 158 |
-
"33": "neckline",
|
| 159 |
-
"34": "buckle",
|
| 160 |
-
"35": "zipper",
|
| 161 |
-
"36": "applique",
|
| 162 |
-
"37": "bead",
|
| 163 |
-
"38": "bow",
|
| 164 |
-
"39": "flower",
|
| 165 |
-
"40": "fringe",
|
| 166 |
-
"41": "ribbon",
|
| 167 |
-
"42": "rivet",
|
| 168 |
-
"43": "ruffle",
|
| 169 |
-
"44": "sequin",
|
| 170 |
-
"45": "tassel"
|
| 171 |
},
|
| 172 |
"init_std": 0.02,
|
| 173 |
"init_xavier_std": 1.0,
|
| 174 |
"is_encoder_decoder": true,
|
| 175 |
"label2id": {
|
| 176 |
-
"
|
| 177 |
-
"
|
| 178 |
-
"
|
| 179 |
-
"
|
| 180 |
-
"bow": 38,
|
| 181 |
-
"buckle": 34,
|
| 182 |
-
"cape": 12,
|
| 183 |
-
"cardigan": 3,
|
| 184 |
-
"coat": 9,
|
| 185 |
-
"collar": 28,
|
| 186 |
-
"dress": 10,
|
| 187 |
-
"epaulette": 30,
|
| 188 |
-
"flower": 39,
|
| 189 |
-
"fringe": 40,
|
| 190 |
-
"glasses": 13,
|
| 191 |
-
"glove": 17,
|
| 192 |
-
"hat": 14,
|
| 193 |
-
"headband, head covering, hair accessory": 15,
|
| 194 |
-
"hood": 27,
|
| 195 |
-
"jacket": 4,
|
| 196 |
-
"jumpsuit": 11,
|
| 197 |
-
"lapel": 29,
|
| 198 |
-
"leg warmer": 20,
|
| 199 |
-
"neckline": 33,
|
| 200 |
-
"pants": 6,
|
| 201 |
-
"pocket": 32,
|
| 202 |
-
"ribbon": 41,
|
| 203 |
-
"rivet": 42,
|
| 204 |
-
"ruffle": 43,
|
| 205 |
-
"scarf": 25,
|
| 206 |
-
"sequin": 44,
|
| 207 |
-
"shirt, blouse": 0,
|
| 208 |
-
"shoe": 23,
|
| 209 |
-
"shorts": 7,
|
| 210 |
-
"skirt": 8,
|
| 211 |
-
"sleeve": 31,
|
| 212 |
-
"sock": 22,
|
| 213 |
-
"sweater": 2,
|
| 214 |
-
"tassel": 45,
|
| 215 |
-
"tie": 16,
|
| 216 |
-
"tights, stockings": 21,
|
| 217 |
-
"top, t-shirt, sweatshirt": 1,
|
| 218 |
-
"umbrella": 26,
|
| 219 |
-
"vest": 5,
|
| 220 |
-
"watch": 18,
|
| 221 |
-
"zipper": 35
|
| 222 |
},
|
| 223 |
"mask_loss_coefficient": 1,
|
| 224 |
"model_type": "detr",
|
|
|
|
| 122 |
"giou_cost": 2,
|
| 123 |
"giou_loss_coefficient": 2,
|
| 124 |
"id2label": {
|
| 125 |
+
"0": "accessories",
|
| 126 |
+
"1": "bags",
|
| 127 |
+
"2": "clothing",
|
| 128 |
+
"3": "shoes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
},
|
| 130 |
"init_std": 0.02,
|
| 131 |
"init_xavier_std": 1.0,
|
| 132 |
"is_encoder_decoder": true,
|
| 133 |
"label2id": {
|
| 134 |
+
"accessories": 0,
|
| 135 |
+
"bags": 1,
|
| 136 |
+
"clothing": 2,
|
| 137 |
+
"shoes": 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
},
|
| 139 |
"mask_loss_coefficient": 1,
|
| 140 |
"model_type": "detr",
|
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:c6fae13ae33c6aec2ffeb9858df3c2d4b537fa17dd370f31f1a06a5fa4119da1
|
| 3 |
+
size 166506812
|
runs/Apr02_21-30-26_dd81b4696eed/events.out.tfevents.1712093467.dd81b4696eed.742.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e78a7ded3420e05dd2ba88c9bc09148fbd7e09058a06d7f8c795b4a54c16ca19
|
| 3 |
+
size 8208
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af8db185b090c0f6f92e692ae71674eecfe5b90642d21052a1e419546afb0659
|
| 3 |
size 4856
|