hkivancoral
commited on
Commit
·
2f101da
1
Parent(s):
7af3700
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: smids_1x_beit_base_rms_00001_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.8964941569282137
|
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 |
+
# smids_1x_beit_base_rms_00001_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: 0.7081
|
36 |
+
- Accuracy: 0.8965
|
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.3415 | 1.0 | 76 | 0.3600 | 0.8531 |
|
69 |
+
| 0.1821 | 2.0 | 152 | 0.2813 | 0.8865 |
|
70 |
+
| 0.1106 | 3.0 | 228 | 0.2915 | 0.8965 |
|
71 |
+
| 0.0837 | 4.0 | 304 | 0.4355 | 0.8748 |
|
72 |
+
| 0.0461 | 5.0 | 380 | 0.3524 | 0.8831 |
|
73 |
+
| 0.0314 | 6.0 | 456 | 0.3471 | 0.9065 |
|
74 |
+
| 0.052 | 7.0 | 532 | 0.3906 | 0.9032 |
|
75 |
+
| 0.0094 | 8.0 | 608 | 0.4902 | 0.8998 |
|
76 |
+
| 0.0397 | 9.0 | 684 | 0.5074 | 0.8848 |
|
77 |
+
| 0.0068 | 10.0 | 760 | 0.5396 | 0.8965 |
|
78 |
+
| 0.0009 | 11.0 | 836 | 0.4910 | 0.9032 |
|
79 |
+
| 0.0007 | 12.0 | 912 | 0.5441 | 0.8982 |
|
80 |
+
| 0.0176 | 13.0 | 988 | 0.5729 | 0.8965 |
|
81 |
+
| 0.008 | 14.0 | 1064 | 0.5831 | 0.8965 |
|
82 |
+
| 0.0023 | 15.0 | 1140 | 0.6581 | 0.8982 |
|
83 |
+
| 0.0112 | 16.0 | 1216 | 0.6373 | 0.9048 |
|
84 |
+
| 0.0122 | 17.0 | 1292 | 0.6091 | 0.8982 |
|
85 |
+
| 0.0218 | 18.0 | 1368 | 0.7005 | 0.8965 |
|
86 |
+
| 0.0052 | 19.0 | 1444 | 0.6533 | 0.8998 |
|
87 |
+
| 0.0143 | 20.0 | 1520 | 0.5987 | 0.9048 |
|
88 |
+
| 0.0047 | 21.0 | 1596 | 0.6407 | 0.8982 |
|
89 |
+
| 0.005 | 22.0 | 1672 | 0.7577 | 0.8898 |
|
90 |
+
| 0.0133 | 23.0 | 1748 | 0.7568 | 0.8848 |
|
91 |
+
| 0.0064 | 24.0 | 1824 | 0.6963 | 0.8915 |
|
92 |
+
| 0.0056 | 25.0 | 1900 | 0.6832 | 0.8982 |
|
93 |
+
| 0.0033 | 26.0 | 1976 | 0.6578 | 0.8982 |
|
94 |
+
| 0.0048 | 27.0 | 2052 | 0.6821 | 0.9032 |
|
95 |
+
| 0.0003 | 28.0 | 2128 | 0.6751 | 0.8998 |
|
96 |
+
| 0.0002 | 29.0 | 2204 | 0.6826 | 0.8998 |
|
97 |
+
| 0.0054 | 30.0 | 2280 | 0.7208 | 0.8965 |
|
98 |
+
| 0.0234 | 31.0 | 2356 | 0.7169 | 0.8915 |
|
99 |
+
| 0.0066 | 32.0 | 2432 | 0.7161 | 0.8982 |
|
100 |
+
| 0.0078 | 33.0 | 2508 | 0.6895 | 0.8982 |
|
101 |
+
| 0.004 | 34.0 | 2584 | 0.7616 | 0.8982 |
|
102 |
+
| 0.0117 | 35.0 | 2660 | 0.7211 | 0.9032 |
|
103 |
+
| 0.0 | 36.0 | 2736 | 0.6772 | 0.8982 |
|
104 |
+
| 0.0027 | 37.0 | 2812 | 0.6751 | 0.8998 |
|
105 |
+
| 0.0023 | 38.0 | 2888 | 0.7465 | 0.9082 |
|
106 |
+
| 0.0025 | 39.0 | 2964 | 0.6434 | 0.9132 |
|
107 |
+
| 0.0043 | 40.0 | 3040 | 0.6803 | 0.9032 |
|
108 |
+
| 0.005 | 41.0 | 3116 | 0.6970 | 0.8982 |
|
109 |
+
| 0.0 | 42.0 | 3192 | 0.6953 | 0.8998 |
|
110 |
+
| 0.0002 | 43.0 | 3268 | 0.6864 | 0.8982 |
|
111 |
+
| 0.0001 | 44.0 | 3344 | 0.6955 | 0.9015 |
|
112 |
+
| 0.0058 | 45.0 | 3420 | 0.7259 | 0.8948 |
|
113 |
+
| 0.0 | 46.0 | 3496 | 0.7126 | 0.9032 |
|
114 |
+
| 0.0044 | 47.0 | 3572 | 0.7081 | 0.8965 |
|
115 |
+
| 0.0032 | 48.0 | 3648 | 0.7104 | 0.8965 |
|
116 |
+
| 0.0023 | 49.0 | 3724 | 0.7077 | 0.8965 |
|
117 |
+
| 0.0057 | 50.0 | 3800 | 0.7081 | 0.8965 |
|
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 343083404
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fc03d77a95dea6ba9698a11194e850cab746d0ca10e7b5752e9252fcfa47321
|
3 |
size 343083404
|
runs/Dec01_02-02-10_1242d03470a0/events.out.tfevents.1701396131.1242d03470a0.3093.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:57d97ceec8e9de82523cad9a152f5ceb5d673afcee7b39bb91db8e3626c4dc43
|
3 |
+
size 81013
|