aalonso-developer commited on
Commit
c26c225
1 Parent(s): dcd5fd7

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Skirt",
13
+ "1": "Jacket",
14
+ "10": "Cardigan",
15
+ "11": "Jumpsuit",
16
+ "12": "Sweater",
17
+ "13": "Blouse",
18
+ "14": "Blazer",
19
+ "2": "Dress",
20
+ "3": "Tee",
21
+ "4": "Sweatpants",
22
+ "5": "Tank",
23
+ "6": "Romper",
24
+ "7": "Top",
25
+ "8": "Shorts",
26
+ "9": "Jeans"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Blazer": "14",
33
+ "Blouse": "13",
34
+ "Cardigan": "10",
35
+ "Dress": "2",
36
+ "Jacket": "1",
37
+ "Jeans": "9",
38
+ "Jumpsuit": "11",
39
+ "Romper": "6",
40
+ "Shorts": "8",
41
+ "Skirt": "0",
42
+ "Sweater": "12",
43
+ "Sweatpants": "4",
44
+ "Tank": "5",
45
+ "Tee": "3",
46
+ "Top": "7"
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "problem_type": "single_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.29.2"
58
+ }
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:5881a5de4ee0fefbf3dd46e0b69cf94a4ad18f3a4e190890c68fccb878f1014c
3
+ size 343308717
runs/May22_00-02-51_adrian-development/1684706577.7627542/events.out.tfevents.1684706577.adrian-development.52609.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39768464fea0fa6fe77e0929ec9ad36d9969cc685dd2e77abe93b941b698831f
3
+ size 5962
runs/May22_00-02-51_adrian-development/events.out.tfevents.1684706577.adrian-development.52609.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67170937e27eaf3518f336fd880ff7bb2dbe82a82ff95e3259b07ebddfc6ab5a
3
+ size 5032
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e548fc746ee93e1f41590ab5c48a066f4a8bc8c3a6e8d4843001cbc046a97cb
3
+ size 3963