hkivancoral
commited on
Commit
•
e9c886f
1
Parent(s):
13d8117
End of training
Browse files- README.md +125 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/deit-tiny-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: hushem_5x_deit_tiny_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.6444444444444445
|
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_deit_tiny_rms_0001_fold1
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.7423
|
36 |
+
- Accuracy: 0.6444
|
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.4819 | 1.0 | 27 | 1.3858 | 0.4222 |
|
69 |
+
| 1.2591 | 2.0 | 54 | 1.5267 | 0.3556 |
|
70 |
+
| 0.7593 | 3.0 | 81 | 1.2907 | 0.4667 |
|
71 |
+
| 0.5581 | 4.0 | 108 | 1.8771 | 0.5111 |
|
72 |
+
| 0.2708 | 5.0 | 135 | 1.1107 | 0.6 |
|
73 |
+
| 0.0918 | 6.0 | 162 | 1.6349 | 0.6 |
|
74 |
+
| 0.0815 | 7.0 | 189 | 1.8415 | 0.5556 |
|
75 |
+
| 0.0759 | 8.0 | 216 | 2.0598 | 0.5778 |
|
76 |
+
| 0.0537 | 9.0 | 243 | 1.9632 | 0.6222 |
|
77 |
+
| 0.0015 | 10.0 | 270 | 1.8818 | 0.6444 |
|
78 |
+
| 0.0003 | 11.0 | 297 | 2.0815 | 0.6222 |
|
79 |
+
| 0.0001 | 12.0 | 324 | 2.0650 | 0.6444 |
|
80 |
+
| 0.0001 | 13.0 | 351 | 2.0989 | 0.6444 |
|
81 |
+
| 0.0001 | 14.0 | 378 | 2.1289 | 0.6444 |
|
82 |
+
| 0.0001 | 15.0 | 405 | 2.1588 | 0.6444 |
|
83 |
+
| 0.0001 | 16.0 | 432 | 2.1838 | 0.6222 |
|
84 |
+
| 0.0001 | 17.0 | 459 | 2.2142 | 0.6444 |
|
85 |
+
| 0.0 | 18.0 | 486 | 2.2371 | 0.6444 |
|
86 |
+
| 0.0 | 19.0 | 513 | 2.2604 | 0.6444 |
|
87 |
+
| 0.0 | 20.0 | 540 | 2.2825 | 0.6444 |
|
88 |
+
| 0.0 | 21.0 | 567 | 2.3034 | 0.6444 |
|
89 |
+
| 0.0 | 22.0 | 594 | 2.3271 | 0.6444 |
|
90 |
+
| 0.0 | 23.0 | 621 | 2.3489 | 0.6444 |
|
91 |
+
| 0.0 | 24.0 | 648 | 2.3707 | 0.6444 |
|
92 |
+
| 0.0 | 25.0 | 675 | 2.3919 | 0.6444 |
|
93 |
+
| 0.0 | 26.0 | 702 | 2.4064 | 0.6444 |
|
94 |
+
| 0.0 | 27.0 | 729 | 2.4258 | 0.6444 |
|
95 |
+
| 0.0 | 28.0 | 756 | 2.4479 | 0.6444 |
|
96 |
+
| 0.0 | 29.0 | 783 | 2.4665 | 0.6444 |
|
97 |
+
| 0.0 | 30.0 | 810 | 2.4872 | 0.6444 |
|
98 |
+
| 0.0 | 31.0 | 837 | 2.5073 | 0.6444 |
|
99 |
+
| 0.0 | 32.0 | 864 | 2.5259 | 0.6444 |
|
100 |
+
| 0.0 | 33.0 | 891 | 2.5455 | 0.6444 |
|
101 |
+
| 0.0 | 34.0 | 918 | 2.5641 | 0.6444 |
|
102 |
+
| 0.0 | 35.0 | 945 | 2.5817 | 0.6444 |
|
103 |
+
| 0.0 | 36.0 | 972 | 2.6001 | 0.6444 |
|
104 |
+
| 0.0 | 37.0 | 999 | 2.6164 | 0.6444 |
|
105 |
+
| 0.0 | 38.0 | 1026 | 2.6335 | 0.6444 |
|
106 |
+
| 0.0 | 39.0 | 1053 | 2.6484 | 0.6444 |
|
107 |
+
| 0.0 | 40.0 | 1080 | 2.6642 | 0.6444 |
|
108 |
+
| 0.0 | 41.0 | 1107 | 2.6789 | 0.6444 |
|
109 |
+
| 0.0 | 42.0 | 1134 | 2.6927 | 0.6444 |
|
110 |
+
| 0.0 | 43.0 | 1161 | 2.7058 | 0.6444 |
|
111 |
+
| 0.0 | 44.0 | 1188 | 2.7171 | 0.6444 |
|
112 |
+
| 0.0 | 45.0 | 1215 | 2.7264 | 0.6444 |
|
113 |
+
| 0.0 | 46.0 | 1242 | 2.7343 | 0.6444 |
|
114 |
+
| 0.0 | 47.0 | 1269 | 2.7400 | 0.6444 |
|
115 |
+
| 0.0 | 48.0 | 1296 | 2.7423 | 0.6444 |
|
116 |
+
| 0.0 | 49.0 | 1323 | 2.7423 | 0.6444 |
|
117 |
+
| 0.0 | 50.0 | 1350 | 2.7423 | 0.6444 |
|
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 22123464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:009d1341cc544962268d178473b456700018038e0c90b89517ae1af357bdf769
|
3 |
size 22123464
|