soplac commited on
Commit
28eea0a
·
verified ·
1 Parent(s): 273b907

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Blazer runway fashion -jacket -coat -suit",
13
+ "1": "Corset runway outfit -bustier -bralette",
14
+ "2": "Leopard print runway outfit -zebra",
15
+ "3": "Light pink runway outfit -fuchsia -magenta -neon",
16
+ "4": "Miniskirt runway fashion -midi -maxi -knee-length",
17
+ "5": "No pants runway fashion -skirt -pants",
18
+ "6": "Transparent outfit runway fashion -opaque",
19
+ "7": "Trench coat runway fashion -jacket -parka",
20
+ "8": "Tweed clothing runway fashion -wool -knit",
21
+ "9": "Zebra print runway fashion -leopard"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Blazer runway fashion -jacket -coat -suit": "0",
28
+ "Corset runway outfit -bustier -bralette": "1",
29
+ "Leopard print runway outfit -zebra": "2",
30
+ "Light pink runway outfit -fuchsia -magenta -neon": "3",
31
+ "Miniskirt runway fashion -midi -maxi -knee-length": "4",
32
+ "No pants runway fashion -skirt -pants": "5",
33
+ "Transparent outfit runway fashion -opaque": "6",
34
+ "Trench coat runway fashion -jacket -parka": "7",
35
+ "Tweed clothing runway fashion -wool -knit": "8",
36
+ "Zebra print runway fashion -leopard": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.44.2"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029cacaab455ca20bc042b557b4cca8dcffeb984fb8b8bb578bfdefce26298c0
3
+ size 343248584
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
+ }
runs/Oct24_21-35-59_ba446f580001/events.out.tfevents.1729805762.ba446f580001.654.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7cd1d0d8386f40c42197e8c32e5458804b3f45bf92417e3094741c8b4620042
3
+ size 6649
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c63646532b97094c6017fa4d670ca7126c3b29f7ff169b00e519080aae08d549
3
+ size 5240