Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +82 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Apr15_18-34-07_da9fb0b2183f/1681583658.678991/events.out.tfevents.1681583658.da9fb0b2183f.1354.1 +3 -0
- runs/Apr15_18-34-07_da9fb0b2183f/events.out.tfevents.1681583658.da9fb0b2183f.1354.0 +3 -0
- runs/Apr15_18-39-09_da9fb0b2183f/1681583952.8626924/events.out.tfevents.1681583952.da9fb0b2183f.1354.7 +3 -0
- runs/Apr15_18-39-09_da9fb0b2183f/events.out.tfevents.1681583952.da9fb0b2183f.1354.6 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Makeup",
|
13 |
+
"1": "Innerwear",
|
14 |
+
"10": "Watches",
|
15 |
+
"11": "Bags",
|
16 |
+
"12": "Wallets",
|
17 |
+
"13": "Shoes",
|
18 |
+
"14": "Jewellery",
|
19 |
+
"15": "Scarves",
|
20 |
+
"16": "Fragrance",
|
21 |
+
"17": "Topwear",
|
22 |
+
"18": "Dress",
|
23 |
+
"19": "Cufflinks",
|
24 |
+
"2": "Saree",
|
25 |
+
"20": "Accessories",
|
26 |
+
"21": "Ties",
|
27 |
+
"22": "Eyewear",
|
28 |
+
"23": "Nails",
|
29 |
+
"24": "Sandal",
|
30 |
+
"25": "Belts",
|
31 |
+
"26": "Bottomwear",
|
32 |
+
"3": "Headwear",
|
33 |
+
"4": "Flip Flops",
|
34 |
+
"5": "Lips",
|
35 |
+
"6": "Apparel Set",
|
36 |
+
"7": "Socks",
|
37 |
+
"8": "Free Gifts",
|
38 |
+
"9": "Loungewear and Nightwear"
|
39 |
+
},
|
40 |
+
"image_size": 224,
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"intermediate_size": 3072,
|
43 |
+
"label2id": {
|
44 |
+
"Accessories": 20,
|
45 |
+
"Apparel Set": 6,
|
46 |
+
"Bags": 11,
|
47 |
+
"Belts": 25,
|
48 |
+
"Bottomwear": 26,
|
49 |
+
"Cufflinks": 19,
|
50 |
+
"Dress": 18,
|
51 |
+
"Eyewear": 22,
|
52 |
+
"Flip Flops": 4,
|
53 |
+
"Fragrance": 16,
|
54 |
+
"Free Gifts": 8,
|
55 |
+
"Headwear": 3,
|
56 |
+
"Innerwear": 1,
|
57 |
+
"Jewellery": 14,
|
58 |
+
"Lips": 5,
|
59 |
+
"Loungewear and Nightwear": 9,
|
60 |
+
"Makeup": 0,
|
61 |
+
"Nails": 23,
|
62 |
+
"Sandal": 24,
|
63 |
+
"Saree": 2,
|
64 |
+
"Scarves": 15,
|
65 |
+
"Shoes": 13,
|
66 |
+
"Socks": 7,
|
67 |
+
"Ties": 21,
|
68 |
+
"Topwear": 17,
|
69 |
+
"Wallets": 12,
|
70 |
+
"Watches": 10
|
71 |
+
},
|
72 |
+
"layer_norm_eps": 1e-12,
|
73 |
+
"model_type": "vit",
|
74 |
+
"num_attention_heads": 12,
|
75 |
+
"num_channels": 3,
|
76 |
+
"num_hidden_layers": 12,
|
77 |
+
"patch_size": 16,
|
78 |
+
"problem_type": "single_label_classification",
|
79 |
+
"qkv_bias": true,
|
80 |
+
"torch_dtype": "float32",
|
81 |
+
"transformers_version": "4.28.1"
|
82 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5e4851f48f8d4257c7eeb243eab82df53620c34a2f1ef203d90fcf81b42d294
|
3 |
+
size 343345581
|
runs/Apr15_18-34-07_da9fb0b2183f/1681583658.678991/events.out.tfevents.1681583658.da9fb0b2183f.1354.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5d886a28f15425d820d889c9bd4ebf9446622fc0245f3b5922f2046d2277953
|
3 |
+
size 5913
|
runs/Apr15_18-34-07_da9fb0b2183f/events.out.tfevents.1681583658.da9fb0b2183f.1354.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:331faee8012fe2fe356edafe3585440678fe03489926aaff4d43b833c7da2cb1
|
3 |
+
size 5104
|
runs/Apr15_18-39-09_da9fb0b2183f/1681583952.8626924/events.out.tfevents.1681583952.da9fb0b2183f.1354.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63ed81eaecee1931657a247ccf846517a300ecbf7694b3fdfb3e0c71339223fb
|
3 |
+
size 5913
|
runs/Apr15_18-39-09_da9fb0b2183f/events.out.tfevents.1681583952.da9fb0b2183f.1354.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e6e0007f91c59d3aee9751ed2b9fa03cc5f761f0c42f8caeecd4b08bc91c5fd
|
3 |
+
size 13815
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0079b9d2a13b124f63a9dcfa4db08c89fcbc5d641fc8d74551419fc1bd04ba1
|
3 |
+
size 3643
|