hkivancoral
commited on
Commit
·
0f0cc95
1
Parent(s):
68bdbf6
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/deit-small-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: smids_1x_deit_small_adamax_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.8981636060100167
|
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_deit_small_adamax_0001_fold1
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-small-patch16-224](https://huggingface.co/facebook/deit-small-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6387
|
36 |
+
- Accuracy: 0.8982
|
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 |
+
| 0.4614 | 1.0 | 76 | 0.3156 | 0.8831 |
|
69 |
+
| 0.2855 | 2.0 | 152 | 0.2885 | 0.8915 |
|
70 |
+
| 0.1652 | 3.0 | 228 | 0.3412 | 0.8781 |
|
71 |
+
| 0.0912 | 4.0 | 304 | 0.3542 | 0.8965 |
|
72 |
+
| 0.1011 | 5.0 | 380 | 0.5346 | 0.8798 |
|
73 |
+
| 0.038 | 6.0 | 456 | 0.4288 | 0.8982 |
|
74 |
+
| 0.0075 | 7.0 | 532 | 0.5068 | 0.8998 |
|
75 |
+
| 0.0075 | 8.0 | 608 | 0.5044 | 0.9098 |
|
76 |
+
| 0.0143 | 9.0 | 684 | 0.4561 | 0.9032 |
|
77 |
+
| 0.0021 | 10.0 | 760 | 0.5259 | 0.8982 |
|
78 |
+
| 0.0314 | 11.0 | 836 | 0.5405 | 0.8932 |
|
79 |
+
| 0.0002 | 12.0 | 912 | 0.5496 | 0.8965 |
|
80 |
+
| 0.0052 | 13.0 | 988 | 0.5683 | 0.9098 |
|
81 |
+
| 0.0001 | 14.0 | 1064 | 0.5233 | 0.9015 |
|
82 |
+
| 0.0093 | 15.0 | 1140 | 0.5621 | 0.9032 |
|
83 |
+
| 0.0001 | 16.0 | 1216 | 0.5647 | 0.9048 |
|
84 |
+
| 0.0001 | 17.0 | 1292 | 0.5914 | 0.8965 |
|
85 |
+
| 0.0072 | 18.0 | 1368 | 0.5464 | 0.9032 |
|
86 |
+
| 0.0001 | 19.0 | 1444 | 0.5470 | 0.8982 |
|
87 |
+
| 0.0035 | 20.0 | 1520 | 0.6054 | 0.8965 |
|
88 |
+
| 0.004 | 21.0 | 1596 | 0.5757 | 0.9015 |
|
89 |
+
| 0.0036 | 22.0 | 1672 | 0.5664 | 0.8982 |
|
90 |
+
| 0.0001 | 23.0 | 1748 | 0.6187 | 0.8948 |
|
91 |
+
| 0.0 | 24.0 | 1824 | 0.5774 | 0.9048 |
|
92 |
+
| 0.0072 | 25.0 | 1900 | 0.5831 | 0.8915 |
|
93 |
+
| 0.0032 | 26.0 | 1976 | 0.5874 | 0.9015 |
|
94 |
+
| 0.0042 | 27.0 | 2052 | 0.5879 | 0.8998 |
|
95 |
+
| 0.0028 | 28.0 | 2128 | 0.6082 | 0.8965 |
|
96 |
+
| 0.0055 | 29.0 | 2204 | 0.6022 | 0.8965 |
|
97 |
+
| 0.0 | 30.0 | 2280 | 0.5996 | 0.8965 |
|
98 |
+
| 0.0046 | 31.0 | 2356 | 0.6176 | 0.8948 |
|
99 |
+
| 0.0082 | 32.0 | 2432 | 0.5942 | 0.8965 |
|
100 |
+
| 0.0 | 33.0 | 2508 | 0.6226 | 0.8948 |
|
101 |
+
| 0.0 | 34.0 | 2584 | 0.6117 | 0.8982 |
|
102 |
+
| 0.0101 | 35.0 | 2660 | 0.6208 | 0.8932 |
|
103 |
+
| 0.0032 | 36.0 | 2736 | 0.6175 | 0.8948 |
|
104 |
+
| 0.006 | 37.0 | 2812 | 0.6334 | 0.8932 |
|
105 |
+
| 0.0 | 38.0 | 2888 | 0.6155 | 0.8982 |
|
106 |
+
| 0.0031 | 39.0 | 2964 | 0.6236 | 0.8982 |
|
107 |
+
| 0.0 | 40.0 | 3040 | 0.6141 | 0.8998 |
|
108 |
+
| 0.0026 | 41.0 | 3116 | 0.6351 | 0.8948 |
|
109 |
+
| 0.0 | 42.0 | 3192 | 0.6313 | 0.8965 |
|
110 |
+
| 0.0047 | 43.0 | 3268 | 0.6395 | 0.8932 |
|
111 |
+
| 0.0 | 44.0 | 3344 | 0.6247 | 0.8998 |
|
112 |
+
| 0.0 | 45.0 | 3420 | 0.6367 | 0.8982 |
|
113 |
+
| 0.0 | 46.0 | 3496 | 0.6347 | 0.8982 |
|
114 |
+
| 0.0 | 47.0 | 3572 | 0.6365 | 0.8982 |
|
115 |
+
| 0.0024 | 48.0 | 3648 | 0.6411 | 0.8982 |
|
116 |
+
| 0.0 | 49.0 | 3724 | 0.6383 | 0.8982 |
|
117 |
+
| 0.0 | 50.0 | 3800 | 0.6387 | 0.8982 |
|
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 86690164
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a36c8e61f2d6ff2be5735130deeba667d4fe25d3eeea3241a2545a841a7495d3
|
3 |
size 86690164
|
runs/Dec04_13-24-02_e7698b4f2488/events.out.tfevents.1701696242.e7698b4f2488.1907.26
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:65f0659386ca202ef5cda9425779bdd782f9f0d328a070d8f20eaf9d34f3595d
|
3 |
+
size 80478
|