moooji commited on
Commit
03d6717
1 Parent(s): 712e54b

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-huge-patch14-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": 1280,
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": 5120,
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": 32,
52
+ "patch_size": 14,
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:77a4d7bc960539477e14fdf3bbfc11b98283c18421a85cacfd51a601a9c10d8b
3
+ size 2523308781
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9c761c3a620ff50bc1dcbe29b544d2eb3fc3e9de9f39daee1f18598215da9c
3
+ size 4219