chrisis2 commited on
Commit
36d7758
·
verified ·
1 Parent(s): cc655cc

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Baked Potato",
12
+ "1": "Crispy Chicken",
13
+ "2": "Donut",
14
+ "3": "Fries",
15
+ "4": "Hot Dog",
16
+ "5": "Sandwich",
17
+ "6": "Taco",
18
+ "7": "Taquito",
19
+ "8": "apple_pie",
20
+ "9": "burger",
21
+ "10": "butter_naan",
22
+ "11": "chai",
23
+ "12": "chapati",
24
+ "13": "cheesecake",
25
+ "14": "chicken_curry",
26
+ "15": "chole_bhature",
27
+ "16": "dal_makhani",
28
+ "17": "dhokla",
29
+ "18": "fried_rice",
30
+ "19": "ice_cream",
31
+ "20": "idli",
32
+ "21": "jalebi",
33
+ "22": "kaathi_rolls",
34
+ "23": "kadai_paneer",
35
+ "24": "kulfi",
36
+ "25": "masala_dosa",
37
+ "26": "momos",
38
+ "27": "omelette",
39
+ "28": "paani_puri",
40
+ "29": "pakode",
41
+ "30": "pav_bhaji",
42
+ "31": "pizza",
43
+ "32": "samosa",
44
+ "33": "sushi"
45
+ },
46
+ "image_size": 224,
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "Baked Potato": 0,
51
+ "Crispy Chicken": 1,
52
+ "Donut": 2,
53
+ "Fries": 3,
54
+ "Hot Dog": 4,
55
+ "Sandwich": 5,
56
+ "Taco": 6,
57
+ "Taquito": 7,
58
+ "apple_pie": 8,
59
+ "burger": 9,
60
+ "butter_naan": 10,
61
+ "chai": 11,
62
+ "chapati": 12,
63
+ "cheesecake": 13,
64
+ "chicken_curry": 14,
65
+ "chole_bhature": 15,
66
+ "dal_makhani": 16,
67
+ "dhokla": 17,
68
+ "fried_rice": 18,
69
+ "ice_cream": 19,
70
+ "idli": 20,
71
+ "jalebi": 21,
72
+ "kaathi_rolls": 22,
73
+ "kadai_paneer": 23,
74
+ "kulfi": 24,
75
+ "masala_dosa": 25,
76
+ "momos": 26,
77
+ "omelette": 27,
78
+ "paani_puri": 28,
79
+ "pakode": 29,
80
+ "pav_bhaji": 30,
81
+ "pizza": 31,
82
+ "samosa": 32,
83
+ "sushi": 33
84
+ },
85
+ "layer_norm_eps": 1e-12,
86
+ "model_type": "vit",
87
+ "num_attention_heads": 12,
88
+ "num_channels": 3,
89
+ "num_hidden_layers": 12,
90
+ "patch_size": 16,
91
+ "pooler_act": "tanh",
92
+ "pooler_output_size": 768,
93
+ "problem_type": "single_label_classification",
94
+ "qkv_bias": true,
95
+ "torch_dtype": "float32",
96
+ "transformers_version": "4.50.0"
97
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713c04c0385f94155d1126de8df50642c16f141a8323174d04d84d06c5fe051d
3
+ size 343322416
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": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/May02_07-45-18_ip-10-192-11-159/events.out.tfevents.1746171921.ip-10-192-11-159.1792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f987aee32c39b30574381aa22b826dceec44554fd27dae09d3311798a2e5a153
3
+ size 6488
runs/May02_07-49-42_ip-10-192-11-159/events.out.tfevents.1746172188.ip-10-192-11-159.1792.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d57de33a0c30466745c0846c343037ecb5c4f2d02ef9f722208aba9f2d2648
3
+ size 9128
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943ed8b633c35b0d29b6516d9d943bf0ebe7bb1d9a2cc7c4ad506264e20448f8
3
+ size 5432