RobVilchis commited on
Commit
1bf8936
1 Parent(s): 1f894e1

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch32-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": "apple",
13
+ "1": "banana",
14
+ "10": "juice",
15
+ "11": "muffin",
16
+ "12": "orange",
17
+ "13": "pineapple",
18
+ "14": "popcorn",
19
+ "15": "pretzel",
20
+ "16": "salad",
21
+ "17": "strawberry",
22
+ "18": "waffle",
23
+ "19": "watermelon",
24
+ "2": "cake",
25
+ "3": "candy",
26
+ "4": "carrot",
27
+ "5": "cookie",
28
+ "6": "doughnut",
29
+ "7": "grape",
30
+ "8": "hot dog",
31
+ "9": "ice cream"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "apple": "0",
38
+ "banana": "1",
39
+ "cake": "2",
40
+ "candy": "3",
41
+ "carrot": "4",
42
+ "cookie": "5",
43
+ "doughnut": "6",
44
+ "grape": "7",
45
+ "hot dog": "8",
46
+ "ice cream": "9",
47
+ "juice": "10",
48
+ "muffin": "11",
49
+ "orange": "12",
50
+ "pineapple": "13",
51
+ "popcorn": "14",
52
+ "pretzel": "15",
53
+ "salad": "16",
54
+ "strawberry": "17",
55
+ "waffle": "18",
56
+ "watermelon": "19"
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "model_type": "vit",
60
+ "num_attention_heads": 12,
61
+ "num_channels": 3,
62
+ "num_hidden_layers": 12,
63
+ "patch_size": 32,
64
+ "problem_type": "single_label_classification",
65
+ "qkv_bias": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.33.1"
68
+ }
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": "ViTFeatureExtractor",
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:9416c858ad3237da4dad124209fa0c80080030624895de31302bab73affeee2b
3
+ size 349950381
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54e315df487ae17d990ceb51851c00abedbd71f84f599740804cb1a6d0aa81f
3
+ size 4027