hkivancoral
commited on
Commit
•
67f18ce
1
Parent(s):
7ae0c49
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_1x_beit_base_rms_00001_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: test
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.8444444444444444
|
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_1x_beit_base_rms_00001_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.9358
|
36 |
+
- Accuracy: 0.8444
|
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: 1e-05
|
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 |
+
| No log | 1.0 | 6 | 1.2856 | 0.4889 |
|
69 |
+
| 1.4398 | 2.0 | 12 | 0.9696 | 0.6222 |
|
70 |
+
| 1.4398 | 3.0 | 18 | 0.7405 | 0.7111 |
|
71 |
+
| 0.463 | 4.0 | 24 | 0.8561 | 0.7333 |
|
72 |
+
| 0.1243 | 5.0 | 30 | 0.6572 | 0.8222 |
|
73 |
+
| 0.1243 | 6.0 | 36 | 0.6983 | 0.8444 |
|
74 |
+
| 0.0205 | 7.0 | 42 | 0.7294 | 0.8222 |
|
75 |
+
| 0.0205 | 8.0 | 48 | 0.6504 | 0.8 |
|
76 |
+
| 0.0064 | 9.0 | 54 | 0.6828 | 0.8222 |
|
77 |
+
| 0.0142 | 10.0 | 60 | 0.6539 | 0.8222 |
|
78 |
+
| 0.0142 | 11.0 | 66 | 0.7615 | 0.8444 |
|
79 |
+
| 0.0032 | 12.0 | 72 | 0.8146 | 0.8444 |
|
80 |
+
| 0.0032 | 13.0 | 78 | 0.8154 | 0.8444 |
|
81 |
+
| 0.0019 | 14.0 | 84 | 0.7947 | 0.8444 |
|
82 |
+
| 0.0028 | 15.0 | 90 | 0.7939 | 0.8444 |
|
83 |
+
| 0.0028 | 16.0 | 96 | 0.8240 | 0.8444 |
|
84 |
+
| 0.0013 | 17.0 | 102 | 0.8242 | 0.8222 |
|
85 |
+
| 0.0013 | 18.0 | 108 | 0.8443 | 0.8444 |
|
86 |
+
| 0.0014 | 19.0 | 114 | 0.8393 | 0.8444 |
|
87 |
+
| 0.0012 | 20.0 | 120 | 0.9165 | 0.8222 |
|
88 |
+
| 0.0012 | 21.0 | 126 | 0.8985 | 0.8222 |
|
89 |
+
| 0.0008 | 22.0 | 132 | 0.9053 | 0.8222 |
|
90 |
+
| 0.0008 | 23.0 | 138 | 0.9182 | 0.8222 |
|
91 |
+
| 0.0007 | 24.0 | 144 | 0.9131 | 0.8222 |
|
92 |
+
| 0.0007 | 25.0 | 150 | 0.9205 | 0.8222 |
|
93 |
+
| 0.0007 | 26.0 | 156 | 0.9165 | 0.8222 |
|
94 |
+
| 0.0004 | 27.0 | 162 | 0.9119 | 0.8222 |
|
95 |
+
| 0.0004 | 28.0 | 168 | 0.9185 | 0.8222 |
|
96 |
+
| 0.0005 | 29.0 | 174 | 0.9203 | 0.8222 |
|
97 |
+
| 0.0004 | 30.0 | 180 | 0.9232 | 0.8222 |
|
98 |
+
| 0.0004 | 31.0 | 186 | 0.9207 | 0.8444 |
|
99 |
+
| 0.0009 | 32.0 | 192 | 0.9256 | 0.8444 |
|
100 |
+
| 0.0009 | 33.0 | 198 | 0.9230 | 0.8444 |
|
101 |
+
| 0.0082 | 34.0 | 204 | 0.9200 | 0.8444 |
|
102 |
+
| 0.0007 | 35.0 | 210 | 0.9385 | 0.8444 |
|
103 |
+
| 0.0007 | 36.0 | 216 | 0.9350 | 0.8444 |
|
104 |
+
| 0.0005 | 37.0 | 222 | 0.9367 | 0.8444 |
|
105 |
+
| 0.0005 | 38.0 | 228 | 0.9290 | 0.8444 |
|
106 |
+
| 0.0044 | 39.0 | 234 | 0.9294 | 0.8444 |
|
107 |
+
| 0.0005 | 40.0 | 240 | 0.9330 | 0.8444 |
|
108 |
+
| 0.0005 | 41.0 | 246 | 0.9359 | 0.8444 |
|
109 |
+
| 0.0006 | 42.0 | 252 | 0.9358 | 0.8444 |
|
110 |
+
| 0.0006 | 43.0 | 258 | 0.9358 | 0.8444 |
|
111 |
+
| 0.0005 | 44.0 | 264 | 0.9358 | 0.8444 |
|
112 |
+
| 0.0007 | 45.0 | 270 | 0.9358 | 0.8444 |
|
113 |
+
| 0.0007 | 46.0 | 276 | 0.9358 | 0.8444 |
|
114 |
+
| 0.0007 | 47.0 | 282 | 0.9358 | 0.8444 |
|
115 |
+
| 0.0007 | 48.0 | 288 | 0.9358 | 0.8444 |
|
116 |
+
| 0.0006 | 49.0 | 294 | 0.9358 | 0.8444 |
|
117 |
+
| 0.0004 | 50.0 | 300 | 0.9358 | 0.8444 |
|
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:0f9a23b6b53c514c88cbb59f993ffa6d64406eb30715381674d47ebc3ebd7de8
|
3 |
size 343086480
|
runs/Nov25_20-23-53_86b6a4671e23/events.out.tfevents.1700943834.86b6a4671e23.909.11
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:9a9cc20df0be4da091b08456b29df8dcd1d16015cafbc434612002f485cc1ee9
|
3 |
+
size 25986
|