hkivancoral
commited on
Commit
•
ca072c4
1
Parent(s):
cae4b7f
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_adamax_00001_fold2
|
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.7777777777777778
|
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_adamax_00001_fold2
|
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: 1.3029
|
36 |
+
- Accuracy: 0.7778
|
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.7446 | 1.0 | 27 | 0.9312 | 0.6667 |
|
69 |
+
| 0.1747 | 2.0 | 54 | 1.0634 | 0.6667 |
|
70 |
+
| 0.0436 | 3.0 | 81 | 1.1538 | 0.6889 |
|
71 |
+
| 0.0072 | 4.0 | 108 | 1.1186 | 0.7111 |
|
72 |
+
| 0.0036 | 5.0 | 135 | 1.4466 | 0.6667 |
|
73 |
+
| 0.0007 | 6.0 | 162 | 1.3997 | 0.6889 |
|
74 |
+
| 0.0023 | 7.0 | 189 | 1.1775 | 0.7333 |
|
75 |
+
| 0.0002 | 8.0 | 216 | 1.3345 | 0.7333 |
|
76 |
+
| 0.0001 | 9.0 | 243 | 1.2661 | 0.7333 |
|
77 |
+
| 0.0001 | 10.0 | 270 | 1.2707 | 0.7333 |
|
78 |
+
| 0.0001 | 11.0 | 297 | 1.2671 | 0.7333 |
|
79 |
+
| 0.0001 | 12.0 | 324 | 1.2637 | 0.7556 |
|
80 |
+
| 0.0001 | 13.0 | 351 | 1.2664 | 0.7556 |
|
81 |
+
| 0.0001 | 14.0 | 378 | 1.2658 | 0.7556 |
|
82 |
+
| 0.0001 | 15.0 | 405 | 1.2627 | 0.7556 |
|
83 |
+
| 0.0001 | 16.0 | 432 | 1.2685 | 0.7556 |
|
84 |
+
| 0.0001 | 17.0 | 459 | 1.2678 | 0.7778 |
|
85 |
+
| 0.0001 | 18.0 | 486 | 1.2674 | 0.7778 |
|
86 |
+
| 0.0001 | 19.0 | 513 | 1.2701 | 0.7778 |
|
87 |
+
| 0.0001 | 20.0 | 540 | 1.2690 | 0.7778 |
|
88 |
+
| 0.0001 | 21.0 | 567 | 1.2702 | 0.7778 |
|
89 |
+
| 0.0 | 22.0 | 594 | 1.2727 | 0.7778 |
|
90 |
+
| 0.0 | 23.0 | 621 | 1.2744 | 0.7778 |
|
91 |
+
| 0.0 | 24.0 | 648 | 1.2792 | 0.7778 |
|
92 |
+
| 0.0 | 25.0 | 675 | 1.2781 | 0.7778 |
|
93 |
+
| 0.0 | 26.0 | 702 | 1.2815 | 0.7778 |
|
94 |
+
| 0.0 | 27.0 | 729 | 1.2813 | 0.7778 |
|
95 |
+
| 0.0 | 28.0 | 756 | 1.2838 | 0.7778 |
|
96 |
+
| 0.0 | 29.0 | 783 | 1.2855 | 0.7778 |
|
97 |
+
| 0.0 | 30.0 | 810 | 1.2884 | 0.7778 |
|
98 |
+
| 0.0 | 31.0 | 837 | 1.2896 | 0.7778 |
|
99 |
+
| 0.0 | 32.0 | 864 | 1.2918 | 0.7778 |
|
100 |
+
| 0.0 | 33.0 | 891 | 1.2896 | 0.7778 |
|
101 |
+
| 0.0 | 34.0 | 918 | 1.2932 | 0.7778 |
|
102 |
+
| 0.0 | 35.0 | 945 | 1.2947 | 0.7778 |
|
103 |
+
| 0.0 | 36.0 | 972 | 1.2919 | 0.7778 |
|
104 |
+
| 0.0 | 37.0 | 999 | 1.2951 | 0.7778 |
|
105 |
+
| 0.0 | 38.0 | 1026 | 1.2979 | 0.7778 |
|
106 |
+
| 0.0 | 39.0 | 1053 | 1.3002 | 0.7778 |
|
107 |
+
| 0.0 | 40.0 | 1080 | 1.2989 | 0.7778 |
|
108 |
+
| 0.0 | 41.0 | 1107 | 1.3009 | 0.7778 |
|
109 |
+
| 0.0 | 42.0 | 1134 | 1.3017 | 0.7778 |
|
110 |
+
| 0.0 | 43.0 | 1161 | 1.3020 | 0.7778 |
|
111 |
+
| 0.0 | 44.0 | 1188 | 1.3018 | 0.7778 |
|
112 |
+
| 0.0 | 45.0 | 1215 | 1.3024 | 0.7778 |
|
113 |
+
| 0.0 | 46.0 | 1242 | 1.3027 | 0.7778 |
|
114 |
+
| 0.0 | 47.0 | 1269 | 1.3028 | 0.7778 |
|
115 |
+
| 0.0 | 48.0 | 1296 | 1.3029 | 0.7778 |
|
116 |
+
| 0.0 | 49.0 | 1323 | 1.3029 | 0.7778 |
|
117 |
+
| 0.0 | 50.0 | 1350 | 1.3029 | 0.7778 |
|
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:c15a97b8f124819b468bfe4dd742890dae74d133ab1b70517feae2a83c55de26
|
3 |
size 22123464
|