BilalMuftuoglu commited on
Commit
94d5eaa
1 Parent(s): 92ff9b8

Model save

Browse files
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/beit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: beit-base-patch16-224-fold5
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.7721518987341772
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # beit-base-patch16-224-fold5
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-base-patch16-224](https://huggingface.co/microsoft/beit-base-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.9050
36
+ - Accuracy: 0.7722
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 128
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 100
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
70
+ | No log | 0.8571 | 3 | 0.6964 | 0.4937 |
71
+ | No log | 2.0 | 7 | 0.6336 | 0.6456 |
72
+ | 0.7161 | 2.8571 | 10 | 0.6712 | 0.5063 |
73
+ | 0.7161 | 4.0 | 14 | 0.5884 | 0.6835 |
74
+ | 0.7161 | 4.8571 | 17 | 0.6325 | 0.5570 |
75
+ | 0.6466 | 6.0 | 21 | 0.6307 | 0.6076 |
76
+ | 0.6466 | 6.8571 | 24 | 0.5518 | 0.6835 |
77
+ | 0.6466 | 8.0 | 28 | 0.6856 | 0.6456 |
78
+ | 0.5604 | 8.8571 | 31 | 0.5678 | 0.7089 |
79
+ | 0.5604 | 10.0 | 35 | 0.5764 | 0.6329 |
80
+ | 0.5604 | 10.8571 | 38 | 0.6124 | 0.6456 |
81
+ | 0.4941 | 12.0 | 42 | 1.1315 | 0.5316 |
82
+ | 0.4941 | 12.8571 | 45 | 0.5624 | 0.6835 |
83
+ | 0.4941 | 14.0 | 49 | 0.6351 | 0.6962 |
84
+ | 0.4516 | 14.8571 | 52 | 0.6811 | 0.6835 |
85
+ | 0.4516 | 16.0 | 56 | 0.7385 | 0.6456 |
86
+ | 0.4516 | 16.8571 | 59 | 0.6123 | 0.7215 |
87
+ | 0.409 | 18.0 | 63 | 0.5877 | 0.6835 |
88
+ | 0.409 | 18.8571 | 66 | 0.6250 | 0.6962 |
89
+ | 0.3439 | 20.0 | 70 | 0.6220 | 0.7342 |
90
+ | 0.3439 | 20.8571 | 73 | 0.7250 | 0.7089 |
91
+ | 0.3439 | 22.0 | 77 | 0.6107 | 0.7342 |
92
+ | 0.3268 | 22.8571 | 80 | 0.4999 | 0.7975 |
93
+ | 0.3268 | 24.0 | 84 | 0.5325 | 0.7468 |
94
+ | 0.3268 | 24.8571 | 87 | 0.7209 | 0.7342 |
95
+ | 0.2941 | 26.0 | 91 | 0.5557 | 0.7722 |
96
+ | 0.2941 | 26.8571 | 94 | 0.6655 | 0.7595 |
97
+ | 0.2941 | 28.0 | 98 | 1.0775 | 0.6962 |
98
+ | 0.284 | 28.8571 | 101 | 0.6817 | 0.7595 |
99
+ | 0.284 | 30.0 | 105 | 0.9235 | 0.6835 |
100
+ | 0.284 | 30.8571 | 108 | 0.6587 | 0.7595 |
101
+ | 0.3134 | 32.0 | 112 | 0.7086 | 0.7468 |
102
+ | 0.3134 | 32.8571 | 115 | 0.6895 | 0.7468 |
103
+ | 0.3134 | 34.0 | 119 | 0.6418 | 0.7722 |
104
+ | 0.2266 | 34.8571 | 122 | 0.7007 | 0.7848 |
105
+ | 0.2266 | 36.0 | 126 | 0.6919 | 0.8228 |
106
+ | 0.2266 | 36.8571 | 129 | 0.7562 | 0.7342 |
107
+ | 0.2249 | 38.0 | 133 | 0.6775 | 0.7722 |
108
+ | 0.2249 | 38.8571 | 136 | 0.7787 | 0.7595 |
109
+ | 0.2181 | 40.0 | 140 | 0.7932 | 0.7722 |
110
+ | 0.2181 | 40.8571 | 143 | 0.9334 | 0.7595 |
111
+ | 0.2181 | 42.0 | 147 | 0.8224 | 0.7468 |
112
+ | 0.186 | 42.8571 | 150 | 0.8444 | 0.7722 |
113
+ | 0.186 | 44.0 | 154 | 1.0350 | 0.7722 |
114
+ | 0.186 | 44.8571 | 157 | 0.8386 | 0.7722 |
115
+ | 0.1882 | 46.0 | 161 | 0.8384 | 0.7722 |
116
+ | 0.1882 | 46.8571 | 164 | 0.7905 | 0.7595 |
117
+ | 0.1882 | 48.0 | 168 | 0.7184 | 0.7722 |
118
+ | 0.1649 | 48.8571 | 171 | 0.8119 | 0.7595 |
119
+ | 0.1649 | 50.0 | 175 | 0.7172 | 0.7722 |
120
+ | 0.1649 | 50.8571 | 178 | 0.9249 | 0.7722 |
121
+ | 0.1847 | 52.0 | 182 | 0.8069 | 0.7722 |
122
+ | 0.1847 | 52.8571 | 185 | 0.8753 | 0.7722 |
123
+ | 0.1847 | 54.0 | 189 | 0.8822 | 0.7722 |
124
+ | 0.1606 | 54.8571 | 192 | 0.7481 | 0.7975 |
125
+ | 0.1606 | 56.0 | 196 | 0.7300 | 0.7722 |
126
+ | 0.1606 | 56.8571 | 199 | 0.7325 | 0.8101 |
127
+ | 0.142 | 58.0 | 203 | 0.7088 | 0.8228 |
128
+ | 0.142 | 58.8571 | 206 | 0.6900 | 0.8228 |
129
+ | 0.1546 | 60.0 | 210 | 0.8303 | 0.7722 |
130
+ | 0.1546 | 60.8571 | 213 | 0.8218 | 0.7975 |
131
+ | 0.1546 | 62.0 | 217 | 0.9628 | 0.7848 |
132
+ | 0.1608 | 62.8571 | 220 | 0.9826 | 0.7848 |
133
+ | 0.1608 | 64.0 | 224 | 0.7604 | 0.7595 |
134
+ | 0.1608 | 64.8571 | 227 | 0.8165 | 0.7722 |
135
+ | 0.1418 | 66.0 | 231 | 0.8280 | 0.7722 |
136
+ | 0.1418 | 66.8571 | 234 | 0.9254 | 0.7848 |
137
+ | 0.1418 | 68.0 | 238 | 0.8439 | 0.7848 |
138
+ | 0.1505 | 68.8571 | 241 | 0.8096 | 0.7975 |
139
+ | 0.1505 | 70.0 | 245 | 0.9471 | 0.7595 |
140
+ | 0.1505 | 70.8571 | 248 | 0.9028 | 0.7595 |
141
+ | 0.1211 | 72.0 | 252 | 0.7744 | 0.7975 |
142
+ | 0.1211 | 72.8571 | 255 | 0.7756 | 0.8101 |
143
+ | 0.1211 | 74.0 | 259 | 0.7904 | 0.8101 |
144
+ | 0.1248 | 74.8571 | 262 | 0.8036 | 0.8101 |
145
+ | 0.1248 | 76.0 | 266 | 0.8592 | 0.7848 |
146
+ | 0.1248 | 76.8571 | 269 | 0.8946 | 0.7848 |
147
+ | 0.122 | 78.0 | 273 | 0.8576 | 0.7848 |
148
+ | 0.122 | 78.8571 | 276 | 0.9037 | 0.7975 |
149
+ | 0.1129 | 80.0 | 280 | 0.9982 | 0.7848 |
150
+ | 0.1129 | 80.8571 | 283 | 1.0404 | 0.7722 |
151
+ | 0.1129 | 82.0 | 287 | 0.9969 | 0.7975 |
152
+ | 0.1136 | 82.8571 | 290 | 0.9586 | 0.7975 |
153
+ | 0.1136 | 84.0 | 294 | 0.9200 | 0.7848 |
154
+ | 0.1136 | 84.8571 | 297 | 0.9063 | 0.7722 |
155
+ | 0.1233 | 85.7143 | 300 | 0.9050 | 0.7722 |
156
+
157
+
158
+ ### Framework versions
159
+
160
+ - Transformers 4.40.2
161
+ - Pytorch 2.2.1+cu121
162
+ - Datasets 2.19.1
163
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f851224ac91f61945dd9dce6ae4641ddbdf87d3b50da51c33be55c9cb71732a8
3
  size 343080328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d2c1a567a15e1419e28c3c93e6cb4b04cde54c86af674a5ab5efffc3e605e8
3
  size 343080328
runs/May20_14-27-57_b94dbfcd7693/events.out.tfevents.1716215278.b94dbfcd7693.1289.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48415e151644365d8e2d00d5e26d58c7f24f87d1747291b1dcb735e553c31a46
3
- size 38843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098754b943f1380296673a3945dfba6f8c1f8876b9826654c9aa62a9a910bf70
3
+ size 39731