hkivancoral
commited on
Commit
•
4556999
1
Parent(s):
9881802
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-tiny-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: smids_3x_deit_tiny_sgd_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.40266222961730447
|
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_tiny_sgd_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.1011
|
36 |
+
- Accuracy: 0.4027
|
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: 1e-05
|
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.2975 | 1.0 | 225 | 1.3313 | 0.3461 |
|
69 |
+
| 1.3535 | 2.0 | 450 | 1.3098 | 0.3411 |
|
70 |
+
| 1.364 | 3.0 | 675 | 1.2899 | 0.3411 |
|
71 |
+
| 1.2928 | 4.0 | 900 | 1.2721 | 0.3411 |
|
72 |
+
| 1.2627 | 5.0 | 1125 | 1.2559 | 0.3378 |
|
73 |
+
| 1.2073 | 6.0 | 1350 | 1.2414 | 0.3461 |
|
74 |
+
| 1.3184 | 7.0 | 1575 | 1.2280 | 0.3527 |
|
75 |
+
| 1.2058 | 8.0 | 1800 | 1.2162 | 0.3527 |
|
76 |
+
| 1.2305 | 9.0 | 2025 | 1.2057 | 0.3511 |
|
77 |
+
| 1.2453 | 10.0 | 2250 | 1.1960 | 0.3478 |
|
78 |
+
| 1.1822 | 11.0 | 2475 | 1.1875 | 0.3461 |
|
79 |
+
| 1.1856 | 12.0 | 2700 | 1.1797 | 0.3561 |
|
80 |
+
| 1.1979 | 13.0 | 2925 | 1.1728 | 0.3661 |
|
81 |
+
| 1.1589 | 14.0 | 3150 | 1.1665 | 0.3644 |
|
82 |
+
| 1.1625 | 15.0 | 3375 | 1.1608 | 0.3677 |
|
83 |
+
| 1.1751 | 16.0 | 3600 | 1.1557 | 0.3744 |
|
84 |
+
| 1.1846 | 17.0 | 3825 | 1.1510 | 0.3760 |
|
85 |
+
| 1.1541 | 18.0 | 4050 | 1.1466 | 0.3744 |
|
86 |
+
| 1.1807 | 19.0 | 4275 | 1.1426 | 0.3727 |
|
87 |
+
| 1.1744 | 20.0 | 4500 | 1.1389 | 0.3710 |
|
88 |
+
| 1.1694 | 21.0 | 4725 | 1.1356 | 0.3710 |
|
89 |
+
| 1.1819 | 22.0 | 4950 | 1.1325 | 0.3727 |
|
90 |
+
| 1.1574 | 23.0 | 5175 | 1.1297 | 0.3794 |
|
91 |
+
| 1.159 | 24.0 | 5400 | 1.1270 | 0.3760 |
|
92 |
+
| 1.1656 | 25.0 | 5625 | 1.1246 | 0.3760 |
|
93 |
+
| 1.1491 | 26.0 | 5850 | 1.1224 | 0.3777 |
|
94 |
+
| 1.1877 | 27.0 | 6075 | 1.1202 | 0.3760 |
|
95 |
+
| 1.1245 | 28.0 | 6300 | 1.1183 | 0.3810 |
|
96 |
+
| 1.1465 | 29.0 | 6525 | 1.1164 | 0.3877 |
|
97 |
+
| 1.0989 | 30.0 | 6750 | 1.1147 | 0.3910 |
|
98 |
+
| 1.1019 | 31.0 | 6975 | 1.1132 | 0.3927 |
|
99 |
+
| 1.1115 | 32.0 | 7200 | 1.1117 | 0.3927 |
|
100 |
+
| 1.1193 | 33.0 | 7425 | 1.1103 | 0.3943 |
|
101 |
+
| 1.1111 | 34.0 | 7650 | 1.1091 | 0.3960 |
|
102 |
+
| 1.1163 | 35.0 | 7875 | 1.1080 | 0.3977 |
|
103 |
+
| 1.1433 | 36.0 | 8100 | 1.1069 | 0.3993 |
|
104 |
+
| 1.0817 | 37.0 | 8325 | 1.1060 | 0.3993 |
|
105 |
+
| 1.1389 | 38.0 | 8550 | 1.1052 | 0.3993 |
|
106 |
+
| 1.1196 | 39.0 | 8775 | 1.1044 | 0.4027 |
|
107 |
+
| 1.1051 | 40.0 | 9000 | 1.1037 | 0.4043 |
|
108 |
+
| 1.1003 | 41.0 | 9225 | 1.1031 | 0.4027 |
|
109 |
+
| 1.1259 | 42.0 | 9450 | 1.1026 | 0.4027 |
|
110 |
+
| 1.1127 | 43.0 | 9675 | 1.1022 | 0.4027 |
|
111 |
+
| 1.1252 | 44.0 | 9900 | 1.1018 | 0.4010 |
|
112 |
+
| 1.0665 | 45.0 | 10125 | 1.1016 | 0.4027 |
|
113 |
+
| 1.1219 | 46.0 | 10350 | 1.1014 | 0.4027 |
|
114 |
+
| 1.1281 | 47.0 | 10575 | 1.1012 | 0.4027 |
|
115 |
+
| 1.0847 | 48.0 | 10800 | 1.1011 | 0.4027 |
|
116 |
+
| 1.1349 | 49.0 | 11025 | 1.1011 | 0.4027 |
|
117 |
+
| 1.1316 | 50.0 | 11250 | 1.1011 | 0.4027 |
|
118 |
+
|
119 |
+
|
120 |
+
### Framework versions
|
121 |
+
|
122 |
+
- Transformers 4.32.1
|
123 |
+
- Pytorch 2.1.1+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 22167850
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6cdabcd26449da5aa4ef42437a7bbc1d408905ecb536b3cca5be3cb4af3bb5
|
3 |
size 22167850
|