Commit
·
e8a000c
1
Parent(s):
7217266
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_5x_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.9
|
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_5x_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.2648
|
36 |
+
- Accuracy: 0.9
|
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.7316 | 1.0 | 375 | 0.7849 | 0.6383 |
|
69 |
+
| 0.5408 | 2.0 | 750 | 0.5416 | 0.805 |
|
70 |
+
| 0.4144 | 3.0 | 1125 | 0.4477 | 0.8483 |
|
71 |
+
| 0.4149 | 4.0 | 1500 | 0.3929 | 0.8533 |
|
72 |
+
| 0.413 | 5.0 | 1875 | 0.3596 | 0.865 |
|
73 |
+
| 0.347 | 6.0 | 2250 | 0.3405 | 0.87 |
|
74 |
+
| 0.3766 | 7.0 | 2625 | 0.3237 | 0.885 |
|
75 |
+
| 0.3353 | 8.0 | 3000 | 0.3140 | 0.8833 |
|
76 |
+
| 0.2912 | 9.0 | 3375 | 0.3069 | 0.8817 |
|
77 |
+
| 0.2983 | 10.0 | 3750 | 0.3022 | 0.8883 |
|
78 |
+
| 0.2271 | 11.0 | 4125 | 0.2992 | 0.8867 |
|
79 |
+
| 0.2804 | 12.0 | 4500 | 0.2892 | 0.8917 |
|
80 |
+
| 0.2434 | 13.0 | 4875 | 0.2876 | 0.89 |
|
81 |
+
| 0.2434 | 14.0 | 5250 | 0.2819 | 0.8883 |
|
82 |
+
| 0.2457 | 15.0 | 5625 | 0.2817 | 0.8967 |
|
83 |
+
| 0.2178 | 16.0 | 6000 | 0.2772 | 0.9 |
|
84 |
+
| 0.2586 | 17.0 | 6375 | 0.2753 | 0.9 |
|
85 |
+
| 0.2424 | 18.0 | 6750 | 0.2760 | 0.8967 |
|
86 |
+
| 0.2316 | 19.0 | 7125 | 0.2730 | 0.8967 |
|
87 |
+
| 0.236 | 20.0 | 7500 | 0.2701 | 0.9033 |
|
88 |
+
| 0.1785 | 21.0 | 7875 | 0.2679 | 0.9017 |
|
89 |
+
| 0.1868 | 22.0 | 8250 | 0.2698 | 0.9 |
|
90 |
+
| 0.2515 | 23.0 | 8625 | 0.2683 | 0.8983 |
|
91 |
+
| 0.2504 | 24.0 | 9000 | 0.2635 | 0.8967 |
|
92 |
+
| 0.2044 | 25.0 | 9375 | 0.2645 | 0.9033 |
|
93 |
+
| 0.2051 | 26.0 | 9750 | 0.2668 | 0.8983 |
|
94 |
+
| 0.2231 | 27.0 | 10125 | 0.2645 | 0.9033 |
|
95 |
+
| 0.2003 | 28.0 | 10500 | 0.2627 | 0.8983 |
|
96 |
+
| 0.1423 | 29.0 | 10875 | 0.2631 | 0.9033 |
|
97 |
+
| 0.2099 | 30.0 | 11250 | 0.2641 | 0.9 |
|
98 |
+
| 0.2023 | 31.0 | 11625 | 0.2642 | 0.9 |
|
99 |
+
| 0.2174 | 32.0 | 12000 | 0.2642 | 0.9 |
|
100 |
+
| 0.198 | 33.0 | 12375 | 0.2636 | 0.8967 |
|
101 |
+
| 0.1518 | 34.0 | 12750 | 0.2625 | 0.9033 |
|
102 |
+
| 0.1375 | 35.0 | 13125 | 0.2629 | 0.9017 |
|
103 |
+
| 0.1414 | 36.0 | 13500 | 0.2638 | 0.9017 |
|
104 |
+
| 0.1599 | 37.0 | 13875 | 0.2634 | 0.9033 |
|
105 |
+
| 0.164 | 38.0 | 14250 | 0.2642 | 0.9 |
|
106 |
+
| 0.1442 | 39.0 | 14625 | 0.2626 | 0.8983 |
|
107 |
+
| 0.1928 | 40.0 | 15000 | 0.2641 | 0.9017 |
|
108 |
+
| 0.1643 | 41.0 | 15375 | 0.2643 | 0.9017 |
|
109 |
+
| 0.1534 | 42.0 | 15750 | 0.2642 | 0.9017 |
|
110 |
+
| 0.1818 | 43.0 | 16125 | 0.2644 | 0.9017 |
|
111 |
+
| 0.1596 | 44.0 | 16500 | 0.2650 | 0.9 |
|
112 |
+
| 0.1441 | 45.0 | 16875 | 0.2645 | 0.9017 |
|
113 |
+
| 0.1513 | 46.0 | 17250 | 0.2643 | 0.9 |
|
114 |
+
| 0.1221 | 47.0 | 17625 | 0.2647 | 0.9 |
|
115 |
+
| 0.1853 | 48.0 | 18000 | 0.2646 | 0.9 |
|
116 |
+
| 0.1404 | 49.0 | 18375 | 0.2649 | 0.9 |
|
117 |
+
| 0.1644 | 50.0 | 18750 | 0.2648 | 0.9 |
|
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:06022698a8c315d523cc4731d16c6b7d64f4346dd87299413ef9a8530830520f
|
3 |
size 22167850
|