0x-Jayveersinh-Raj commited on
Commit
e6eb106
·
verified ·
1 Parent(s): 570b877

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Acrylic",
13
+ "1": "Art Silk",
14
+ "2": "Brocade",
15
+ "3": "Chanderi Silk",
16
+ "4": "Corduroy",
17
+ "5": "Cotton",
18
+ "6": "Cotton Blend",
19
+ "7": "Cotton Silk",
20
+ "8": "Denim",
21
+ "9": "Dupion",
22
+ "10": "Elastane",
23
+ "11": "Faux Fur",
24
+ "12": "Fleece",
25
+ "13": "Georgette",
26
+ "14": "Hemp",
27
+ "15": "Leather",
28
+ "16": "Linen",
29
+ "17": "Liva",
30
+ "18": "Livaeco",
31
+ "19": "Modal",
32
+ "20": "Net",
33
+ "21": "Nylon",
34
+ "22": "Organic Cotton",
35
+ "23": "Organza",
36
+ "24": "Other",
37
+ "25": "PU",
38
+ "26": "Poly Chanderi",
39
+ "27": "Poly Chiffon",
40
+ "28": "Poly Crepe",
41
+ "29": "Poly Georgette",
42
+ "30": "Poly Silk",
43
+ "31": "Polycotton",
44
+ "32": "Polyester",
45
+ "33": "Polyester PU Coated",
46
+ "34": "Polyviscose",
47
+ "35": "Pure Cotton",
48
+ "36": "Pure Silk",
49
+ "37": "Satin",
50
+ "38": "Shantoon",
51
+ "39": "Silk",
52
+ "40": "Silk Blend",
53
+ "41": "Silk Chiffon",
54
+ "42": "Silk Crepe",
55
+ "43": "Silk Georgette",
56
+ "44": "Suede",
57
+ "45": "Synthetic Leather",
58
+ "46": "Velvet",
59
+ "47": "Viscose Georgette",
60
+ "48": "Viscose Rayon",
61
+ "49": "Voile",
62
+ "50": "Wool",
63
+ "51": "Wool Blend"
64
+ },
65
+ "image_size": 224,
66
+ "initializer_range": 0.02,
67
+ "intermediate_size": 3072,
68
+ "label2id": {
69
+ "Acrylic": 0,
70
+ "Art Silk": 1,
71
+ "Brocade": 2,
72
+ "Chanderi Silk": 3,
73
+ "Corduroy": 4,
74
+ "Cotton": 5,
75
+ "Cotton Blend": 6,
76
+ "Cotton Silk": 7,
77
+ "Denim": 8,
78
+ "Dupion": 9,
79
+ "Elastane": 10,
80
+ "Faux Fur": 11,
81
+ "Fleece": 12,
82
+ "Georgette": 13,
83
+ "Hemp": 14,
84
+ "Leather": 15,
85
+ "Linen": 16,
86
+ "Liva": 17,
87
+ "Livaeco": 18,
88
+ "Modal": 19,
89
+ "Net": 20,
90
+ "Nylon": 21,
91
+ "Organic Cotton": 22,
92
+ "Organza": 23,
93
+ "Other": 24,
94
+ "PU": 25,
95
+ "Poly Chanderi": 26,
96
+ "Poly Chiffon": 27,
97
+ "Poly Crepe": 28,
98
+ "Poly Georgette": 29,
99
+ "Poly Silk": 30,
100
+ "Polycotton": 31,
101
+ "Polyester": 32,
102
+ "Polyester PU Coated": 33,
103
+ "Polyviscose": 34,
104
+ "Pure Cotton": 35,
105
+ "Pure Silk": 36,
106
+ "Satin": 37,
107
+ "Shantoon": 38,
108
+ "Silk": 39,
109
+ "Silk Blend": 40,
110
+ "Silk Chiffon": 41,
111
+ "Silk Crepe": 42,
112
+ "Silk Georgette": 43,
113
+ "Suede": 44,
114
+ "Synthetic Leather": 45,
115
+ "Velvet": 46,
116
+ "Viscose Georgette": 47,
117
+ "Viscose Rayon": 48,
118
+ "Voile": 49,
119
+ "Wool": 50,
120
+ "Wool Blend": 51
121
+ },
122
+ "layer_norm_eps": 1e-12,
123
+ "model_type": "vit",
124
+ "num_attention_heads": 12,
125
+ "num_channels": 3,
126
+ "num_hidden_layers": 12,
127
+ "patch_size": 16,
128
+ "pooler_act": "tanh",
129
+ "pooler_output_size": 768,
130
+ "problem_type": "single_label_classification",
131
+ "qkv_bias": true,
132
+ "transformers_version": "4.57.0"
133
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e833254c197b9a603ad08797979e4e95e76bf409ee6e3ddeed3018388313685c
3
+ size 343377784
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/Oct17_07-14-50_1928ded1c5c1/events.out.tfevents.1760685291.1928ded1c5c1.6316.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3397c3e6783cd4f8d1c0577427baceecbdb30b7af1ac3b42f4ca56204ca24f96
3
+ size 7241
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908ae1a6a3c6420134455e2987c98b6f4b8857b9b93496e75f6446b2adbe04a8
3
+ size 5841