BilalMuftuoglu commited on
Commit
a9ad506
1 Parent(s): ceabd7e

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-fold3
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.7848101265822784
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-fold3
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.7686
36
+ - Accuracy: 0.7848
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.8417 | 0.4810 |
71
+ | No log | 2.0 | 7 | 0.6764 | 0.5823 |
72
+ | 0.71 | 2.8571 | 10 | 0.7272 | 0.5316 |
73
+ | 0.71 | 4.0 | 14 | 0.6122 | 0.6835 |
74
+ | 0.71 | 4.8571 | 17 | 0.6288 | 0.5949 |
75
+ | 0.6227 | 6.0 | 21 | 0.6550 | 0.5949 |
76
+ | 0.6227 | 6.8571 | 24 | 0.6240 | 0.6329 |
77
+ | 0.6227 | 8.0 | 28 | 0.5877 | 0.6709 |
78
+ | 0.5472 | 8.8571 | 31 | 0.7285 | 0.5823 |
79
+ | 0.5472 | 10.0 | 35 | 0.8305 | 0.5823 |
80
+ | 0.5472 | 10.8571 | 38 | 0.5102 | 0.7848 |
81
+ | 0.4766 | 12.0 | 42 | 0.5352 | 0.7215 |
82
+ | 0.4766 | 12.8571 | 45 | 0.5357 | 0.6962 |
83
+ | 0.4766 | 14.0 | 49 | 0.7418 | 0.6329 |
84
+ | 0.408 | 14.8571 | 52 | 0.6150 | 0.6835 |
85
+ | 0.408 | 16.0 | 56 | 0.4870 | 0.7975 |
86
+ | 0.408 | 16.8571 | 59 | 0.6427 | 0.6962 |
87
+ | 0.4078 | 18.0 | 63 | 0.4822 | 0.8101 |
88
+ | 0.4078 | 18.8571 | 66 | 0.4947 | 0.7975 |
89
+ | 0.3478 | 20.0 | 70 | 0.6847 | 0.7089 |
90
+ | 0.3478 | 20.8571 | 73 | 0.6154 | 0.7342 |
91
+ | 0.3478 | 22.0 | 77 | 0.5384 | 0.8101 |
92
+ | 0.3006 | 22.8571 | 80 | 0.5939 | 0.7595 |
93
+ | 0.3006 | 24.0 | 84 | 0.5214 | 0.7595 |
94
+ | 0.3006 | 24.8571 | 87 | 0.5452 | 0.7342 |
95
+ | 0.2977 | 26.0 | 91 | 0.6153 | 0.7215 |
96
+ | 0.2977 | 26.8571 | 94 | 0.4730 | 0.7975 |
97
+ | 0.2977 | 28.0 | 98 | 0.4861 | 0.7342 |
98
+ | 0.2768 | 28.8571 | 101 | 0.6705 | 0.7342 |
99
+ | 0.2768 | 30.0 | 105 | 0.6362 | 0.7848 |
100
+ | 0.2768 | 30.8571 | 108 | 0.6548 | 0.7848 |
101
+ | 0.2348 | 32.0 | 112 | 0.5100 | 0.7848 |
102
+ | 0.2348 | 32.8571 | 115 | 0.7156 | 0.7595 |
103
+ | 0.2348 | 34.0 | 119 | 0.4859 | 0.8228 |
104
+ | 0.2199 | 34.8571 | 122 | 0.8490 | 0.7342 |
105
+ | 0.2199 | 36.0 | 126 | 0.6095 | 0.7468 |
106
+ | 0.2199 | 36.8571 | 129 | 0.6427 | 0.7468 |
107
+ | 0.201 | 38.0 | 133 | 0.6283 | 0.7848 |
108
+ | 0.201 | 38.8571 | 136 | 0.8883 | 0.7595 |
109
+ | 0.1868 | 40.0 | 140 | 0.7146 | 0.7975 |
110
+ | 0.1868 | 40.8571 | 143 | 1.3800 | 0.6962 |
111
+ | 0.1868 | 42.0 | 147 | 0.5908 | 0.7848 |
112
+ | 0.2011 | 42.8571 | 150 | 0.6158 | 0.7722 |
113
+ | 0.2011 | 44.0 | 154 | 0.5477 | 0.7975 |
114
+ | 0.2011 | 44.8571 | 157 | 0.8354 | 0.7722 |
115
+ | 0.1807 | 46.0 | 161 | 0.7830 | 0.7848 |
116
+ | 0.1807 | 46.8571 | 164 | 0.6327 | 0.8228 |
117
+ | 0.1807 | 48.0 | 168 | 0.7858 | 0.7595 |
118
+ | 0.1579 | 48.8571 | 171 | 0.8322 | 0.7342 |
119
+ | 0.1579 | 50.0 | 175 | 0.7501 | 0.7848 |
120
+ | 0.1579 | 50.8571 | 178 | 0.8303 | 0.8228 |
121
+ | 0.2066 | 52.0 | 182 | 0.6831 | 0.7595 |
122
+ | 0.2066 | 52.8571 | 185 | 0.7837 | 0.8228 |
123
+ | 0.2066 | 54.0 | 189 | 0.5597 | 0.8354 |
124
+ | 0.1647 | 54.8571 | 192 | 0.5484 | 0.8354 |
125
+ | 0.1647 | 56.0 | 196 | 1.0047 | 0.7848 |
126
+ | 0.1647 | 56.8571 | 199 | 0.7815 | 0.8228 |
127
+ | 0.1404 | 58.0 | 203 | 0.6808 | 0.7975 |
128
+ | 0.1404 | 58.8571 | 206 | 1.0068 | 0.8101 |
129
+ | 0.1451 | 60.0 | 210 | 0.7698 | 0.8228 |
130
+ | 0.1451 | 60.8571 | 213 | 0.6495 | 0.8228 |
131
+ | 0.1451 | 62.0 | 217 | 0.7066 | 0.8354 |
132
+ | 0.1341 | 62.8571 | 220 | 0.6250 | 0.8354 |
133
+ | 0.1341 | 64.0 | 224 | 0.5573 | 0.7975 |
134
+ | 0.1341 | 64.8571 | 227 | 0.6051 | 0.8101 |
135
+ | 0.127 | 66.0 | 231 | 0.7576 | 0.8101 |
136
+ | 0.127 | 66.8571 | 234 | 0.8297 | 0.8101 |
137
+ | 0.127 | 68.0 | 238 | 1.0732 | 0.7975 |
138
+ | 0.1129 | 68.8571 | 241 | 1.0503 | 0.7975 |
139
+ | 0.1129 | 70.0 | 245 | 0.7520 | 0.8101 |
140
+ | 0.1129 | 70.8571 | 248 | 0.6825 | 0.8354 |
141
+ | 0.1205 | 72.0 | 252 | 0.7002 | 0.7975 |
142
+ | 0.1205 | 72.8571 | 255 | 0.7430 | 0.8101 |
143
+ | 0.1205 | 74.0 | 259 | 0.7610 | 0.7975 |
144
+ | 0.1199 | 74.8571 | 262 | 0.6854 | 0.8101 |
145
+ | 0.1199 | 76.0 | 266 | 0.6767 | 0.8354 |
146
+ | 0.1199 | 76.8571 | 269 | 0.6685 | 0.8354 |
147
+ | 0.1165 | 78.0 | 273 | 0.7134 | 0.7848 |
148
+ | 0.1165 | 78.8571 | 276 | 0.7344 | 0.7848 |
149
+ | 0.1213 | 80.0 | 280 | 0.7403 | 0.7722 |
150
+ | 0.1213 | 80.8571 | 283 | 0.7818 | 0.7848 |
151
+ | 0.1213 | 82.0 | 287 | 0.7620 | 0.7722 |
152
+ | 0.1024 | 82.8571 | 290 | 0.7539 | 0.7722 |
153
+ | 0.1024 | 84.0 | 294 | 0.7659 | 0.7722 |
154
+ | 0.1024 | 84.8571 | 297 | 0.7686 | 0.7848 |
155
+ | 0.1109 | 85.7143 | 300 | 0.7686 | 0.7848 |
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:c4e43dd5efdeb236513a7a9ac44b0e24fa35ad879b9ecb5bd52f3dbef5e7e34a
3
  size 343080328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c613b750bfef40ba7f1624d8fec30a8dd5dbae32d4b96c3a6809b795795ca9
3
  size 343080328
runs/May20_13-17-52_b94dbfcd7693/events.out.tfevents.1716211072.b94dbfcd7693.1289.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e68841b5ff860d0c8c16e2f859f3bc59326d2554394826950710055a591db3b0
3
- size 38843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9444f06fdea755efd5508b72ed038970db450cd3fef8403fab5e1a8ebb99856e
3
+ size 39731