BilalMuftuoglu commited on
Commit
020728e
1 Parent(s): a3519ce

Model save

Browse files
Files changed (2) hide show
  1. README.md +177 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-hasta-85-fold2
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.7272727272727273
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-hasta-85-fold2
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: 2.1360
36
+ - Accuracy: 0.7273
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 | 1.0 | 1 | 1.3943 | 0.0 |
71
+ | No log | 2.0 | 2 | 1.1771 | 0.3636 |
72
+ | No log | 3.0 | 3 | 1.0030 | 0.7273 |
73
+ | No log | 4.0 | 4 | 1.1175 | 0.7273 |
74
+ | No log | 5.0 | 5 | 1.3271 | 0.7273 |
75
+ | No log | 6.0 | 6 | 1.3905 | 0.7273 |
76
+ | No log | 7.0 | 7 | 1.2948 | 0.7273 |
77
+ | No log | 8.0 | 8 | 1.0699 | 0.7273 |
78
+ | No log | 9.0 | 9 | 0.9284 | 0.7273 |
79
+ | 0.3023 | 10.0 | 10 | 0.9573 | 0.7273 |
80
+ | 0.3023 | 11.0 | 11 | 1.1350 | 0.7273 |
81
+ | 0.3023 | 12.0 | 12 | 1.2566 | 0.7273 |
82
+ | 0.3023 | 13.0 | 13 | 1.2979 | 0.7273 |
83
+ | 0.3023 | 14.0 | 14 | 1.1942 | 0.7273 |
84
+ | 0.3023 | 15.0 | 15 | 1.1980 | 0.7273 |
85
+ | 0.3023 | 16.0 | 16 | 1.2017 | 0.7273 |
86
+ | 0.3023 | 17.0 | 17 | 1.4194 | 0.7273 |
87
+ | 0.3023 | 18.0 | 18 | 1.5204 | 0.7273 |
88
+ | 0.3023 | 19.0 | 19 | 1.3899 | 0.7273 |
89
+ | 0.1701 | 20.0 | 20 | 1.2407 | 0.7273 |
90
+ | 0.1701 | 21.0 | 21 | 1.3356 | 0.7273 |
91
+ | 0.1701 | 22.0 | 22 | 1.5076 | 0.7273 |
92
+ | 0.1701 | 23.0 | 23 | 1.4260 | 0.7273 |
93
+ | 0.1701 | 24.0 | 24 | 1.1877 | 0.7273 |
94
+ | 0.1701 | 25.0 | 25 | 1.0433 | 0.7273 |
95
+ | 0.1701 | 26.0 | 26 | 1.0261 | 0.7273 |
96
+ | 0.1701 | 27.0 | 27 | 1.0869 | 0.7273 |
97
+ | 0.1701 | 28.0 | 28 | 1.1074 | 0.7273 |
98
+ | 0.1701 | 29.0 | 29 | 1.0858 | 0.7273 |
99
+ | 0.1058 | 30.0 | 30 | 1.0020 | 0.7273 |
100
+ | 0.1058 | 31.0 | 31 | 0.9881 | 0.7273 |
101
+ | 0.1058 | 32.0 | 32 | 1.0530 | 0.7273 |
102
+ | 0.1058 | 33.0 | 33 | 1.3736 | 0.7273 |
103
+ | 0.1058 | 34.0 | 34 | 1.4768 | 0.7273 |
104
+ | 0.1058 | 35.0 | 35 | 1.4372 | 0.7273 |
105
+ | 0.1058 | 36.0 | 36 | 1.4594 | 0.7273 |
106
+ | 0.1058 | 37.0 | 37 | 1.4529 | 0.7273 |
107
+ | 0.1058 | 38.0 | 38 | 1.6027 | 0.7273 |
108
+ | 0.1058 | 39.0 | 39 | 1.7376 | 0.7273 |
109
+ | 0.065 | 40.0 | 40 | 1.8993 | 0.7273 |
110
+ | 0.065 | 41.0 | 41 | 1.9927 | 0.7273 |
111
+ | 0.065 | 42.0 | 42 | 1.8867 | 0.7273 |
112
+ | 0.065 | 43.0 | 43 | 1.6363 | 0.7273 |
113
+ | 0.065 | 44.0 | 44 | 1.5642 | 0.7273 |
114
+ | 0.065 | 45.0 | 45 | 1.5278 | 0.7273 |
115
+ | 0.065 | 46.0 | 46 | 1.5097 | 0.7273 |
116
+ | 0.065 | 47.0 | 47 | 1.5586 | 0.7273 |
117
+ | 0.065 | 48.0 | 48 | 1.5659 | 0.7273 |
118
+ | 0.065 | 49.0 | 49 | 1.5743 | 0.7273 |
119
+ | 0.061 | 50.0 | 50 | 1.5951 | 0.7273 |
120
+ | 0.061 | 51.0 | 51 | 1.6097 | 0.7273 |
121
+ | 0.061 | 52.0 | 52 | 1.6781 | 0.7273 |
122
+ | 0.061 | 53.0 | 53 | 1.7168 | 0.7273 |
123
+ | 0.061 | 54.0 | 54 | 1.6331 | 0.7273 |
124
+ | 0.061 | 55.0 | 55 | 1.5711 | 0.7273 |
125
+ | 0.061 | 56.0 | 56 | 1.6043 | 0.7273 |
126
+ | 0.061 | 57.0 | 57 | 1.6590 | 0.7273 |
127
+ | 0.061 | 58.0 | 58 | 1.6879 | 0.7273 |
128
+ | 0.061 | 59.0 | 59 | 1.6452 | 0.7273 |
129
+ | 0.0642 | 60.0 | 60 | 1.6099 | 0.7273 |
130
+ | 0.0642 | 61.0 | 61 | 1.5536 | 0.7273 |
131
+ | 0.0642 | 62.0 | 62 | 1.5496 | 0.7273 |
132
+ | 0.0642 | 63.0 | 63 | 1.5528 | 0.7273 |
133
+ | 0.0642 | 64.0 | 64 | 1.6351 | 0.7273 |
134
+ | 0.0642 | 65.0 | 65 | 1.7556 | 0.7273 |
135
+ | 0.0642 | 66.0 | 66 | 1.8993 | 0.7273 |
136
+ | 0.0642 | 67.0 | 67 | 2.0309 | 0.7273 |
137
+ | 0.0642 | 68.0 | 68 | 2.1548 | 0.7273 |
138
+ | 0.0642 | 69.0 | 69 | 2.2087 | 0.7273 |
139
+ | 0.0411 | 70.0 | 70 | 2.2062 | 0.7273 |
140
+ | 0.0411 | 71.0 | 71 | 2.1605 | 0.7273 |
141
+ | 0.0411 | 72.0 | 72 | 2.1347 | 0.7273 |
142
+ | 0.0411 | 73.0 | 73 | 2.0662 | 0.7273 |
143
+ | 0.0411 | 74.0 | 74 | 2.0683 | 0.7273 |
144
+ | 0.0411 | 75.0 | 75 | 2.0466 | 0.7273 |
145
+ | 0.0411 | 76.0 | 76 | 1.9756 | 0.7273 |
146
+ | 0.0411 | 77.0 | 77 | 1.8928 | 0.7273 |
147
+ | 0.0411 | 78.0 | 78 | 1.8972 | 0.7273 |
148
+ | 0.0411 | 79.0 | 79 | 1.9408 | 0.7273 |
149
+ | 0.0421 | 80.0 | 80 | 1.9690 | 0.7273 |
150
+ | 0.0421 | 81.0 | 81 | 2.0466 | 0.7273 |
151
+ | 0.0421 | 82.0 | 82 | 2.1174 | 0.7273 |
152
+ | 0.0421 | 83.0 | 83 | 2.1825 | 0.7273 |
153
+ | 0.0421 | 84.0 | 84 | 2.2527 | 0.7273 |
154
+ | 0.0421 | 85.0 | 85 | 2.2933 | 0.7273 |
155
+ | 0.0421 | 86.0 | 86 | 2.3311 | 0.7273 |
156
+ | 0.0421 | 87.0 | 87 | 2.3468 | 0.7273 |
157
+ | 0.0421 | 88.0 | 88 | 2.3222 | 0.7273 |
158
+ | 0.0421 | 89.0 | 89 | 2.2764 | 0.7273 |
159
+ | 0.0304 | 90.0 | 90 | 2.2190 | 0.7273 |
160
+ | 0.0304 | 91.0 | 91 | 2.1855 | 0.7273 |
161
+ | 0.0304 | 92.0 | 92 | 2.1677 | 0.7273 |
162
+ | 0.0304 | 93.0 | 93 | 2.1493 | 0.7273 |
163
+ | 0.0304 | 94.0 | 94 | 2.1259 | 0.7273 |
164
+ | 0.0304 | 95.0 | 95 | 2.1151 | 0.7273 |
165
+ | 0.0304 | 96.0 | 96 | 2.1179 | 0.7273 |
166
+ | 0.0304 | 97.0 | 97 | 2.1250 | 0.7273 |
167
+ | 0.0304 | 98.0 | 98 | 2.1302 | 0.7273 |
168
+ | 0.0304 | 99.0 | 99 | 2.1330 | 0.7273 |
169
+ | 0.0305 | 100.0 | 100 | 2.1360 | 0.7273 |
170
+
171
+
172
+ ### Framework versions
173
+
174
+ - Transformers 4.41.0
175
+ - Pytorch 2.3.0+cu121
176
+ - Datasets 2.19.1
177
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef0278360304d1ffba5973c3417998c25d41314c02f40ec05a4ada60e582d028
3
  size 343083404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b21a6dafb640bae2a0dfad71f853c87faf44f0d48fe2df2fa2e6cd2d0615bf
3
  size 343083404