not-lain commited on
Commit
b1a4df3
1 Parent(s): 12f6ec9

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Anorak",
13
+ "1": "Blazer",
14
+ "2": "Blouse",
15
+ "3": "Bomber",
16
+ "4": "Button-Down",
17
+ "5": "Caftan",
18
+ "6": "Capris",
19
+ "7": "Cardigan",
20
+ "8": "Chinos",
21
+ "9": "Coat",
22
+ "10": "Coverup",
23
+ "11": "Culottes",
24
+ "12": "Cutoffs",
25
+ "13": "Dress",
26
+ "14": "Flannel",
27
+ "15": "Gauchos",
28
+ "16": "Halter",
29
+ "17": "Henley",
30
+ "18": "Hoodie",
31
+ "19": "Jacket",
32
+ "20": "Jeans",
33
+ "21": "Jeggings",
34
+ "22": "Jersey",
35
+ "23": "Jodhpurs",
36
+ "24": "Joggers",
37
+ "25": "Jumpsuit",
38
+ "26": "Kaftan",
39
+ "27": "Kimono",
40
+ "28": "Leggings",
41
+ "29": "Onesie",
42
+ "30": "Parka",
43
+ "31": "Peacoat",
44
+ "32": "Poncho",
45
+ "33": "Robe",
46
+ "34": "Romper",
47
+ "35": "Sarong",
48
+ "36": "Shorts",
49
+ "37": "Skirt",
50
+ "38": "Sweater",
51
+ "39": "Sweatpants",
52
+ "40": "Sweatshorts",
53
+ "41": "Tank",
54
+ "42": "Tee",
55
+ "43": "Top",
56
+ "44": "Trunks",
57
+ "45": "Turtleneck"
58
+ },
59
+ "image_size": 224,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 3072,
62
+ "label2id": {
63
+ "Anorak": 0,
64
+ "Blazer": 1,
65
+ "Blouse": 2,
66
+ "Bomber": 3,
67
+ "Button-Down": 4,
68
+ "Caftan": 5,
69
+ "Capris": 6,
70
+ "Cardigan": 7,
71
+ "Chinos": 8,
72
+ "Coat": 9,
73
+ "Coverup": 10,
74
+ "Culottes": 11,
75
+ "Cutoffs": 12,
76
+ "Dress": 13,
77
+ "Flannel": 14,
78
+ "Gauchos": 15,
79
+ "Halter": 16,
80
+ "Henley": 17,
81
+ "Hoodie": 18,
82
+ "Jacket": 19,
83
+ "Jeans": 20,
84
+ "Jeggings": 21,
85
+ "Jersey": 22,
86
+ "Jodhpurs": 23,
87
+ "Joggers": 24,
88
+ "Jumpsuit": 25,
89
+ "Kaftan": 26,
90
+ "Kimono": 27,
91
+ "Leggings": 28,
92
+ "Onesie": 29,
93
+ "Parka": 30,
94
+ "Peacoat": 31,
95
+ "Poncho": 32,
96
+ "Robe": 33,
97
+ "Romper": 34,
98
+ "Sarong": 35,
99
+ "Shorts": 36,
100
+ "Skirt": 37,
101
+ "Sweater": 38,
102
+ "Sweatpants": 39,
103
+ "Sweatshorts": 40,
104
+ "Tank": 41,
105
+ "Tee": 42,
106
+ "Top": 43,
107
+ "Trunks": 44,
108
+ "Turtleneck": 45
109
+ },
110
+ "layer_norm_eps": 1e-12,
111
+ "model_type": "vit",
112
+ "num_attention_heads": 12,
113
+ "num_channels": 3,
114
+ "num_hidden_layers": 12,
115
+ "patch_size": 16,
116
+ "problem_type": "single_label_classification",
117
+ "qkv_bias": true,
118
+ "torch_dtype": "float32",
119
+ "transformers_version": "4.41.2"
120
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:867c1b3b8b1de8a0638dcd5e4991aab5113aca4e90f7794fcb5b244ecc82098d
3
- size 65975816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ecd7acaa8bcd6476308c37dd7f0e482638ae86a97066d2a74d1b7cca70b79c
3
+ size 343359328
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Jun20_13-52-37_9366201dbd6d/events.out.tfevents.1718891558.9366201dbd6d.655.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b20301b53cb6459fae7bc0908476a374b6911474110dbd34fd2153011c584b
3
+ size 6510
runs/Jun20_13-54-58_9366201dbd6d/events.out.tfevents.1718891699.9366201dbd6d.655.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a718087e0d3b71319b6e79f48e2b6f6df5713585df5fb18f419c804d3e37ab
3
+ size 6559
runs/Jun20_13-57-16_9366201dbd6d/events.out.tfevents.1718891837.9366201dbd6d.655.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec64cecab7f431e60ef5636cc63561932e27cb12150315a7a948e651a6cd1d1f
3
+ size 6559
runs/Jun20_13-57-54_9366201dbd6d/events.out.tfevents.1718891875.9366201dbd6d.655.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eecfb19e52d4b6628b66198d40929a316f41bd0aa7b2755938f4ccdd2df5936
3
+ size 6559
runs/Jun20_13-58-01_9366201dbd6d/events.out.tfevents.1718891882.9366201dbd6d.655.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d92c97d3ae3c12a4fdb727f9f2d341838d2cee8482eb6381cfa61435d8db79
3
+ size 8502
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d2a8ed3378f78b587fc19dddc298111cbc4f04f0cbcf75244026fa8f465b8e0
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbbb3dd222f2cb54af974abe18231aa62e0d76a57bfcc169b4340555d28504e1
3
  size 5112