moooji commited on
Commit
168a59d
1 Parent(s): da6bbe0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "model",
14
+ "1": "pack-accessory",
15
+ "2": "pack-bottom-l0",
16
+ "3": "pack-bottom-l1",
17
+ "4": "pack-one-piece-l1",
18
+ "5": "pack-shoes",
19
+ "6": "pack-top-l1",
20
+ "7": "pack-top-l2",
21
+ "8": "pack-top-l3"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "model": "0",
28
+ "pack-accessory": "1",
29
+ "pack-bottom-l0": "2",
30
+ "pack-bottom-l1": "3",
31
+ "pack-one-piece-l1": "4",
32
+ "pack-shoes": "5",
33
+ "pack-top-l1": "6",
34
+ "pack-top-l2": "7",
35
+ "pack-top-l3": "8"
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "vit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "problem_type": "single_label_classification",
44
+ "qkv_bias": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.33.0.dev0"
47
+ }
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:9b93f7fb523ce23e611b5fe748176cb8c04a5036f53e51628cc0d8a6c7b8ccf8
3
+ size 343290221
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d6f2f83d01f23544fe3c23b64bf0f8b27b5c4b808c36d7be5de9a3786457c7
3
+ size 4091