hkivancoral
commited on
Commit
·
d528708
1
Parent(s):
9ec5157
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: hushem_1x_deit_small_adamax_001_fold3
|
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.46511627906976744
|
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_deit_small_adamax_001_fold3
|
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: 3.7699
|
36 |
+
- Accuracy: 0.4651
|
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.001
|
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.4218 | 0.2558 |
|
69 |
+
| 1.7221 | 2.0 | 12 | 1.4061 | 0.3953 |
|
70 |
+
| 1.7221 | 3.0 | 18 | 1.4801 | 0.3256 |
|
71 |
+
| 1.2972 | 4.0 | 24 | 1.5453 | 0.3023 |
|
72 |
+
| 1.2115 | 5.0 | 30 | 1.2993 | 0.3953 |
|
73 |
+
| 1.2115 | 6.0 | 36 | 1.4486 | 0.3721 |
|
74 |
+
| 1.1196 | 7.0 | 42 | 1.4881 | 0.3721 |
|
75 |
+
| 1.1196 | 8.0 | 48 | 1.2031 | 0.4419 |
|
76 |
+
| 1.0394 | 9.0 | 54 | 1.1825 | 0.4651 |
|
77 |
+
| 0.9076 | 10.0 | 60 | 1.3831 | 0.3953 |
|
78 |
+
| 0.9076 | 11.0 | 66 | 1.5606 | 0.3953 |
|
79 |
+
| 0.8351 | 12.0 | 72 | 1.6879 | 0.3721 |
|
80 |
+
| 0.8351 | 13.0 | 78 | 1.5744 | 0.5581 |
|
81 |
+
| 0.7325 | 14.0 | 84 | 2.1220 | 0.5116 |
|
82 |
+
| 0.5767 | 15.0 | 90 | 2.2458 | 0.4884 |
|
83 |
+
| 0.5767 | 16.0 | 96 | 2.4745 | 0.3953 |
|
84 |
+
| 0.487 | 17.0 | 102 | 2.9255 | 0.3953 |
|
85 |
+
| 0.487 | 18.0 | 108 | 2.8169 | 0.4186 |
|
86 |
+
| 0.265 | 19.0 | 114 | 2.9600 | 0.4419 |
|
87 |
+
| 0.2739 | 20.0 | 120 | 3.0131 | 0.3953 |
|
88 |
+
| 0.2739 | 21.0 | 126 | 3.2413 | 0.4186 |
|
89 |
+
| 0.1684 | 22.0 | 132 | 4.9920 | 0.3953 |
|
90 |
+
| 0.1684 | 23.0 | 138 | 3.1514 | 0.5116 |
|
91 |
+
| 0.3265 | 24.0 | 144 | 4.1598 | 0.3953 |
|
92 |
+
| 0.2652 | 25.0 | 150 | 3.3248 | 0.4651 |
|
93 |
+
| 0.2652 | 26.0 | 156 | 3.1898 | 0.4884 |
|
94 |
+
| 0.1992 | 27.0 | 162 | 3.7937 | 0.3953 |
|
95 |
+
| 0.1992 | 28.0 | 168 | 3.9838 | 0.4884 |
|
96 |
+
| 0.1826 | 29.0 | 174 | 3.5764 | 0.3721 |
|
97 |
+
| 0.124 | 30.0 | 180 | 4.1231 | 0.4419 |
|
98 |
+
| 0.124 | 31.0 | 186 | 4.1455 | 0.4186 |
|
99 |
+
| 0.1353 | 32.0 | 192 | 3.9925 | 0.4186 |
|
100 |
+
| 0.1353 | 33.0 | 198 | 3.7016 | 0.5581 |
|
101 |
+
| 0.0743 | 34.0 | 204 | 3.7997 | 0.5349 |
|
102 |
+
| 0.0362 | 35.0 | 210 | 3.6073 | 0.4884 |
|
103 |
+
| 0.0362 | 36.0 | 216 | 3.6198 | 0.4651 |
|
104 |
+
| 0.0082 | 37.0 | 222 | 3.6509 | 0.4651 |
|
105 |
+
| 0.0082 | 38.0 | 228 | 3.7081 | 0.4651 |
|
106 |
+
| 0.003 | 39.0 | 234 | 3.7432 | 0.4651 |
|
107 |
+
| 0.002 | 40.0 | 240 | 3.7616 | 0.4651 |
|
108 |
+
| 0.002 | 41.0 | 246 | 3.7690 | 0.4651 |
|
109 |
+
| 0.0018 | 42.0 | 252 | 3.7699 | 0.4651 |
|
110 |
+
| 0.0018 | 43.0 | 258 | 3.7699 | 0.4651 |
|
111 |
+
| 0.0016 | 44.0 | 264 | 3.7699 | 0.4651 |
|
112 |
+
| 0.0017 | 45.0 | 270 | 3.7699 | 0.4651 |
|
113 |
+
| 0.0017 | 46.0 | 276 | 3.7699 | 0.4651 |
|
114 |
+
| 0.0017 | 47.0 | 282 | 3.7699 | 0.4651 |
|
115 |
+
| 0.0017 | 48.0 | 288 | 3.7699 | 0.4651 |
|
116 |
+
| 0.0018 | 49.0 | 294 | 3.7699 | 0.4651 |
|
117 |
+
| 0.0017 | 50.0 | 300 | 3.7699 | 0.4651 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.35.0
|
123 |
+
- Pytorch 2.1.0+cu118
|
124 |
+
- Datasets 2.14.6
|
125 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 86691704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb3767a83aedb59b3411b9a13d91a52390875aeb30b66847770d52c9eb2d335a
|
3 |
size 86691704
|
runs/Nov13_16-06-21_539903d36771/events.out.tfevents.1699891582.539903d36771.2411.48
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:18b1eddcddf58d4e5373b79f209b5342876afb1467d8c28c6c83ce81c75d597e
|
3 |
+
size 25450
|