hkivancoral
commited on
Commit
•
5447648
1
Parent(s):
63dbba8
End of training
Browse files- README.md +125 -0
- pytorch_model.bin +1 -1
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_3x_deit_small_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.9065108514190318
|
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_3x_deit_small_rms_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.8635
|
36 |
+
- Accuracy: 0.9065
|
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.3954 | 1.0 | 226 | 0.3893 | 0.8280 |
|
69 |
+
| 0.2465 | 2.0 | 452 | 0.3428 | 0.8881 |
|
70 |
+
| 0.1728 | 3.0 | 678 | 0.3745 | 0.8831 |
|
71 |
+
| 0.1347 | 4.0 | 904 | 0.4194 | 0.8848 |
|
72 |
+
| 0.0709 | 5.0 | 1130 | 0.4431 | 0.8898 |
|
73 |
+
| 0.0807 | 6.0 | 1356 | 0.4957 | 0.8781 |
|
74 |
+
| 0.0722 | 7.0 | 1582 | 0.4748 | 0.8898 |
|
75 |
+
| 0.036 | 8.0 | 1808 | 0.6178 | 0.8831 |
|
76 |
+
| 0.0808 | 9.0 | 2034 | 0.5850 | 0.8831 |
|
77 |
+
| 0.0404 | 10.0 | 2260 | 0.5350 | 0.9015 |
|
78 |
+
| 0.016 | 11.0 | 2486 | 0.5574 | 0.8831 |
|
79 |
+
| 0.0147 | 12.0 | 2712 | 0.5709 | 0.8865 |
|
80 |
+
| 0.0113 | 13.0 | 2938 | 0.6888 | 0.8815 |
|
81 |
+
| 0.0209 | 14.0 | 3164 | 0.4757 | 0.9149 |
|
82 |
+
| 0.0245 | 15.0 | 3390 | 0.6913 | 0.8815 |
|
83 |
+
| 0.0203 | 16.0 | 3616 | 0.6653 | 0.8865 |
|
84 |
+
| 0.0109 | 17.0 | 3842 | 0.7353 | 0.8898 |
|
85 |
+
| 0.0341 | 18.0 | 4068 | 0.7660 | 0.8865 |
|
86 |
+
| 0.0053 | 19.0 | 4294 | 0.6013 | 0.8965 |
|
87 |
+
| 0.0015 | 20.0 | 4520 | 0.6073 | 0.8965 |
|
88 |
+
| 0.0003 | 21.0 | 4746 | 0.7366 | 0.8965 |
|
89 |
+
| 0.0274 | 22.0 | 4972 | 0.7587 | 0.8798 |
|
90 |
+
| 0.0019 | 23.0 | 5198 | 0.6702 | 0.8998 |
|
91 |
+
| 0.0001 | 24.0 | 5424 | 0.7767 | 0.8815 |
|
92 |
+
| 0.0008 | 25.0 | 5650 | 0.6634 | 0.8998 |
|
93 |
+
| 0.023 | 26.0 | 5876 | 0.7380 | 0.8915 |
|
94 |
+
| 0.0 | 27.0 | 6102 | 0.8025 | 0.8898 |
|
95 |
+
| 0.0797 | 28.0 | 6328 | 0.7171 | 0.8948 |
|
96 |
+
| 0.0492 | 29.0 | 6554 | 0.6827 | 0.8982 |
|
97 |
+
| 0.0 | 30.0 | 6780 | 0.7690 | 0.9048 |
|
98 |
+
| 0.0 | 31.0 | 7006 | 0.7411 | 0.9048 |
|
99 |
+
| 0.0 | 32.0 | 7232 | 0.7425 | 0.8965 |
|
100 |
+
| 0.0032 | 33.0 | 7458 | 0.7178 | 0.9115 |
|
101 |
+
| 0.0006 | 34.0 | 7684 | 0.7893 | 0.9082 |
|
102 |
+
| 0.0 | 35.0 | 7910 | 0.8185 | 0.8932 |
|
103 |
+
| 0.0181 | 36.0 | 8136 | 0.8745 | 0.8932 |
|
104 |
+
| 0.0003 | 37.0 | 8362 | 0.8672 | 0.8932 |
|
105 |
+
| 0.0 | 38.0 | 8588 | 0.8314 | 0.8982 |
|
106 |
+
| 0.0 | 39.0 | 8814 | 0.8333 | 0.8965 |
|
107 |
+
| 0.0 | 40.0 | 9040 | 0.7854 | 0.9065 |
|
108 |
+
| 0.0036 | 41.0 | 9266 | 0.8828 | 0.9015 |
|
109 |
+
| 0.0028 | 42.0 | 9492 | 0.8402 | 0.9065 |
|
110 |
+
| 0.0 | 43.0 | 9718 | 0.8689 | 0.8982 |
|
111 |
+
| 0.0 | 44.0 | 9944 | 0.8390 | 0.9065 |
|
112 |
+
| 0.0 | 45.0 | 10170 | 0.8434 | 0.9082 |
|
113 |
+
| 0.0 | 46.0 | 10396 | 0.8531 | 0.9132 |
|
114 |
+
| 0.0 | 47.0 | 10622 | 0.8589 | 0.9098 |
|
115 |
+
| 0.0 | 48.0 | 10848 | 0.8632 | 0.9065 |
|
116 |
+
| 0.0 | 49.0 | 11074 | 0.8630 | 0.9065 |
|
117 |
+
| 0.0 | 50.0 | 11300 | 0.8635 | 0.9065 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.32.1
|
123 |
+
- Pytorch 2.1.0+cu121
|
124 |
+
- Datasets 2.12.0
|
125 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 86735658
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:768bcc48ee1a951c9efffea07a2b0f2ed92cc8f55af8a752f0230856eae860d8
|
3 |
size 86735658
|