Model save
Browse files- README.md +17 -7
- model.safetensors +1 -1
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 0.8653
|
37 |
|
38 |
## Model description
|
@@ -61,17 +61,27 @@ 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 |
|
76 |
|
77 |
### Framework versions
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3944
|
36 |
- Accuracy: 0.8653
|
37 |
|
38 |
## Model description
|
|
|
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: 15
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.3648 | 0.99 | 59 | 0.3998 | 0.8653 |
|
71 |
+
| 0.3789 | 2.0 | 119 | 0.4005 | 0.8653 |
|
72 |
+
| 0.3572 | 2.99 | 178 | 0.4006 | 0.8653 |
|
73 |
+
| 0.3842 | 4.0 | 238 | 0.3905 | 0.8653 |
|
74 |
+
| 0.356 | 4.99 | 297 | 0.3894 | 0.8653 |
|
75 |
+
| 0.3564 | 6.0 | 357 | 0.3936 | 0.8653 |
|
76 |
+
| 0.3668 | 6.99 | 416 | 0.3934 | 0.8653 |
|
77 |
+
| 0.3538 | 8.0 | 476 | 0.3882 | 0.8653 |
|
78 |
+
| 0.353 | 8.99 | 535 | 0.3870 | 0.8653 |
|
79 |
+
| 0.3481 | 10.0 | 595 | 0.3867 | 0.8653 |
|
80 |
+
| 0.3315 | 10.99 | 654 | 0.3949 | 0.8653 |
|
81 |
+
| 0.3456 | 12.0 | 714 | 0.3919 | 0.8678 |
|
82 |
+
| 0.3329 | 12.99 | 773 | 0.3905 | 0.8653 |
|
83 |
+
| 0.3409 | 14.0 | 833 | 0.3930 | 0.8653 |
|
84 |
+
| 0.313 | 14.87 | 885 | 0.3944 | 0.8653 |
|
85 |
|
86 |
|
87 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110342832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:567d24888f6b0b4e9feb7573e94b39d26bb85840a306602e14d612359719841b
|
3 |
size 110342832
|