Training in progress, epoch 0
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
@@ -9,65 +9,65 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"10": "
|
| 15 |
-
"11": "
|
| 16 |
-
"12": "
|
| 17 |
-
"13": "
|
| 18 |
-
"14": "
|
| 19 |
-
"15": "
|
| 20 |
-
"16": "
|
| 21 |
-
"17": "
|
| 22 |
"18": "Shoes",
|
| 23 |
-
"19": "
|
| 24 |
-
"2": "
|
| 25 |
-
"20": "
|
| 26 |
-
"21": "
|
| 27 |
-
"22": "
|
| 28 |
-
"23": "
|
| 29 |
-
"24": "
|
| 30 |
-
"25": "
|
| 31 |
-
"26": "
|
| 32 |
"3": "Topwear",
|
| 33 |
-
"4": "
|
| 34 |
-
"5": "
|
| 35 |
-
"6": "
|
| 36 |
-
"7": "
|
| 37 |
-
"8": "
|
| 38 |
-
"9": "
|
| 39 |
},
|
| 40 |
"image_size": 224,
|
| 41 |
"initializer_range": 0.02,
|
| 42 |
"intermediate_size": 3072,
|
| 43 |
"label2id": {
|
| 44 |
-
"Accessories": "
|
| 45 |
-
"Apparel Set": "
|
| 46 |
-
"Bags": "
|
| 47 |
-
"Belts": "
|
| 48 |
-
"Bottomwear": "
|
| 49 |
-
"Cufflinks": "
|
| 50 |
-
"Dress": "
|
| 51 |
-
"Eyewear": "
|
| 52 |
-
"Flip Flops": "
|
| 53 |
-
"Fragrance": "
|
| 54 |
-
"Free Gifts": "
|
| 55 |
-
"Headwear": "
|
| 56 |
-
"Innerwear": "
|
| 57 |
-
"Jewellery": "
|
| 58 |
-
"Lips": "
|
| 59 |
-
"Loungewear and Nightwear": "
|
| 60 |
-
"Makeup": "
|
| 61 |
-
"Nails": "
|
| 62 |
-
"Sandal": "
|
| 63 |
-
"Saree": "
|
| 64 |
-
"Scarves": "
|
| 65 |
"Shoes": "18",
|
| 66 |
-
"Socks": "
|
| 67 |
-
"Ties": "
|
| 68 |
"Topwear": "3",
|
| 69 |
-
"Wallets": "
|
| 70 |
-
"Watches": "
|
| 71 |
},
|
| 72 |
"layer_norm_eps": 1e-12,
|
| 73 |
"model_type": "vit",
|
|
@@ -78,5 +78,5 @@
|
|
| 78 |
"problem_type": "single_label_classification",
|
| 79 |
"qkv_bias": true,
|
| 80 |
"torch_dtype": "float32",
|
| 81 |
-
"transformers_version": "4.
|
| 82 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "kraftman1/image_ecommerce_classifier",
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Innerwear",
|
| 13 |
+
"1": "Socks",
|
| 14 |
+
"10": "Nails",
|
| 15 |
+
"11": "Bags",
|
| 16 |
+
"12": "Belts",
|
| 17 |
+
"13": "Ties",
|
| 18 |
+
"14": "Headwear",
|
| 19 |
+
"15": "Watches",
|
| 20 |
+
"16": "Cufflinks",
|
| 21 |
+
"17": "Jewellery",
|
| 22 |
"18": "Shoes",
|
| 23 |
+
"19": "Sandal",
|
| 24 |
+
"2": "Scarves",
|
| 25 |
+
"20": "Bottomwear",
|
| 26 |
+
"21": "Makeup",
|
| 27 |
+
"22": "Fragrance",
|
| 28 |
+
"23": "Lips",
|
| 29 |
+
"24": "Accessories",
|
| 30 |
+
"25": "Dress",
|
| 31 |
+
"26": "Saree",
|
| 32 |
"3": "Topwear",
|
| 33 |
+
"4": "Wallets",
|
| 34 |
+
"5": "Free Gifts",
|
| 35 |
+
"6": "Loungewear and Nightwear",
|
| 36 |
+
"7": "Flip Flops",
|
| 37 |
+
"8": "Eyewear",
|
| 38 |
+
"9": "Apparel Set"
|
| 39 |
},
|
| 40 |
"image_size": 224,
|
| 41 |
"initializer_range": 0.02,
|
| 42 |
"intermediate_size": 3072,
|
| 43 |
"label2id": {
|
| 44 |
+
"Accessories": "24",
|
| 45 |
+
"Apparel Set": "9",
|
| 46 |
+
"Bags": "11",
|
| 47 |
+
"Belts": "12",
|
| 48 |
+
"Bottomwear": "20",
|
| 49 |
+
"Cufflinks": "16",
|
| 50 |
+
"Dress": "25",
|
| 51 |
+
"Eyewear": "8",
|
| 52 |
+
"Flip Flops": "7",
|
| 53 |
+
"Fragrance": "22",
|
| 54 |
+
"Free Gifts": "5",
|
| 55 |
+
"Headwear": "14",
|
| 56 |
+
"Innerwear": "0",
|
| 57 |
+
"Jewellery": "17",
|
| 58 |
+
"Lips": "23",
|
| 59 |
+
"Loungewear and Nightwear": "6",
|
| 60 |
+
"Makeup": "21",
|
| 61 |
+
"Nails": "10",
|
| 62 |
+
"Sandal": "19",
|
| 63 |
+
"Saree": "26",
|
| 64 |
+
"Scarves": "2",
|
| 65 |
"Shoes": "18",
|
| 66 |
+
"Socks": "1",
|
| 67 |
+
"Ties": "13",
|
| 68 |
"Topwear": "3",
|
| 69 |
+
"Wallets": "4",
|
| 70 |
+
"Watches": "15"
|
| 71 |
},
|
| 72 |
"layer_norm_eps": 1e-12,
|
| 73 |
"model_type": "vit",
|
|
|
|
| 78 |
"problem_type": "single_label_classification",
|
| 79 |
"qkv_bias": true,
|
| 80 |
"torch_dtype": "float32",
|
| 81 |
+
"transformers_version": "4.28.1"
|
| 82 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343345581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0670e0587cf380b43f773ee2161c1e125a6220c830bdf42e6fcc3860a3eb29e
|
| 3 |
size 343345581
|
runs/Apr15_01-37-36_027fbadc9b7d/1681522737.37609/events.out.tfevents.1681522737.027fbadc9b7d.245.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b85079b3ff2dc33e159a5011a29894a73908e9c323bdf47f33374ebb23be9581
|
| 3 |
+
size 5904
|
runs/Apr15_01-37-36_027fbadc9b7d/events.out.tfevents.1681522737.027fbadc9b7d.245.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4e5dbf3d18a9826ca4ee1f695f593b0dfd3f9d1bf2efec5b2713dcfebbbcb88
|
| 3 |
+
size 13956
|
training_args.bin
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:6b22019b1653db2483cfe9cd9ac7facd9fa8bb1f07e7c2868b3bc17fd54661b3
|
| 3 |
+
size 3643
|