hkivancoral
commited on
Commit
•
819d62f
1
Parent(s):
a0bea0d
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_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.5111111111111111
|
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_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: 6.9592
|
36 |
+
- Accuracy: 0.5111
|
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.3984 | 1.0 | 27 | 1.3816 | 0.2889 |
|
69 |
+
| 1.3107 | 2.0 | 54 | 1.6609 | 0.2889 |
|
70 |
+
| 1.229 | 3.0 | 81 | 1.5449 | 0.2889 |
|
71 |
+
| 1.3814 | 4.0 | 108 | 1.6341 | 0.2889 |
|
72 |
+
| 1.2031 | 5.0 | 135 | 1.4184 | 0.2667 |
|
73 |
+
| 1.1619 | 6.0 | 162 | 1.4603 | 0.2889 |
|
74 |
+
| 1.1757 | 7.0 | 189 | 1.4200 | 0.2889 |
|
75 |
+
| 1.1575 | 8.0 | 216 | 1.3581 | 0.2889 |
|
76 |
+
| 1.0419 | 9.0 | 243 | 1.5164 | 0.4 |
|
77 |
+
| 1.0334 | 10.0 | 270 | 1.3939 | 0.4889 |
|
78 |
+
| 0.799 | 11.0 | 297 | 1.4216 | 0.5333 |
|
79 |
+
| 0.7589 | 12.0 | 324 | 1.5018 | 0.5111 |
|
80 |
+
| 0.7466 | 13.0 | 351 | 1.2714 | 0.3778 |
|
81 |
+
| 0.7077 | 14.0 | 378 | 1.2899 | 0.4 |
|
82 |
+
| 0.7022 | 15.0 | 405 | 1.4427 | 0.3333 |
|
83 |
+
| 0.6019 | 16.0 | 432 | 1.5793 | 0.4 |
|
84 |
+
| 0.6413 | 17.0 | 459 | 1.5251 | 0.3111 |
|
85 |
+
| 0.6003 | 18.0 | 486 | 2.0148 | 0.4889 |
|
86 |
+
| 0.5924 | 19.0 | 513 | 2.2670 | 0.4889 |
|
87 |
+
| 0.5357 | 20.0 | 540 | 2.0323 | 0.3556 |
|
88 |
+
| 0.5196 | 21.0 | 567 | 2.5285 | 0.4889 |
|
89 |
+
| 0.5137 | 22.0 | 594 | 3.7709 | 0.4222 |
|
90 |
+
| 0.4488 | 23.0 | 621 | 3.1001 | 0.5111 |
|
91 |
+
| 0.4667 | 24.0 | 648 | 2.9452 | 0.4 |
|
92 |
+
| 0.3277 | 25.0 | 675 | 2.8861 | 0.4667 |
|
93 |
+
| 0.3619 | 26.0 | 702 | 3.3939 | 0.5111 |
|
94 |
+
| 0.3379 | 27.0 | 729 | 3.5247 | 0.5333 |
|
95 |
+
| 0.2572 | 28.0 | 756 | 4.2104 | 0.5111 |
|
96 |
+
| 0.2257 | 29.0 | 783 | 3.4821 | 0.4889 |
|
97 |
+
| 0.2189 | 30.0 | 810 | 3.8860 | 0.4667 |
|
98 |
+
| 0.1431 | 31.0 | 837 | 5.2772 | 0.4667 |
|
99 |
+
| 0.2402 | 32.0 | 864 | 6.2470 | 0.4222 |
|
100 |
+
| 0.122 | 33.0 | 891 | 5.2693 | 0.4 |
|
101 |
+
| 0.2017 | 34.0 | 918 | 6.0732 | 0.5111 |
|
102 |
+
| 0.0844 | 35.0 | 945 | 6.0091 | 0.5556 |
|
103 |
+
| 0.1316 | 36.0 | 972 | 6.1584 | 0.4889 |
|
104 |
+
| 0.0377 | 37.0 | 999 | 7.3245 | 0.4889 |
|
105 |
+
| 0.1128 | 38.0 | 1026 | 6.6950 | 0.4444 |
|
106 |
+
| 0.0551 | 39.0 | 1053 | 7.0821 | 0.5111 |
|
107 |
+
| 0.0382 | 40.0 | 1080 | 7.5961 | 0.4889 |
|
108 |
+
| 0.0547 | 41.0 | 1107 | 6.2914 | 0.5111 |
|
109 |
+
| 0.0128 | 42.0 | 1134 | 6.4101 | 0.4889 |
|
110 |
+
| 0.0359 | 43.0 | 1161 | 6.6377 | 0.5111 |
|
111 |
+
| 0.004 | 44.0 | 1188 | 6.6707 | 0.4889 |
|
112 |
+
| 0.0224 | 45.0 | 1215 | 7.0078 | 0.4889 |
|
113 |
+
| 0.0292 | 46.0 | 1242 | 6.9800 | 0.4889 |
|
114 |
+
| 0.0156 | 47.0 | 1269 | 6.9010 | 0.4889 |
|
115 |
+
| 0.0096 | 48.0 | 1296 | 6.9583 | 0.5111 |
|
116 |
+
| 0.0108 | 49.0 | 1323 | 6.9592 | 0.5111 |
|
117 |
+
| 0.0394 | 50.0 | 1350 | 6.9592 | 0.5111 |
|
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:15ac599bb47aadfe84385cf571ac30cff78e2a73c2be96759e607c00a4615ee6
|
3 |
size 343086480
|
runs/Nov29_06-17-51_ac8792add2e0/events.out.tfevents.1701238672.ac8792add2e0.2336.19
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:0bb4ac2480db0248f26c5dd9103493503c7a85bf8fbd212ca0ee3c65c784e534
|
3 |
+
size 42571
|