Commit
·
dc12433
1
Parent(s):
0856c70
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-base-patch16-224
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: smids_10x_deit_base_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.5540765391014975
|
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_10x_deit_base_sgd_00001_fold2
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/deit-base-patch16-224](https://huggingface.co/facebook/deit-base-patch16-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.0091
|
36 |
+
- Accuracy: 0.5541
|
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.1301 | 1.0 | 750 | 1.1044 | 0.3361 |
|
69 |
+
| 1.0956 | 2.0 | 1500 | 1.1008 | 0.3394 |
|
70 |
+
| 1.0885 | 3.0 | 2250 | 1.0973 | 0.3527 |
|
71 |
+
| 1.0813 | 4.0 | 3000 | 1.0939 | 0.3677 |
|
72 |
+
| 1.0897 | 5.0 | 3750 | 1.0907 | 0.3794 |
|
73 |
+
| 1.0999 | 6.0 | 4500 | 1.0875 | 0.3794 |
|
74 |
+
| 1.0837 | 7.0 | 5250 | 1.0844 | 0.3810 |
|
75 |
+
| 1.0633 | 8.0 | 6000 | 1.0813 | 0.3860 |
|
76 |
+
| 1.0777 | 9.0 | 6750 | 1.0784 | 0.3977 |
|
77 |
+
| 1.0672 | 10.0 | 7500 | 1.0755 | 0.4027 |
|
78 |
+
| 1.0688 | 11.0 | 8250 | 1.0726 | 0.4143 |
|
79 |
+
| 1.0524 | 12.0 | 9000 | 1.0698 | 0.4193 |
|
80 |
+
| 1.0588 | 13.0 | 9750 | 1.0670 | 0.4276 |
|
81 |
+
| 1.0355 | 14.0 | 10500 | 1.0642 | 0.4443 |
|
82 |
+
| 1.0421 | 15.0 | 11250 | 1.0615 | 0.4526 |
|
83 |
+
| 1.0517 | 16.0 | 12000 | 1.0588 | 0.4526 |
|
84 |
+
| 1.0228 | 17.0 | 12750 | 1.0561 | 0.4609 |
|
85 |
+
| 1.052 | 18.0 | 13500 | 1.0535 | 0.4626 |
|
86 |
+
| 1.0453 | 19.0 | 14250 | 1.0509 | 0.4742 |
|
87 |
+
| 1.0307 | 20.0 | 15000 | 1.0483 | 0.4842 |
|
88 |
+
| 1.0308 | 21.0 | 15750 | 1.0459 | 0.4892 |
|
89 |
+
| 1.0369 | 22.0 | 16500 | 1.0434 | 0.5008 |
|
90 |
+
| 1.0173 | 23.0 | 17250 | 1.0411 | 0.5008 |
|
91 |
+
| 1.0178 | 24.0 | 18000 | 1.0388 | 0.5058 |
|
92 |
+
| 1.021 | 25.0 | 18750 | 1.0366 | 0.5075 |
|
93 |
+
| 1.0167 | 26.0 | 19500 | 1.0344 | 0.5075 |
|
94 |
+
| 1.0247 | 27.0 | 20250 | 1.0323 | 0.5125 |
|
95 |
+
| 1.0234 | 28.0 | 21000 | 1.0303 | 0.5208 |
|
96 |
+
| 1.003 | 29.0 | 21750 | 1.0283 | 0.5258 |
|
97 |
+
| 1.008 | 30.0 | 22500 | 1.0265 | 0.5308 |
|
98 |
+
| 1.0192 | 31.0 | 23250 | 1.0247 | 0.5341 |
|
99 |
+
| 1.0098 | 32.0 | 24000 | 1.0231 | 0.5374 |
|
100 |
+
| 0.9987 | 33.0 | 24750 | 1.0215 | 0.5408 |
|
101 |
+
| 0.9994 | 34.0 | 25500 | 1.0200 | 0.5408 |
|
102 |
+
| 1.0171 | 35.0 | 26250 | 1.0186 | 0.5408 |
|
103 |
+
| 1.013 | 36.0 | 27000 | 1.0173 | 0.5441 |
|
104 |
+
| 0.988 | 37.0 | 27750 | 1.0161 | 0.5441 |
|
105 |
+
| 0.9905 | 38.0 | 28500 | 1.0150 | 0.5491 |
|
106 |
+
| 0.9967 | 39.0 | 29250 | 1.0140 | 0.5491 |
|
107 |
+
| 0.9901 | 40.0 | 30000 | 1.0131 | 0.5557 |
|
108 |
+
| 0.9977 | 41.0 | 30750 | 1.0123 | 0.5557 |
|
109 |
+
| 1.0045 | 42.0 | 31500 | 1.0116 | 0.5557 |
|
110 |
+
| 0.9983 | 43.0 | 32250 | 1.0109 | 0.5541 |
|
111 |
+
| 0.9818 | 44.0 | 33000 | 1.0104 | 0.5541 |
|
112 |
+
| 0.9768 | 45.0 | 33750 | 1.0100 | 0.5541 |
|
113 |
+
| 0.9827 | 46.0 | 34500 | 1.0096 | 0.5541 |
|
114 |
+
| 0.9904 | 47.0 | 35250 | 1.0094 | 0.5541 |
|
115 |
+
| 0.9884 | 48.0 | 36000 | 1.0092 | 0.5541 |
|
116 |
+
| 0.9851 | 49.0 | 36750 | 1.0091 | 0.5541 |
|
117 |
+
| 0.9904 | 50.0 | 37500 | 1.0091 | 0.5541 |
|
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 343272234
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85466dc3eb6297858851a68bef9240f6f85aeb917872829e712eee68b2c70361
|
3 |
size 343272234
|