Model save
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ 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.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -53,10 +53,11 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### 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.1201
|
| 22 |
+
- Accuracy: 0.9540
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 56 |
+
| 0.3422 | 0.9778 | 33 | 0.1675 | 0.9414 |
|
| 57 |
+
| 0.217 | 1.9852 | 67 | 0.1392 | 0.9582 |
|
| 58 |
+
| 0.1411 | 2.9926 | 101 | 0.1395 | 0.9540 |
|
| 59 |
+
| 0.128 | 4.0 | 135 | 0.0867 | 0.9686 |
|
| 60 |
+
| 0.1108 | 4.8889 | 165 | 0.1201 | 0.9540 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|