moooji commited on
Commit
eb1e370
1 Parent(s): 4cec5c7

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-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": 1024,
12
+ "id2label": {
13
+ "0": "model-back-close",
14
+ "1": "model-back-full",
15
+ "10": "pack-detail",
16
+ "11": "pack-front",
17
+ "12": "pack-side",
18
+ "13": "pack-top",
19
+ "2": "model-detail",
20
+ "3": "model-front-close",
21
+ "4": "model-front-full",
22
+ "5": "model-side-close",
23
+ "6": "model-side-full",
24
+ "7": "pack-angled",
25
+ "8": "pack-back",
26
+ "9": "pack-bottom"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 4096,
31
+ "label2id": {
32
+ "model-back-close": "0",
33
+ "model-back-full": "1",
34
+ "model-detail": "2",
35
+ "model-front-close": "3",
36
+ "model-front-full": "4",
37
+ "model-side-close": "5",
38
+ "model-side-full": "6",
39
+ "pack-angled": "7",
40
+ "pack-back": "8",
41
+ "pack-bottom": "9",
42
+ "pack-detail": "10",
43
+ "pack-front": "11",
44
+ "pack-side": "12",
45
+ "pack-top": "13"
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "model_type": "vit",
49
+ "num_attention_heads": 16,
50
+ "num_channels": 3,
51
+ "num_hidden_layers": 24,
52
+ "patch_size": 16,
53
+ "problem_type": "single_label_classification",
54
+ "qkv_bias": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.33.0.dev0"
57
+ }
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:998b6920bba4a3bf3fbf8bc89aed8b42e6b28660a5597b65b7246196281d2dce
3
+ size 1213397805
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf5526e848855b94ce258a6db88f7f7cabed775dba7d1e0c8f8084998558b56
3
+ size 4219