Model save
Browse files
README.md
CHANGED
@@ -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
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,16 +67,16 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9644592530889907
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.1069
|
36 |
+
- Accuracy: 0.9645
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.5605 | 1.0 | 506 | 0.3984 | 0.8341 |
|
71 |
+
| 0.3828 | 2.0 | 1013 | 0.1944 | 0.9271 |
|
72 |
+
| 0.3092 | 3.0 | 1519 | 0.1862 | 0.9339 |
|
73 |
+
| 0.3234 | 4.0 | 2026 | 0.1415 | 0.9510 |
|
74 |
+
| 0.2471 | 5.0 | 2532 | 0.1355 | 0.9517 |
|
75 |
+
| 0.251 | 6.0 | 3039 | 0.1170 | 0.9606 |
|
76 |
+
| 0.2276 | 7.0 | 3545 | 0.1136 | 0.9627 |
|
77 |
+
| 0.2182 | 8.0 | 4052 | 0.1121 | 0.9628 |
|
78 |
+
| 0.1386 | 9.0 | 4558 | 0.1116 | 0.9632 |
|
79 |
+
| 0.1466 | 9.99 | 5060 | 0.1069 | 0.9645 |
|
80 |
|
81 |
|
82 |
### Framework versions
|