Model save
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
- Accuracy: 0.9778
|
| 23 |
|
| 24 |
## Model description
|
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 56 |
-
| 1.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0883
|
| 22 |
- Accuracy: 0.9778
|
| 23 |
|
| 24 |
## Model description
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 56 |
+
| 1.044 | 1.0 | 5 | 0.7938 | 0.7037 |
|
| 57 |
+
| 0.6896 | 2.0 | 10 | 0.3659 | 0.9333 |
|
| 58 |
+
| 0.4245 | 3.0 | 15 | 0.2152 | 0.9481 |
|
| 59 |
+
| 0.3095 | 4.0 | 20 | 0.1507 | 0.9556 |
|
| 60 |
+
| 0.1727 | 5.0 | 25 | 0.1294 | 0.9630 |
|
| 61 |
+
| 0.1569 | 6.0 | 30 | 0.1200 | 0.9630 |
|
| 62 |
+
| 0.145 | 7.0 | 35 | 0.1116 | 0.9704 |
|
| 63 |
+
| 0.1363 | 8.0 | 40 | 0.1136 | 0.9704 |
|
| 64 |
+
| 0.1258 | 9.0 | 45 | 0.0912 | 0.9778 |
|
| 65 |
+
| 0.1161 | 10.0 | 50 | 0.0883 | 0.9778 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|