vovadevico commited on
Commit
1590bd5
·
verified ·
1 Parent(s): 063836d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-patch16-384",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "model",
14
+ "1": "pack-accessory",
15
+ "10": "pack-top-l3",
16
+ "2": "pack-bottom-l0",
17
+ "3": "pack-bottom-l1",
18
+ "4": "pack-multi",
19
+ "5": "pack-one-piece-l1",
20
+ "6": "pack-shoes",
21
+ "7": "pack-top-bottom",
22
+ "8": "pack-top-l1",
23
+ "9": "pack-top-l2"
24
+ },
25
+ "image_size": 384,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
+ "label2id": {
29
+ "model": "0",
30
+ "pack-accessory": "1",
31
+ "pack-bottom-l0": "2",
32
+ "pack-bottom-l1": "3",
33
+ "pack-multi": "4",
34
+ "pack-one-piece-l1": "5",
35
+ "pack-shoes": "6",
36
+ "pack-top-bottom": "7",
37
+ "pack-top-l1": "8",
38
+ "pack-top-l2": "9",
39
+ "pack-top-l3": "10"
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "model_type": "vit",
43
+ "num_attention_heads": 16,
44
+ "num_channels": 3,
45
+ "num_hidden_layers": 24,
46
+ "patch_size": 16,
47
+ "problem_type": "single_label_classification",
48
+ "qkv_bias": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.49.0"
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e6500bf6c95bf069d63245b448f7c1180ae245794f1a06f0089a567279d8e7
3
+ size 1214854652
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": 384,
21
+ "width": 384
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27410dbda0fea0233a5f4f731878ca1cc9c62773bb660ab49b6f39a05f68e2fa
3
+ size 5496