Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: mansee/swin-tiny-patch4-window7-224
|
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-img_orientation
|
32 |
|
33 |
-
This model is a fine-tuned version of [mansee/swin-tiny-patch4-window7-224
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,27 +61,20 @@ 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.3926 | 4.0 | 1650 | 0.4515 | 0.7733 |
|
74 |
-
| 0.3859 | 5.0 | 2062 | 0.4394 | 0.7717 |
|
75 |
-
| 0.3822 | 6.0 | 2475 | 0.4410 | 0.7784 |
|
76 |
-
| 0.3804 | 7.0 | 2887 | 0.4561 | 0.7767 |
|
77 |
-
| 0.3231 | 8.0 | 3300 | 0.4505 | 0.7784 |
|
78 |
-
| 0.3295 | 9.0 | 3712 | 0.4607 | 0.7789 |
|
79 |
-
| 0.321 | 9.99 | 4120 | 0.4538 | 0.7794 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
83 |
|
84 |
-
- Transformers 4.
|
85 |
- Pytorch 2.0.1+cu118
|
86 |
- Datasets 2.14.4
|
87 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: mansee/swin-tiny-patch4-window7-224
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.7774538386783285
|
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-img_orientation
|
32 |
|
33 |
+
This model is a fine-tuned version of [mansee/swin-tiny-patch4-window7-224](https://huggingface.co/mansee/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3917
|
36 |
+
- Accuracy: 0.7775
|
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: 3
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.5654 | 1.0 | 506 | 0.4642 | 0.7357 |
|
71 |
+
| 0.5194 | 2.0 | 1013 | 0.4098 | 0.7676 |
|
72 |
+
| 0.4478 | 3.0 | 1518 | 0.3917 | 0.7775 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.33.0
|
78 |
- Pytorch 2.0.1+cu118
|
79 |
- Datasets 2.14.4
|
80 |
- Tokenizers 0.13.3
|