hkivancoral
commited on
Commit
•
df173f6
1
Parent(s):
5fe21d1
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_0001_fold1
|
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.4222222222222222
|
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_0001_fold1
|
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.7892
|
36 |
+
- Accuracy: 0.4222
|
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 |
+
| No log | 1.0 | 6 | 1.3881 | 0.2444 |
|
69 |
+
| 1.983 | 2.0 | 12 | 1.4040 | 0.2444 |
|
70 |
+
| 1.983 | 3.0 | 18 | 1.4052 | 0.2667 |
|
71 |
+
| 1.41 | 4.0 | 24 | 1.3851 | 0.2444 |
|
72 |
+
| 1.3993 | 5.0 | 30 | 1.3596 | 0.2667 |
|
73 |
+
| 1.3993 | 6.0 | 36 | 1.5010 | 0.2444 |
|
74 |
+
| 1.3135 | 7.0 | 42 | 1.4385 | 0.3778 |
|
75 |
+
| 1.3135 | 8.0 | 48 | 1.3273 | 0.2222 |
|
76 |
+
| 1.2878 | 9.0 | 54 | 1.7515 | 0.2444 |
|
77 |
+
| 1.2036 | 10.0 | 60 | 1.4739 | 0.3111 |
|
78 |
+
| 1.2036 | 11.0 | 66 | 1.4793 | 0.4444 |
|
79 |
+
| 1.1544 | 12.0 | 72 | 1.6976 | 0.4444 |
|
80 |
+
| 1.1544 | 13.0 | 78 | 1.5051 | 0.3778 |
|
81 |
+
| 1.1611 | 14.0 | 84 | 2.0887 | 0.2444 |
|
82 |
+
| 1.0944 | 15.0 | 90 | 1.7507 | 0.3778 |
|
83 |
+
| 1.0944 | 16.0 | 96 | 1.5983 | 0.4 |
|
84 |
+
| 1.1053 | 17.0 | 102 | 1.5239 | 0.3333 |
|
85 |
+
| 1.1053 | 18.0 | 108 | 1.7239 | 0.3333 |
|
86 |
+
| 0.9531 | 19.0 | 114 | 1.7796 | 0.3778 |
|
87 |
+
| 0.9208 | 20.0 | 120 | 1.7000 | 0.4 |
|
88 |
+
| 0.9208 | 21.0 | 126 | 1.5682 | 0.3556 |
|
89 |
+
| 0.9119 | 22.0 | 132 | 1.6947 | 0.2889 |
|
90 |
+
| 0.9119 | 23.0 | 138 | 1.9309 | 0.3111 |
|
91 |
+
| 0.8438 | 24.0 | 144 | 1.7778 | 0.4 |
|
92 |
+
| 0.7982 | 25.0 | 150 | 1.3358 | 0.4889 |
|
93 |
+
| 0.7982 | 26.0 | 156 | 1.8930 | 0.3778 |
|
94 |
+
| 0.7528 | 27.0 | 162 | 1.5978 | 0.4444 |
|
95 |
+
| 0.7528 | 28.0 | 168 | 1.7048 | 0.4 |
|
96 |
+
| 0.7372 | 29.0 | 174 | 1.4976 | 0.4 |
|
97 |
+
| 0.6872 | 30.0 | 180 | 1.5193 | 0.4222 |
|
98 |
+
| 0.6872 | 31.0 | 186 | 1.5712 | 0.3778 |
|
99 |
+
| 0.6257 | 32.0 | 192 | 1.6492 | 0.4 |
|
100 |
+
| 0.6257 | 33.0 | 198 | 1.6572 | 0.4444 |
|
101 |
+
| 0.6115 | 34.0 | 204 | 1.7617 | 0.4222 |
|
102 |
+
| 0.502 | 35.0 | 210 | 1.7836 | 0.4 |
|
103 |
+
| 0.502 | 36.0 | 216 | 1.7245 | 0.4222 |
|
104 |
+
| 0.5351 | 37.0 | 222 | 1.8523 | 0.3778 |
|
105 |
+
| 0.5351 | 38.0 | 228 | 1.8752 | 0.3778 |
|
106 |
+
| 0.4239 | 39.0 | 234 | 1.7739 | 0.4222 |
|
107 |
+
| 0.4397 | 40.0 | 240 | 1.8121 | 0.4 |
|
108 |
+
| 0.4397 | 41.0 | 246 | 1.7942 | 0.4222 |
|
109 |
+
| 0.3888 | 42.0 | 252 | 1.7892 | 0.4222 |
|
110 |
+
| 0.3888 | 43.0 | 258 | 1.7892 | 0.4222 |
|
111 |
+
| 0.3836 | 44.0 | 264 | 1.7892 | 0.4222 |
|
112 |
+
| 0.3564 | 45.0 | 270 | 1.7892 | 0.4222 |
|
113 |
+
| 0.3564 | 46.0 | 276 | 1.7892 | 0.4222 |
|
114 |
+
| 0.3801 | 47.0 | 282 | 1.7892 | 0.4222 |
|
115 |
+
| 0.3801 | 48.0 | 288 | 1.7892 | 0.4222 |
|
116 |
+
| 0.316 | 49.0 | 294 | 1.7892 | 0.4222 |
|
117 |
+
| 0.3933 | 50.0 | 300 | 1.7892 | 0.4222 |
|
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:a2d720a3c7a0be0695eec4a021c8a1732232c935bb5cb53ffa7ea7234f31c8a1
|
3 |
size 343086480
|
runs/Nov25_21-29-33_86b6a4671e23/events.out.tfevents.1700947774.86b6a4671e23.909.15
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:d749dae8e06f4948b58d2059c2bc62d9c90c572cd173487c8be92059f73a5ae6
|
3 |
+
size 25984
|