hkivancoral
commited on
Commit
•
1dcb151
1
Parent(s):
273d56b
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_sgd_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.3170731707317073
|
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_sgd_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: 1.4856
|
36 |
+
- Accuracy: 0.3171
|
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.5711 | 1.0 | 28 | 1.6258 | 0.2439 |
|
69 |
+
| 1.5362 | 2.0 | 56 | 1.6161 | 0.2439 |
|
70 |
+
| 1.5243 | 3.0 | 84 | 1.6077 | 0.2439 |
|
71 |
+
| 1.5675 | 4.0 | 112 | 1.5988 | 0.2439 |
|
72 |
+
| 1.5133 | 5.0 | 140 | 1.5920 | 0.2439 |
|
73 |
+
| 1.5639 | 6.0 | 168 | 1.5854 | 0.2439 |
|
74 |
+
| 1.555 | 7.0 | 196 | 1.5785 | 0.2439 |
|
75 |
+
| 1.5064 | 8.0 | 224 | 1.5727 | 0.2439 |
|
76 |
+
| 1.4878 | 9.0 | 252 | 1.5672 | 0.2439 |
|
77 |
+
| 1.5121 | 10.0 | 280 | 1.5615 | 0.2439 |
|
78 |
+
| 1.4492 | 11.0 | 308 | 1.5578 | 0.2439 |
|
79 |
+
| 1.5023 | 12.0 | 336 | 1.5529 | 0.2439 |
|
80 |
+
| 1.5035 | 13.0 | 364 | 1.5492 | 0.2439 |
|
81 |
+
| 1.4801 | 14.0 | 392 | 1.5454 | 0.2439 |
|
82 |
+
| 1.4838 | 15.0 | 420 | 1.5419 | 0.2683 |
|
83 |
+
| 1.4587 | 16.0 | 448 | 1.5385 | 0.2683 |
|
84 |
+
| 1.4655 | 17.0 | 476 | 1.5343 | 0.2683 |
|
85 |
+
| 1.4244 | 18.0 | 504 | 1.5315 | 0.2927 |
|
86 |
+
| 1.4339 | 19.0 | 532 | 1.5284 | 0.2927 |
|
87 |
+
| 1.4266 | 20.0 | 560 | 1.5249 | 0.2927 |
|
88 |
+
| 1.4474 | 21.0 | 588 | 1.5220 | 0.2927 |
|
89 |
+
| 1.4652 | 22.0 | 616 | 1.5188 | 0.3171 |
|
90 |
+
| 1.4621 | 23.0 | 644 | 1.5163 | 0.3171 |
|
91 |
+
| 1.4655 | 24.0 | 672 | 1.5146 | 0.3171 |
|
92 |
+
| 1.4192 | 25.0 | 700 | 1.5130 | 0.3171 |
|
93 |
+
| 1.4459 | 26.0 | 728 | 1.5105 | 0.3171 |
|
94 |
+
| 1.469 | 27.0 | 756 | 1.5090 | 0.3171 |
|
95 |
+
| 1.3585 | 28.0 | 784 | 1.5067 | 0.3171 |
|
96 |
+
| 1.4084 | 29.0 | 812 | 1.5049 | 0.3171 |
|
97 |
+
| 1.4047 | 30.0 | 840 | 1.5031 | 0.3171 |
|
98 |
+
| 1.4414 | 31.0 | 868 | 1.5013 | 0.3171 |
|
99 |
+
| 1.3836 | 32.0 | 896 | 1.4995 | 0.3171 |
|
100 |
+
| 1.3896 | 33.0 | 924 | 1.4979 | 0.3171 |
|
101 |
+
| 1.4222 | 34.0 | 952 | 1.4964 | 0.3171 |
|
102 |
+
| 1.4396 | 35.0 | 980 | 1.4952 | 0.3171 |
|
103 |
+
| 1.3891 | 36.0 | 1008 | 1.4939 | 0.3171 |
|
104 |
+
| 1.393 | 37.0 | 1036 | 1.4925 | 0.3171 |
|
105 |
+
| 1.3697 | 38.0 | 1064 | 1.4914 | 0.3171 |
|
106 |
+
| 1.4252 | 39.0 | 1092 | 1.4901 | 0.3171 |
|
107 |
+
| 1.365 | 40.0 | 1120 | 1.4892 | 0.3171 |
|
108 |
+
| 1.4164 | 41.0 | 1148 | 1.4883 | 0.3171 |
|
109 |
+
| 1.3854 | 42.0 | 1176 | 1.4876 | 0.3171 |
|
110 |
+
| 1.3744 | 43.0 | 1204 | 1.4870 | 0.3171 |
|
111 |
+
| 1.4041 | 44.0 | 1232 | 1.4865 | 0.3171 |
|
112 |
+
| 1.3952 | 45.0 | 1260 | 1.4861 | 0.3171 |
|
113 |
+
| 1.3758 | 46.0 | 1288 | 1.4858 | 0.3171 |
|
114 |
+
| 1.3986 | 47.0 | 1316 | 1.4857 | 0.3171 |
|
115 |
+
| 1.3628 | 48.0 | 1344 | 1.4856 | 0.3171 |
|
116 |
+
| 1.4108 | 49.0 | 1372 | 1.4856 | 0.3171 |
|
117 |
+
| 1.4199 | 50.0 | 1400 | 1.4856 | 0.3171 |
|
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:cef8e9880d9eccfff7ca7c68b6d28cfde888583560ec15fd06077b557331d50b
|
3 |
size 343086480
|
runs/Nov29_00-04-52_ac8792add2e0/events.out.tfevents.1701216293.ac8792add2e0.2336.7
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:009bbc80dac2d834321b39f701c503b5ff9d05ec4fa4572d1a3f094dc0ae13c0
|
3 |
+
size 43356
|