Commit
·
b066ab8
1
Parent(s):
1a6f2f8
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_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.9083333333333333
|
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_001_fold3
|
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: 0.2607
|
36 |
+
- Accuracy: 0.9083
|
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.5671 | 1.0 | 750 | 0.5928 | 0.7967 |
|
69 |
+
| 0.408 | 2.0 | 1500 | 0.4283 | 0.8517 |
|
70 |
+
| 0.3447 | 3.0 | 2250 | 0.3742 | 0.8633 |
|
71 |
+
| 0.3088 | 4.0 | 3000 | 0.3475 | 0.8683 |
|
72 |
+
| 0.2979 | 5.0 | 3750 | 0.3269 | 0.8733 |
|
73 |
+
| 0.2962 | 6.0 | 4500 | 0.3183 | 0.8767 |
|
74 |
+
| 0.2557 | 7.0 | 5250 | 0.3059 | 0.8817 |
|
75 |
+
| 0.2555 | 8.0 | 6000 | 0.2957 | 0.8817 |
|
76 |
+
| 0.2367 | 9.0 | 6750 | 0.2914 | 0.885 |
|
77 |
+
| 0.1949 | 10.0 | 7500 | 0.2859 | 0.8917 |
|
78 |
+
| 0.2488 | 11.0 | 8250 | 0.2846 | 0.8917 |
|
79 |
+
| 0.2475 | 12.0 | 9000 | 0.2777 | 0.895 |
|
80 |
+
| 0.1828 | 13.0 | 9750 | 0.2753 | 0.8983 |
|
81 |
+
| 0.2439 | 14.0 | 10500 | 0.2718 | 0.9017 |
|
82 |
+
| 0.2473 | 15.0 | 11250 | 0.2704 | 0.895 |
|
83 |
+
| 0.1928 | 16.0 | 12000 | 0.2696 | 0.895 |
|
84 |
+
| 0.1843 | 17.0 | 12750 | 0.2710 | 0.8983 |
|
85 |
+
| 0.2029 | 18.0 | 13500 | 0.2625 | 0.9033 |
|
86 |
+
| 0.2035 | 19.0 | 14250 | 0.2665 | 0.9 |
|
87 |
+
| 0.1744 | 20.0 | 15000 | 0.2677 | 0.905 |
|
88 |
+
| 0.152 | 21.0 | 15750 | 0.2612 | 0.9033 |
|
89 |
+
| 0.1898 | 22.0 | 16500 | 0.2631 | 0.9 |
|
90 |
+
| 0.1983 | 23.0 | 17250 | 0.2648 | 0.9067 |
|
91 |
+
| 0.1746 | 24.0 | 18000 | 0.2651 | 0.9067 |
|
92 |
+
| 0.2045 | 25.0 | 18750 | 0.2633 | 0.9067 |
|
93 |
+
| 0.1969 | 26.0 | 19500 | 0.2578 | 0.9067 |
|
94 |
+
| 0.1227 | 27.0 | 20250 | 0.2593 | 0.91 |
|
95 |
+
| 0.1518 | 28.0 | 21000 | 0.2610 | 0.9083 |
|
96 |
+
| 0.1661 | 29.0 | 21750 | 0.2607 | 0.9067 |
|
97 |
+
| 0.1698 | 30.0 | 22500 | 0.2600 | 0.9083 |
|
98 |
+
| 0.1513 | 31.0 | 23250 | 0.2624 | 0.9067 |
|
99 |
+
| 0.1181 | 32.0 | 24000 | 0.2595 | 0.9083 |
|
100 |
+
| 0.1772 | 33.0 | 24750 | 0.2601 | 0.9083 |
|
101 |
+
| 0.1745 | 34.0 | 25500 | 0.2608 | 0.9083 |
|
102 |
+
| 0.1241 | 35.0 | 26250 | 0.2599 | 0.9083 |
|
103 |
+
| 0.1459 | 36.0 | 27000 | 0.2607 | 0.9083 |
|
104 |
+
| 0.1333 | 37.0 | 27750 | 0.2607 | 0.9083 |
|
105 |
+
| 0.1934 | 38.0 | 28500 | 0.2605 | 0.905 |
|
106 |
+
| 0.1357 | 39.0 | 29250 | 0.2594 | 0.91 |
|
107 |
+
| 0.1781 | 40.0 | 30000 | 0.2597 | 0.91 |
|
108 |
+
| 0.1473 | 41.0 | 30750 | 0.2601 | 0.91 |
|
109 |
+
| 0.1773 | 42.0 | 31500 | 0.2596 | 0.9083 |
|
110 |
+
| 0.1488 | 43.0 | 32250 | 0.2600 | 0.9083 |
|
111 |
+
| 0.1451 | 44.0 | 33000 | 0.2615 | 0.9083 |
|
112 |
+
| 0.1365 | 45.0 | 33750 | 0.2606 | 0.9083 |
|
113 |
+
| 0.1144 | 46.0 | 34500 | 0.2619 | 0.9067 |
|
114 |
+
| 0.1714 | 47.0 | 35250 | 0.2607 | 0.9083 |
|
115 |
+
| 0.1189 | 48.0 | 36000 | 0.2607 | 0.9083 |
|
116 |
+
| 0.1679 | 49.0 | 36750 | 0.2607 | 0.9083 |
|
117 |
+
| 0.1606 | 50.0 | 37500 | 0.2607 | 0.9083 |
|
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:f8cbc02eda6727991a5521f2812487054337bf543be0df31522388c4cbe3aea1
|
3 |
size 343272234
|