hkivancoral
commited on
Commit
•
a9f326f
1
Parent(s):
ed17695
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: hushem_5x_beit_base_rms_0001_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: test
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.7073170731707317
|
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 |
+
# hushem_5x_beit_base_rms_0001_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: 3.4047
|
36 |
+
- Accuracy: 0.7073
|
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: 0.0001
|
56 |
+
- train_batch_size: 32
|
57 |
+
- eval_batch_size: 32
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_ratio: 0.1
|
62 |
+
- num_epochs: 50
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.4155 | 1.0 | 28 | 1.3777 | 0.2683 |
|
69 |
+
| 1.3848 | 2.0 | 56 | 1.2989 | 0.2927 |
|
70 |
+
| 1.3314 | 3.0 | 84 | 1.2733 | 0.4878 |
|
71 |
+
| 1.2486 | 4.0 | 112 | 1.0811 | 0.5122 |
|
72 |
+
| 1.2007 | 5.0 | 140 | 0.9236 | 0.5854 |
|
73 |
+
| 1.05 | 6.0 | 168 | 1.1380 | 0.5122 |
|
74 |
+
| 1.0162 | 7.0 | 196 | 0.9574 | 0.5854 |
|
75 |
+
| 0.9476 | 8.0 | 224 | 1.4400 | 0.4878 |
|
76 |
+
| 0.903 | 9.0 | 252 | 0.9012 | 0.6341 |
|
77 |
+
| 0.9351 | 10.0 | 280 | 1.0183 | 0.6829 |
|
78 |
+
| 0.8113 | 11.0 | 308 | 0.9612 | 0.6585 |
|
79 |
+
| 0.8131 | 12.0 | 336 | 1.6631 | 0.4878 |
|
80 |
+
| 0.7921 | 13.0 | 364 | 0.9316 | 0.6829 |
|
81 |
+
| 0.8114 | 14.0 | 392 | 1.3372 | 0.5854 |
|
82 |
+
| 0.7382 | 15.0 | 420 | 1.4796 | 0.6341 |
|
83 |
+
| 0.7119 | 16.0 | 448 | 1.9753 | 0.5366 |
|
84 |
+
| 0.6933 | 17.0 | 476 | 1.3458 | 0.7073 |
|
85 |
+
| 0.591 | 18.0 | 504 | 1.3968 | 0.6585 |
|
86 |
+
| 0.6986 | 19.0 | 532 | 1.4904 | 0.6829 |
|
87 |
+
| 0.6832 | 20.0 | 560 | 1.7362 | 0.6585 |
|
88 |
+
| 0.5173 | 21.0 | 588 | 1.5475 | 0.7317 |
|
89 |
+
| 0.5116 | 22.0 | 616 | 1.9547 | 0.6585 |
|
90 |
+
| 0.4833 | 23.0 | 644 | 2.1246 | 0.6341 |
|
91 |
+
| 0.4295 | 24.0 | 672 | 1.9058 | 0.7317 |
|
92 |
+
| 0.4431 | 25.0 | 700 | 2.4495 | 0.6585 |
|
93 |
+
| 0.3801 | 26.0 | 728 | 1.6867 | 0.7561 |
|
94 |
+
| 0.4263 | 27.0 | 756 | 2.1056 | 0.6585 |
|
95 |
+
| 0.3209 | 28.0 | 784 | 2.6127 | 0.6098 |
|
96 |
+
| 0.29 | 29.0 | 812 | 2.2833 | 0.6341 |
|
97 |
+
| 0.2306 | 30.0 | 840 | 2.6477 | 0.6341 |
|
98 |
+
| 0.2318 | 31.0 | 868 | 2.2205 | 0.6829 |
|
99 |
+
| 0.1766 | 32.0 | 896 | 2.1057 | 0.8293 |
|
100 |
+
| 0.1861 | 33.0 | 924 | 2.9102 | 0.6341 |
|
101 |
+
| 0.2172 | 34.0 | 952 | 2.3319 | 0.7317 |
|
102 |
+
| 0.1336 | 35.0 | 980 | 2.7931 | 0.7073 |
|
103 |
+
| 0.128 | 36.0 | 1008 | 3.2544 | 0.6098 |
|
104 |
+
| 0.1009 | 37.0 | 1036 | 2.3057 | 0.7805 |
|
105 |
+
| 0.1495 | 38.0 | 1064 | 2.9047 | 0.7317 |
|
106 |
+
| 0.0845 | 39.0 | 1092 | 3.1290 | 0.7317 |
|
107 |
+
| 0.064 | 40.0 | 1120 | 2.9682 | 0.7561 |
|
108 |
+
| 0.0399 | 41.0 | 1148 | 2.9364 | 0.7561 |
|
109 |
+
| 0.0198 | 42.0 | 1176 | 4.0340 | 0.6585 |
|
110 |
+
| 0.0179 | 43.0 | 1204 | 3.2313 | 0.7317 |
|
111 |
+
| 0.0799 | 44.0 | 1232 | 3.4340 | 0.7317 |
|
112 |
+
| 0.0495 | 45.0 | 1260 | 3.8737 | 0.6829 |
|
113 |
+
| 0.041 | 46.0 | 1288 | 3.5139 | 0.6829 |
|
114 |
+
| 0.0058 | 47.0 | 1316 | 3.4146 | 0.7073 |
|
115 |
+
| 0.0141 | 48.0 | 1344 | 3.4016 | 0.7073 |
|
116 |
+
| 0.0316 | 49.0 | 1372 | 3.4047 | 0.7073 |
|
117 |
+
| 0.0269 | 50.0 | 1400 | 3.4047 | 0.7073 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.35.2
|
123 |
+
- Pytorch 2.1.0+cu118
|
124 |
+
- Datasets 2.15.0
|
125 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343086480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542accbdc5df0e54ef0fc0c7a617531289cae00334030cde8a1f8440395ecaef
|
3 |
size 343086480
|
runs/Nov29_07-56-05_ac8792add2e0/events.out.tfevents.1701244568.ac8792add2e0.2336.22
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc2250ca0d1955df1b0ce85cdd2b5c7ec8765c528678b481ec60c7a03a3c176a
|
3 |
+
size 43356
|