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 [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.
|
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.9718236819360415
|
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 [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.1356
|
36 |
+
- Accuracy: 0.9718
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.5595 | 1.0 | 406 | 0.1957 | 0.9628 |
|
71 |
+
| 0.6314 | 2.0 | 813 | 0.1814 | 0.9654 |
|
72 |
+
| 0.5433 | 3.0 | 1220 | 0.1723 | 0.9658 |
|
73 |
+
| 0.488 | 4.0 | 1627 | 0.1588 | 0.9677 |
|
74 |
+
| 0.5789 | 5.0 | 2033 | 0.1572 | 0.9689 |
|
75 |
+
| 0.4526 | 6.0 | 2440 | 0.1496 | 0.9701 |
|
76 |
+
| 0.4538 | 7.0 | 2847 | 0.1447 | 0.9708 |
|
77 |
+
| 0.447 | 8.0 | 3254 | 0.1414 | 0.9710 |
|
78 |
+
| 0.3809 | 9.0 | 3660 | 0.1385 | 0.9715 |
|
79 |
+
| 0.4515 | 9.98 | 4060 | 0.1356 | 0.9718 |
|
80 |
|
81 |
|
82 |
### Framework versions
|