kraftman1 commited on
Commit
f135454
1 Parent(s): 3f204cd

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "Makeup",
22
+ "1": "Innerwear",
23
+ "10": "Watches",
24
+ "11": "Bags",
25
+ "12": "Wallets",
26
+ "13": "Shoes",
27
+ "14": "Jewellery",
28
+ "15": "Scarves",
29
+ "16": "Fragrance",
30
+ "17": "Topwear",
31
+ "18": "Dress",
32
+ "19": "Cufflinks",
33
+ "2": "Saree",
34
+ "20": "Accessories",
35
+ "21": "Ties",
36
+ "22": "Eyewear",
37
+ "23": "Nails",
38
+ "24": "Sandal",
39
+ "25": "Belts",
40
+ "26": "Bottomwear",
41
+ "3": "Headwear",
42
+ "4": "Flip Flops",
43
+ "5": "Lips",
44
+ "6": "Apparel Set",
45
+ "7": "Socks",
46
+ "8": "Free Gifts",
47
+ "9": "Loungewear and Nightwear"
48
+ },
49
+ "image_size": 224,
50
+ "initializer_range": 0.02,
51
+ "label2id": {
52
+ "Accessories": 20,
53
+ "Apparel Set": 6,
54
+ "Bags": 11,
55
+ "Belts": 25,
56
+ "Bottomwear": 26,
57
+ "Cufflinks": 19,
58
+ "Dress": 18,
59
+ "Eyewear": 22,
60
+ "Flip Flops": 4,
61
+ "Fragrance": 16,
62
+ "Free Gifts": 8,
63
+ "Headwear": 3,
64
+ "Innerwear": 1,
65
+ "Jewellery": 14,
66
+ "Lips": 5,
67
+ "Loungewear and Nightwear": 9,
68
+ "Makeup": 0,
69
+ "Nails": 23,
70
+ "Sandal": 24,
71
+ "Saree": 2,
72
+ "Scarves": 15,
73
+ "Shoes": 13,
74
+ "Socks": 7,
75
+ "Ties": 21,
76
+ "Topwear": 17,
77
+ "Wallets": 12,
78
+ "Watches": 10
79
+ },
80
+ "layer_norm_eps": 1e-12,
81
+ "layer_scale_init_value": 1e-06,
82
+ "model_type": "convnext",
83
+ "num_channels": 3,
84
+ "num_stages": 4,
85
+ "out_features": [
86
+ "stage4"
87
+ ],
88
+ "out_indices": [
89
+ 4
90
+ ],
91
+ "patch_size": 4,
92
+ "problem_type": "single_label_classification",
93
+ "stage_names": [
94
+ "stem",
95
+ "stage1",
96
+ "stage2",
97
+ "stage3",
98
+ "stage4"
99
+ ],
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.28.1"
102
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e1b2198edb7deab19bdd5e5c58fc3ef510bc7626f86fbdd12ab57096a50245
3
+ size 111425893
runs/Apr15_22-06-35_fa71cbc4f8fa/1681596513.8398108/events.out.tfevents.1681596513.fa71cbc4f8fa.793.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a11ff56bb1a5eb8fcf1696b0d9e160d4c41038fede9321b0f4360875508e655
3
+ size 5913
runs/Apr15_22-06-35_fa71cbc4f8fa/1681596524.7077453/events.out.tfevents.1681596524.fa71cbc4f8fa.793.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b47ec2eb512a058af69611d9d0414c9df41371ac1c400b7c10a56d79893452
3
+ size 5913
runs/Apr15_22-06-35_fa71cbc4f8fa/1681596611.3226585/events.out.tfevents.1681596611.fa71cbc4f8fa.793.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1171425d2b3317290773e4fb7f195b486e595327f25c6ed0212d9d2365e45a74
3
+ size 5913
runs/Apr15_22-06-35_fa71cbc4f8fa/1681596655.9361818/events.out.tfevents.1681596655.fa71cbc4f8fa.793.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0594f63064b21b7719a367ee7c54dae7a01b601ad4db6d29cc8bf3fb6dc1efcb
3
+ size 5913
runs/Apr15_22-06-35_fa71cbc4f8fa/events.out.tfevents.1681596513.fa71cbc4f8fa.793.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e62a55fbc5894c47551a623c9e2cc22cca2e1922bd47bfe51b4e9c23efc9aee
3
+ size 10350
runs/Apr15_22-06-35_fa71cbc4f8fa/events.out.tfevents.1681596611.fa71cbc4f8fa.793.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3072ef9b40204be93ea393efa8894dcdbb7166726ac9e12a03ade65002a997a7
3
+ size 5219
runs/Apr15_22-06-35_fa71cbc4f8fa/events.out.tfevents.1681596655.fa71cbc4f8fa.793.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c732877afd49f79b99b6a17f9d3e0b599dcbbe227ecf2451f5d27b222c3dd18e
3
+ size 13984
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac022a804f213335d43c4e4bb88e48116cc1fc0e025629a83642e3f840692880
3
+ size 3643