BilalMuftuoglu commited on
Commit
e11052e
1 Parent(s): 69f75ab

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-hasta-75-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.9166666666666666
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-75-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: 0.2798
36
+ - Accuracy: 0.9167
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 | 0.5149 | 0.9167 |
71
+ | No log | 2.0 | 2 | 0.4041 | 0.9167 |
72
+ | No log | 3.0 | 3 | 0.3602 | 0.9167 |
73
+ | No log | 4.0 | 4 | 0.3914 | 0.9167 |
74
+ | No log | 5.0 | 5 | 0.4230 | 0.9167 |
75
+ | No log | 6.0 | 6 | 0.4505 | 0.9167 |
76
+ | No log | 7.0 | 7 | 0.4577 | 0.9167 |
77
+ | No log | 8.0 | 8 | 0.4562 | 0.9167 |
78
+ | No log | 9.0 | 9 | 0.4353 | 0.9167 |
79
+ | 0.2449 | 10.0 | 10 | 0.4424 | 0.9167 |
80
+ | 0.2449 | 11.0 | 11 | 0.4563 | 0.9167 |
81
+ | 0.2449 | 12.0 | 12 | 0.4720 | 0.8333 |
82
+ | 0.2449 | 13.0 | 13 | 0.3685 | 0.9167 |
83
+ | 0.2449 | 14.0 | 14 | 0.3112 | 0.9167 |
84
+ | 0.2449 | 15.0 | 15 | 0.2517 | 0.9167 |
85
+ | 0.2449 | 16.0 | 16 | 0.2199 | 0.9167 |
86
+ | 0.2449 | 17.0 | 17 | 0.2582 | 0.9167 |
87
+ | 0.2449 | 18.0 | 18 | 0.3222 | 0.9167 |
88
+ | 0.2449 | 19.0 | 19 | 0.2529 | 0.9167 |
89
+ | 0.1293 | 20.0 | 20 | 0.1724 | 0.9167 |
90
+ | 0.1293 | 21.0 | 21 | 0.1393 | 0.9167 |
91
+ | 0.1293 | 22.0 | 22 | 0.0965 | 0.9167 |
92
+ | 0.1293 | 23.0 | 23 | 0.0769 | 1.0 |
93
+ | 0.1293 | 24.0 | 24 | 0.0690 | 1.0 |
94
+ | 0.1293 | 25.0 | 25 | 0.1172 | 0.9167 |
95
+ | 0.1293 | 26.0 | 26 | 0.1629 | 0.9167 |
96
+ | 0.1293 | 27.0 | 27 | 0.1103 | 0.9167 |
97
+ | 0.1293 | 28.0 | 28 | 0.1193 | 1.0 |
98
+ | 0.1293 | 29.0 | 29 | 0.1003 | 1.0 |
99
+ | 0.0785 | 30.0 | 30 | 0.0719 | 1.0 |
100
+ | 0.0785 | 31.0 | 31 | 0.1636 | 0.9167 |
101
+ | 0.0785 | 32.0 | 32 | 0.2265 | 0.9167 |
102
+ | 0.0785 | 33.0 | 33 | 0.2009 | 0.9167 |
103
+ | 0.0785 | 34.0 | 34 | 0.1122 | 0.9167 |
104
+ | 0.0785 | 35.0 | 35 | 0.0424 | 1.0 |
105
+ | 0.0785 | 36.0 | 36 | 0.0407 | 1.0 |
106
+ | 0.0785 | 37.0 | 37 | 0.0322 | 1.0 |
107
+ | 0.0785 | 38.0 | 38 | 0.0397 | 1.0 |
108
+ | 0.0785 | 39.0 | 39 | 0.0569 | 1.0 |
109
+ | 0.0519 | 40.0 | 40 | 0.0891 | 0.9167 |
110
+ | 0.0519 | 41.0 | 41 | 0.0974 | 0.9167 |
111
+ | 0.0519 | 42.0 | 42 | 0.0969 | 0.9167 |
112
+ | 0.0519 | 43.0 | 43 | 0.1268 | 0.9167 |
113
+ | 0.0519 | 44.0 | 44 | 0.1718 | 0.9167 |
114
+ | 0.0519 | 45.0 | 45 | 0.2412 | 0.9167 |
115
+ | 0.0519 | 46.0 | 46 | 0.2935 | 0.9167 |
116
+ | 0.0519 | 47.0 | 47 | 0.3791 | 0.9167 |
117
+ | 0.0519 | 48.0 | 48 | 0.4504 | 0.9167 |
118
+ | 0.0519 | 49.0 | 49 | 0.4738 | 0.9167 |
119
+ | 0.0542 | 50.0 | 50 | 0.4470 | 0.9167 |
120
+ | 0.0542 | 51.0 | 51 | 0.3819 | 0.9167 |
121
+ | 0.0542 | 52.0 | 52 | 0.3327 | 0.9167 |
122
+ | 0.0542 | 53.0 | 53 | 0.2756 | 0.9167 |
123
+ | 0.0542 | 54.0 | 54 | 0.2012 | 0.9167 |
124
+ | 0.0542 | 55.0 | 55 | 0.1548 | 0.9167 |
125
+ | 0.0542 | 56.0 | 56 | 0.1668 | 0.9167 |
126
+ | 0.0542 | 57.0 | 57 | 0.2124 | 0.9167 |
127
+ | 0.0542 | 58.0 | 58 | 0.2389 | 0.9167 |
128
+ | 0.0542 | 59.0 | 59 | 0.2337 | 0.9167 |
129
+ | 0.0223 | 60.0 | 60 | 0.2025 | 0.9167 |
130
+ | 0.0223 | 61.0 | 61 | 0.1676 | 0.9167 |
131
+ | 0.0223 | 62.0 | 62 | 0.1085 | 0.9167 |
132
+ | 0.0223 | 63.0 | 63 | 0.0652 | 0.9167 |
133
+ | 0.0223 | 64.0 | 64 | 0.0644 | 0.9167 |
134
+ | 0.0223 | 65.0 | 65 | 0.0544 | 1.0 |
135
+ | 0.0223 | 66.0 | 66 | 0.0577 | 1.0 |
136
+ | 0.0223 | 67.0 | 67 | 0.0799 | 0.9167 |
137
+ | 0.0223 | 68.0 | 68 | 0.1005 | 0.9167 |
138
+ | 0.0223 | 69.0 | 69 | 0.1069 | 0.9167 |
139
+ | 0.0255 | 70.0 | 70 | 0.1410 | 0.9167 |
140
+ | 0.0255 | 71.0 | 71 | 0.1748 | 0.9167 |
141
+ | 0.0255 | 72.0 | 72 | 0.2266 | 0.9167 |
142
+ | 0.0255 | 73.0 | 73 | 0.2680 | 0.9167 |
143
+ | 0.0255 | 74.0 | 74 | 0.2917 | 0.9167 |
144
+ | 0.0255 | 75.0 | 75 | 0.3008 | 0.9167 |
145
+ | 0.0255 | 76.0 | 76 | 0.2897 | 0.9167 |
146
+ | 0.0255 | 77.0 | 77 | 0.2652 | 0.9167 |
147
+ | 0.0255 | 78.0 | 78 | 0.2542 | 0.9167 |
148
+ | 0.0255 | 79.0 | 79 | 0.2405 | 0.9167 |
149
+ | 0.0252 | 80.0 | 80 | 0.2391 | 0.9167 |
150
+ | 0.0252 | 81.0 | 81 | 0.2155 | 0.9167 |
151
+ | 0.0252 | 82.0 | 82 | 0.1953 | 0.9167 |
152
+ | 0.0252 | 83.0 | 83 | 0.1830 | 0.9167 |
153
+ | 0.0252 | 84.0 | 84 | 0.1672 | 0.9167 |
154
+ | 0.0252 | 85.0 | 85 | 0.1694 | 0.9167 |
155
+ | 0.0252 | 86.0 | 86 | 0.1743 | 0.9167 |
156
+ | 0.0252 | 87.0 | 87 | 0.1845 | 0.9167 |
157
+ | 0.0252 | 88.0 | 88 | 0.2098 | 0.9167 |
158
+ | 0.0252 | 89.0 | 89 | 0.2427 | 0.9167 |
159
+ | 0.0256 | 90.0 | 90 | 0.2682 | 0.9167 |
160
+ | 0.0256 | 91.0 | 91 | 0.2838 | 0.9167 |
161
+ | 0.0256 | 92.0 | 92 | 0.2936 | 0.9167 |
162
+ | 0.0256 | 93.0 | 93 | 0.3037 | 0.9167 |
163
+ | 0.0256 | 94.0 | 94 | 0.3065 | 0.9167 |
164
+ | 0.0256 | 95.0 | 95 | 0.3058 | 0.9167 |
165
+ | 0.0256 | 96.0 | 96 | 0.2997 | 0.9167 |
166
+ | 0.0256 | 97.0 | 97 | 0.2920 | 0.9167 |
167
+ | 0.0256 | 98.0 | 98 | 0.2849 | 0.9167 |
168
+ | 0.0256 | 99.0 | 99 | 0.2810 | 0.9167 |
169
+ | 0.0279 | 100.0 | 100 | 0.2798 | 0.9167 |
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:444c5277ddfe0c0a0f17c3b4b9b32ee5061733450a0b4d25208966356cf91dbd
3
  size 343083404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52f56603f2fc35fcd780bc9e92879e45f8edc2cc6e9468e4193cc8ece893fa2
3
  size 343083404
runs/May23_14-39-30_2bc4f829fe52/events.out.tfevents.1716475171.2bc4f829fe52.989.22 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21a3e68699c50753cf714bde98f517e2c7903f5dab34e0fa13b08fac44709282
3
- size 38394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c0997a5df63598d4971e3cb6990ef844d14a4d046786b1a0d3ca54078c79be
3
+ size 39900