Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# swin-tiny-patch4-window7-224-blank_img
|
32 |
|
33 |
-
This model is a fine-tuned version of [
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,22 +61,17 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.0804 | 5.99 | 436 | 0.0888 | 0.9758 |
|
76 |
-
| 0.0722 | 7.0 | 509 | 0.0827 | 0.9758 |
|
77 |
-
| 0.061 | 8.0 | 582 | 0.0899 | 0.9758 |
|
78 |
-
| 0.0706 | 8.99 | 654 | 0.0916 | 0.9758 |
|
79 |
-
| 0.0633 | 9.9 | 720 | 0.0937 | 0.9758 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: mansee/swin-tiny-patch4-window7-224-blank_img
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9738372093023255
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# swin-tiny-patch4-window7-224-blank_img
|
32 |
|
33 |
+
This model is a fine-tuned version of [mansee/swin-tiny-patch4-window7-224-blank_img](https://huggingface.co/mansee/swin-tiny-patch4-window7-224-blank_img) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1016
|
36 |
+
- Accuracy: 0.9738
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 5
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.0502 | 0.99 | 72 | 0.1300 | 0.9651 |
|
71 |
+
| 0.1107 | 1.99 | 145 | 0.1023 | 0.9729 |
|
72 |
+
| 0.0917 | 3.0 | 218 | 0.1277 | 0.9651 |
|
73 |
+
| 0.1022 | 4.0 | 291 | 0.1258 | 0.9719 |
|
74 |
+
| 0.0888 | 4.95 | 360 | 0.1016 | 0.9738 |
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|