Commit
·
45af7ab
1
Parent(s):
695c289
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_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.885
|
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_001_fold3
|
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: 0.3132
|
36 |
+
- Accuracy: 0.885
|
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 |
+
| 0.9334 | 1.0 | 225 | 0.9342 | 0.5617 |
|
69 |
+
| 0.6594 | 2.0 | 450 | 0.7339 | 0.7033 |
|
70 |
+
| 0.5574 | 3.0 | 675 | 0.6026 | 0.7783 |
|
71 |
+
| 0.5172 | 4.0 | 900 | 0.5194 | 0.82 |
|
72 |
+
| 0.484 | 5.0 | 1125 | 0.4765 | 0.83 |
|
73 |
+
| 0.4213 | 6.0 | 1350 | 0.4411 | 0.8317 |
|
74 |
+
| 0.3641 | 7.0 | 1575 | 0.4119 | 0.84 |
|
75 |
+
| 0.3918 | 8.0 | 1800 | 0.3965 | 0.8467 |
|
76 |
+
| 0.3897 | 9.0 | 2025 | 0.3767 | 0.855 |
|
77 |
+
| 0.3608 | 10.0 | 2250 | 0.3717 | 0.855 |
|
78 |
+
| 0.3065 | 11.0 | 2475 | 0.3577 | 0.8583 |
|
79 |
+
| 0.3443 | 12.0 | 2700 | 0.3519 | 0.8667 |
|
80 |
+
| 0.3224 | 13.0 | 2925 | 0.3447 | 0.8667 |
|
81 |
+
| 0.3208 | 14.0 | 3150 | 0.3383 | 0.8767 |
|
82 |
+
| 0.2793 | 15.0 | 3375 | 0.3349 | 0.8783 |
|
83 |
+
| 0.2956 | 16.0 | 3600 | 0.3330 | 0.875 |
|
84 |
+
| 0.3399 | 17.0 | 3825 | 0.3298 | 0.8783 |
|
85 |
+
| 0.2685 | 18.0 | 4050 | 0.3281 | 0.8733 |
|
86 |
+
| 0.2915 | 19.0 | 4275 | 0.3329 | 0.8767 |
|
87 |
+
| 0.2697 | 20.0 | 4500 | 0.3263 | 0.8767 |
|
88 |
+
| 0.2328 | 21.0 | 4725 | 0.3232 | 0.8767 |
|
89 |
+
| 0.2125 | 22.0 | 4950 | 0.3202 | 0.8783 |
|
90 |
+
| 0.2061 | 23.0 | 5175 | 0.3195 | 0.8817 |
|
91 |
+
| 0.2429 | 24.0 | 5400 | 0.3174 | 0.8833 |
|
92 |
+
| 0.2246 | 25.0 | 5625 | 0.3192 | 0.8867 |
|
93 |
+
| 0.2934 | 26.0 | 5850 | 0.3181 | 0.885 |
|
94 |
+
| 0.2259 | 27.0 | 6075 | 0.3160 | 0.885 |
|
95 |
+
| 0.2084 | 28.0 | 6300 | 0.3155 | 0.8833 |
|
96 |
+
| 0.2294 | 29.0 | 6525 | 0.3147 | 0.88 |
|
97 |
+
| 0.2001 | 30.0 | 6750 | 0.3145 | 0.8817 |
|
98 |
+
| 0.2211 | 31.0 | 6975 | 0.3141 | 0.8867 |
|
99 |
+
| 0.2219 | 32.0 | 7200 | 0.3133 | 0.8883 |
|
100 |
+
| 0.2508 | 33.0 | 7425 | 0.3138 | 0.8817 |
|
101 |
+
| 0.2086 | 34.0 | 7650 | 0.3129 | 0.8883 |
|
102 |
+
| 0.1887 | 35.0 | 7875 | 0.3125 | 0.8817 |
|
103 |
+
| 0.215 | 36.0 | 8100 | 0.3139 | 0.8867 |
|
104 |
+
| 0.1909 | 37.0 | 8325 | 0.3137 | 0.89 |
|
105 |
+
| 0.2136 | 38.0 | 8550 | 0.3150 | 0.8767 |
|
106 |
+
| 0.1884 | 39.0 | 8775 | 0.3120 | 0.8867 |
|
107 |
+
| 0.195 | 40.0 | 9000 | 0.3127 | 0.8833 |
|
108 |
+
| 0.178 | 41.0 | 9225 | 0.3134 | 0.885 |
|
109 |
+
| 0.1962 | 42.0 | 9450 | 0.3131 | 0.885 |
|
110 |
+
| 0.1627 | 43.0 | 9675 | 0.3128 | 0.885 |
|
111 |
+
| 0.1909 | 44.0 | 9900 | 0.3136 | 0.885 |
|
112 |
+
| 0.1981 | 45.0 | 10125 | 0.3133 | 0.885 |
|
113 |
+
| 0.1676 | 46.0 | 10350 | 0.3129 | 0.885 |
|
114 |
+
| 0.2286 | 47.0 | 10575 | 0.3130 | 0.885 |
|
115 |
+
| 0.1565 | 48.0 | 10800 | 0.3131 | 0.885 |
|
116 |
+
| 0.2098 | 49.0 | 11025 | 0.3132 | 0.885 |
|
117 |
+
| 0.1664 | 50.0 | 11250 | 0.3132 | 0.885 |
|
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:33f0305a42990173557414ab0ef164a369ae901f68a61b13fc99a75420d98214
|
3 |
size 22167850
|