hkivancoral
commited on
Commit
·
bb3fb96
1
Parent(s):
e8b7af4
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_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.8666666666666667
|
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_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.8184
|
36 |
+
- Accuracy: 0.8667
|
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 |
+
| 0.6865 | 1.0 | 27 | 0.7969 | 0.7556 |
|
69 |
+
| 0.1615 | 2.0 | 54 | 0.9353 | 0.7778 |
|
70 |
+
| 0.041 | 3.0 | 81 | 1.0745 | 0.6444 |
|
71 |
+
| 0.0119 | 4.0 | 108 | 1.0481 | 0.7333 |
|
72 |
+
| 0.0095 | 5.0 | 135 | 0.6063 | 0.8667 |
|
73 |
+
| 0.0013 | 6.0 | 162 | 0.6520 | 0.8444 |
|
74 |
+
| 0.0015 | 7.0 | 189 | 0.7604 | 0.8667 |
|
75 |
+
| 0.0013 | 8.0 | 216 | 0.7595 | 0.8444 |
|
76 |
+
| 0.0008 | 9.0 | 243 | 0.8299 | 0.8444 |
|
77 |
+
| 0.0008 | 10.0 | 270 | 0.6509 | 0.8444 |
|
78 |
+
| 0.0009 | 11.0 | 297 | 0.7989 | 0.8444 |
|
79 |
+
| 0.0002 | 12.0 | 324 | 0.8458 | 0.8444 |
|
80 |
+
| 0.0005 | 13.0 | 351 | 0.6321 | 0.8667 |
|
81 |
+
| 0.0002 | 14.0 | 378 | 0.6972 | 0.8444 |
|
82 |
+
| 0.0002 | 15.0 | 405 | 0.7426 | 0.8667 |
|
83 |
+
| 0.0005 | 16.0 | 432 | 0.9776 | 0.8 |
|
84 |
+
| 0.0023 | 17.0 | 459 | 1.0180 | 0.8 |
|
85 |
+
| 0.0003 | 18.0 | 486 | 1.1105 | 0.7778 |
|
86 |
+
| 0.0006 | 19.0 | 513 | 0.9919 | 0.7556 |
|
87 |
+
| 0.0002 | 20.0 | 540 | 1.0177 | 0.8 |
|
88 |
+
| 0.0012 | 21.0 | 567 | 0.9992 | 0.8444 |
|
89 |
+
| 0.0003 | 22.0 | 594 | 0.9760 | 0.8444 |
|
90 |
+
| 0.0047 | 23.0 | 621 | 0.9891 | 0.8 |
|
91 |
+
| 0.0061 | 24.0 | 648 | 0.9730 | 0.8222 |
|
92 |
+
| 0.0002 | 25.0 | 675 | 0.8247 | 0.8222 |
|
93 |
+
| 0.0001 | 26.0 | 702 | 0.8270 | 0.8667 |
|
94 |
+
| 0.0001 | 27.0 | 729 | 0.7978 | 0.8222 |
|
95 |
+
| 0.0 | 28.0 | 756 | 0.8136 | 0.8444 |
|
96 |
+
| 0.0001 | 29.0 | 783 | 0.8553 | 0.8444 |
|
97 |
+
| 0.0001 | 30.0 | 810 | 0.9423 | 0.8444 |
|
98 |
+
| 0.0001 | 31.0 | 837 | 0.9286 | 0.8222 |
|
99 |
+
| 0.0001 | 32.0 | 864 | 0.9464 | 0.8222 |
|
100 |
+
| 0.0002 | 33.0 | 891 | 0.8713 | 0.8444 |
|
101 |
+
| 0.0001 | 34.0 | 918 | 0.8762 | 0.8444 |
|
102 |
+
| 0.0001 | 35.0 | 945 | 0.9092 | 0.8667 |
|
103 |
+
| 0.0 | 36.0 | 972 | 0.9547 | 0.8444 |
|
104 |
+
| 0.0 | 37.0 | 999 | 0.9283 | 0.8444 |
|
105 |
+
| 0.0 | 38.0 | 1026 | 0.8639 | 0.8444 |
|
106 |
+
| 0.0001 | 39.0 | 1053 | 0.8477 | 0.8667 |
|
107 |
+
| 0.0 | 40.0 | 1080 | 0.8432 | 0.8667 |
|
108 |
+
| 0.0 | 41.0 | 1107 | 0.8325 | 0.8667 |
|
109 |
+
| 0.0 | 42.0 | 1134 | 0.7851 | 0.8667 |
|
110 |
+
| 0.0003 | 43.0 | 1161 | 0.7875 | 0.8667 |
|
111 |
+
| 0.0 | 44.0 | 1188 | 0.7888 | 0.8667 |
|
112 |
+
| 0.0001 | 45.0 | 1215 | 0.8006 | 0.8889 |
|
113 |
+
| 0.0001 | 46.0 | 1242 | 0.8075 | 0.8889 |
|
114 |
+
| 0.0001 | 47.0 | 1269 | 0.8158 | 0.8889 |
|
115 |
+
| 0.0 | 48.0 | 1296 | 0.8184 | 0.8667 |
|
116 |
+
| 0.0002 | 49.0 | 1323 | 0.8184 | 0.8667 |
|
117 |
+
| 0.0001 | 50.0 | 1350 | 0.8184 | 0.8667 |
|
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:3d1010c7c1f5d4583191508c1517b05d22a81dcabeb2f439fd573625e1133218
|
3 |
size 343086480
|
runs/Nov29_09-24-55_ac8792add2e0/events.out.tfevents.1701249896.ac8792add2e0.2336.24
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:42c0db5bbe67e5fcda5efec7f0f90810279e8f0c275d496c8942482ab8c979b5
|
3 |
+
size 42573
|