hkivancoral
commited on
Commit
•
ea9fc1e
1
Parent(s):
cc5e0ef
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_adamax_001_fold3
|
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.5348837209302325
|
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_adamax_001_fold3
|
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: 1.8097
|
36 |
+
- Accuracy: 0.5349
|
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.001
|
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.4381 | 0.2326 |
|
69 |
+
| 2.0527 | 2.0 | 12 | 1.4022 | 0.2558 |
|
70 |
+
| 2.0527 | 3.0 | 18 | 1.3682 | 0.3256 |
|
71 |
+
| 1.3782 | 4.0 | 24 | 1.3387 | 0.3953 |
|
72 |
+
| 1.2679 | 5.0 | 30 | 1.3721 | 0.3256 |
|
73 |
+
| 1.2679 | 6.0 | 36 | 1.7451 | 0.3488 |
|
74 |
+
| 1.2756 | 7.0 | 42 | 1.3183 | 0.3953 |
|
75 |
+
| 1.2756 | 8.0 | 48 | 1.4225 | 0.3023 |
|
76 |
+
| 1.173 | 9.0 | 54 | 1.4215 | 0.3953 |
|
77 |
+
| 1.1959 | 10.0 | 60 | 1.4072 | 0.3721 |
|
78 |
+
| 1.1959 | 11.0 | 66 | 1.4852 | 0.4186 |
|
79 |
+
| 1.1344 | 12.0 | 72 | 1.4523 | 0.2791 |
|
80 |
+
| 1.1344 | 13.0 | 78 | 1.4043 | 0.4651 |
|
81 |
+
| 1.0854 | 14.0 | 84 | 1.3638 | 0.3953 |
|
82 |
+
| 1.1124 | 15.0 | 90 | 1.4323 | 0.3953 |
|
83 |
+
| 1.1124 | 16.0 | 96 | 1.4664 | 0.4884 |
|
84 |
+
| 1.0108 | 17.0 | 102 | 1.5473 | 0.3721 |
|
85 |
+
| 1.0108 | 18.0 | 108 | 1.2300 | 0.4651 |
|
86 |
+
| 0.9443 | 19.0 | 114 | 1.2523 | 0.4419 |
|
87 |
+
| 0.9125 | 20.0 | 120 | 1.4134 | 0.3721 |
|
88 |
+
| 0.9125 | 21.0 | 126 | 1.1280 | 0.4884 |
|
89 |
+
| 0.8328 | 22.0 | 132 | 1.1054 | 0.4884 |
|
90 |
+
| 0.8328 | 23.0 | 138 | 1.6081 | 0.4419 |
|
91 |
+
| 0.7565 | 24.0 | 144 | 1.0331 | 0.5349 |
|
92 |
+
| 0.7135 | 25.0 | 150 | 1.6384 | 0.5116 |
|
93 |
+
| 0.7135 | 26.0 | 156 | 1.9524 | 0.4651 |
|
94 |
+
| 0.7048 | 27.0 | 162 | 1.1399 | 0.5349 |
|
95 |
+
| 0.7048 | 28.0 | 168 | 1.0504 | 0.5581 |
|
96 |
+
| 0.7074 | 29.0 | 174 | 1.0452 | 0.5581 |
|
97 |
+
| 0.7008 | 30.0 | 180 | 1.4757 | 0.5581 |
|
98 |
+
| 0.7008 | 31.0 | 186 | 1.0663 | 0.4419 |
|
99 |
+
| 0.5976 | 32.0 | 192 | 1.0991 | 0.5349 |
|
100 |
+
| 0.5976 | 33.0 | 198 | 1.5330 | 0.5814 |
|
101 |
+
| 0.5565 | 34.0 | 204 | 1.1511 | 0.5349 |
|
102 |
+
| 0.458 | 35.0 | 210 | 1.5836 | 0.5349 |
|
103 |
+
| 0.458 | 36.0 | 216 | 1.4225 | 0.5581 |
|
104 |
+
| 0.5542 | 37.0 | 222 | 1.4182 | 0.6047 |
|
105 |
+
| 0.5542 | 38.0 | 228 | 1.3407 | 0.5581 |
|
106 |
+
| 0.3706 | 39.0 | 234 | 1.4368 | 0.5581 |
|
107 |
+
| 0.3087 | 40.0 | 240 | 1.6899 | 0.5814 |
|
108 |
+
| 0.3087 | 41.0 | 246 | 1.8110 | 0.5116 |
|
109 |
+
| 0.3001 | 42.0 | 252 | 1.8097 | 0.5349 |
|
110 |
+
| 0.3001 | 43.0 | 258 | 1.8097 | 0.5349 |
|
111 |
+
| 0.3061 | 44.0 | 264 | 1.8097 | 0.5349 |
|
112 |
+
| 0.2986 | 45.0 | 270 | 1.8097 | 0.5349 |
|
113 |
+
| 0.2986 | 46.0 | 276 | 1.8097 | 0.5349 |
|
114 |
+
| 0.2791 | 47.0 | 282 | 1.8097 | 0.5349 |
|
115 |
+
| 0.2791 | 48.0 | 288 | 1.8097 | 0.5349 |
|
116 |
+
| 0.2908 | 49.0 | 294 | 1.8097 | 0.5349 |
|
117 |
+
| 0.2986 | 50.0 | 300 | 1.8097 | 0.5349 |
|
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:06987b84c93c62a8277f5cadc29d073b890a59354734c99e3acdedb6e020cec9
|
3 |
size 343086480
|
runs/Nov24_22-44-59_23c9de965386/events.out.tfevents.1700865900.23c9de965386.7636.1
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:14bd4c815006b7168b8530f3fa11679df0f515ca222d8038930931ee19bd4c48
|
3 |
+
size 25989
|