BilalMuftuoglu commited on
Commit
3c91b52
1 Parent(s): c08b59b

Model save

Browse files
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-85-fold1
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.9318181818181818
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-85-fold1
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.2097
36
+ - Accuracy: 0.9318
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 | 2 | 0.7308 | 0.5455 |
71
+ | No log | 2.0 | 4 | 0.7927 | 0.7045 |
72
+ | No log | 3.0 | 6 | 0.9672 | 0.7045 |
73
+ | No log | 4.0 | 8 | 0.6257 | 0.7045 |
74
+ | 0.6404 | 5.0 | 10 | 0.4646 | 0.7955 |
75
+ | 0.6404 | 6.0 | 12 | 0.5648 | 0.7045 |
76
+ | 0.6404 | 7.0 | 14 | 0.4389 | 0.7727 |
77
+ | 0.6404 | 8.0 | 16 | 0.4523 | 0.75 |
78
+ | 0.6404 | 9.0 | 18 | 0.4698 | 0.75 |
79
+ | 0.455 | 10.0 | 20 | 0.3707 | 0.8409 |
80
+ | 0.455 | 11.0 | 22 | 0.3594 | 0.8182 |
81
+ | 0.455 | 12.0 | 24 | 0.6136 | 0.7273 |
82
+ | 0.455 | 13.0 | 26 | 0.3022 | 0.8864 |
83
+ | 0.455 | 14.0 | 28 | 0.2919 | 0.8409 |
84
+ | 0.3981 | 15.0 | 30 | 0.3612 | 0.8182 |
85
+ | 0.3981 | 16.0 | 32 | 0.2492 | 0.8864 |
86
+ | 0.3981 | 17.0 | 34 | 0.2460 | 0.9091 |
87
+ | 0.3981 | 18.0 | 36 | 0.2931 | 0.8636 |
88
+ | 0.3981 | 19.0 | 38 | 0.1822 | 0.9091 |
89
+ | 0.3257 | 20.0 | 40 | 0.2060 | 0.9091 |
90
+ | 0.3257 | 21.0 | 42 | 0.2195 | 0.8864 |
91
+ | 0.3257 | 22.0 | 44 | 0.2624 | 0.9091 |
92
+ | 0.3257 | 23.0 | 46 | 0.2384 | 0.9091 |
93
+ | 0.3257 | 24.0 | 48 | 0.1767 | 0.9318 |
94
+ | 0.2553 | 25.0 | 50 | 0.2040 | 0.9318 |
95
+ | 0.2553 | 26.0 | 52 | 0.1981 | 0.9091 |
96
+ | 0.2553 | 27.0 | 54 | 0.1835 | 0.9318 |
97
+ | 0.2553 | 28.0 | 56 | 0.1820 | 0.9318 |
98
+ | 0.2553 | 29.0 | 58 | 0.1466 | 0.9545 |
99
+ | 0.2083 | 30.0 | 60 | 0.1668 | 0.9318 |
100
+ | 0.2083 | 31.0 | 62 | 0.2229 | 0.9318 |
101
+ | 0.2083 | 32.0 | 64 | 0.1783 | 0.9545 |
102
+ | 0.2083 | 33.0 | 66 | 0.1944 | 0.8864 |
103
+ | 0.2083 | 34.0 | 68 | 0.3025 | 0.9091 |
104
+ | 0.2353 | 35.0 | 70 | 0.4457 | 0.8409 |
105
+ | 0.2353 | 36.0 | 72 | 0.2759 | 0.9318 |
106
+ | 0.2353 | 37.0 | 74 | 0.2179 | 0.9318 |
107
+ | 0.2353 | 38.0 | 76 | 0.3911 | 0.9091 |
108
+ | 0.2353 | 39.0 | 78 | 0.5785 | 0.8409 |
109
+ | 0.1782 | 40.0 | 80 | 0.2339 | 0.9318 |
110
+ | 0.1782 | 41.0 | 82 | 0.2302 | 0.9091 |
111
+ | 0.1782 | 42.0 | 84 | 0.3967 | 0.8864 |
112
+ | 0.1782 | 43.0 | 86 | 0.4447 | 0.8636 |
113
+ | 0.1782 | 44.0 | 88 | 0.2020 | 0.9091 |
114
+ | 0.2059 | 45.0 | 90 | 0.1911 | 0.9318 |
115
+ | 0.2059 | 46.0 | 92 | 0.2609 | 0.9091 |
116
+ | 0.2059 | 47.0 | 94 | 0.2925 | 0.9091 |
117
+ | 0.2059 | 48.0 | 96 | 0.2079 | 0.9318 |
118
+ | 0.2059 | 49.0 | 98 | 0.1853 | 0.9318 |
119
+ | 0.1706 | 50.0 | 100 | 0.2860 | 0.9318 |
120
+ | 0.1706 | 51.0 | 102 | 0.3735 | 0.8636 |
121
+ | 0.1706 | 52.0 | 104 | 0.1968 | 0.9318 |
122
+ | 0.1706 | 53.0 | 106 | 0.1722 | 0.9318 |
123
+ | 0.1706 | 54.0 | 108 | 0.3123 | 0.8636 |
124
+ | 0.1429 | 55.0 | 110 | 0.3297 | 0.8864 |
125
+ | 0.1429 | 56.0 | 112 | 0.1430 | 0.9773 |
126
+ | 0.1429 | 57.0 | 114 | 0.1134 | 0.9773 |
127
+ | 0.1429 | 58.0 | 116 | 0.2312 | 0.9091 |
128
+ | 0.1429 | 59.0 | 118 | 0.2826 | 0.9091 |
129
+ | 0.1325 | 60.0 | 120 | 0.2417 | 0.9091 |
130
+ | 0.1325 | 61.0 | 122 | 0.1393 | 0.9318 |
131
+ | 0.1325 | 62.0 | 124 | 0.2178 | 0.9318 |
132
+ | 0.1325 | 63.0 | 126 | 0.3991 | 0.9091 |
133
+ | 0.1325 | 64.0 | 128 | 0.3325 | 0.9091 |
134
+ | 0.1481 | 65.0 | 130 | 0.2327 | 0.9091 |
135
+ | 0.1481 | 66.0 | 132 | 0.2885 | 0.9091 |
136
+ | 0.1481 | 67.0 | 134 | 0.3576 | 0.9091 |
137
+ | 0.1481 | 68.0 | 136 | 0.2686 | 0.9318 |
138
+ | 0.1481 | 69.0 | 138 | 0.1717 | 0.9545 |
139
+ | 0.1237 | 70.0 | 140 | 0.1493 | 0.9545 |
140
+ | 0.1237 | 71.0 | 142 | 0.1429 | 0.9318 |
141
+ | 0.1237 | 72.0 | 144 | 0.1790 | 0.9318 |
142
+ | 0.1237 | 73.0 | 146 | 0.1590 | 0.9318 |
143
+ | 0.1237 | 74.0 | 148 | 0.1971 | 0.8864 |
144
+ | 0.105 | 75.0 | 150 | 0.2229 | 0.9318 |
145
+ | 0.105 | 76.0 | 152 | 0.1789 | 0.8864 |
146
+ | 0.105 | 77.0 | 154 | 0.1671 | 0.9545 |
147
+ | 0.105 | 78.0 | 156 | 0.2435 | 0.9318 |
148
+ | 0.105 | 79.0 | 158 | 0.2658 | 0.9318 |
149
+ | 0.0923 | 80.0 | 160 | 0.2092 | 0.9318 |
150
+ | 0.0923 | 81.0 | 162 | 0.1748 | 0.9318 |
151
+ | 0.0923 | 82.0 | 164 | 0.1727 | 0.9318 |
152
+ | 0.0923 | 83.0 | 166 | 0.1945 | 0.9091 |
153
+ | 0.0923 | 84.0 | 168 | 0.2429 | 0.9318 |
154
+ | 0.1033 | 85.0 | 170 | 0.2796 | 0.9318 |
155
+ | 0.1033 | 86.0 | 172 | 0.2548 | 0.9318 |
156
+ | 0.1033 | 87.0 | 174 | 0.2379 | 0.9091 |
157
+ | 0.1033 | 88.0 | 176 | 0.2409 | 0.9091 |
158
+ | 0.1033 | 89.0 | 178 | 0.2421 | 0.9091 |
159
+ | 0.1073 | 90.0 | 180 | 0.2332 | 0.9091 |
160
+ | 0.1073 | 91.0 | 182 | 0.2231 | 0.9091 |
161
+ | 0.1073 | 92.0 | 184 | 0.2153 | 0.9318 |
162
+ | 0.1073 | 93.0 | 186 | 0.2088 | 0.9318 |
163
+ | 0.1073 | 94.0 | 188 | 0.2058 | 0.9318 |
164
+ | 0.104 | 95.0 | 190 | 0.2040 | 0.9318 |
165
+ | 0.104 | 96.0 | 192 | 0.2046 | 0.9318 |
166
+ | 0.104 | 97.0 | 194 | 0.2043 | 0.9318 |
167
+ | 0.104 | 98.0 | 196 | 0.2056 | 0.9318 |
168
+ | 0.104 | 99.0 | 198 | 0.2081 | 0.9318 |
169
+ | 0.0896 | 100.0 | 200 | 0.2097 | 0.9318 |
170
+
171
+
172
+ ### Framework versions
173
+
174
+ - Transformers 4.40.2
175
+ - Pytorch 2.2.1+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:2937058d014a62761e9daa85f61a99030327800942f581fdec9c14b0bdf3ea1c
3
  size 343080328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b336271c60e1b12936695e75044c4b9d40d067e768c27dea1be05a9372b63c55
3
  size 343080328
runs/May20_19-46-34_b94dbfcd7693/events.out.tfevents.1716234395.b94dbfcd7693.1289.29 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c616396337bdb41e1a08439508fd7bee32607e24764c78bdbed32a3dae8ab2f
3
- size 41636
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12caabf0724ac9243f771fa39be3f50533db263d84d923b6fdd9602dcd75fe0f
3
+ size 41990