update model card README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
-
value: 0.
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
|
| 32 |
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.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss: 0.
|
| 35 |
-
- Accuracy: 0.
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
+
value: 0.9888682745825603
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
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.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.0272
|
| 35 |
+
- Accuracy: 0.9889
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| 0.1479 | 0.99 | 86 | 0.1040 | 0.9592 |
|
| 70 |
+
| 0.145 | 2.0 | 173 | 0.1033 | 0.9592 |
|
| 71 |
+
| 0.1248 | 2.99 | 259 | 0.0640 | 0.9777 |
|
| 72 |
+
| 0.0667 | 4.0 | 346 | 0.0378 | 0.9907 |
|
| 73 |
+
| 0.0826 | 4.99 | 432 | 0.0400 | 0.9814 |
|
| 74 |
+
| 0.0635 | 6.0 | 519 | 0.0331 | 0.9907 |
|
| 75 |
+
| 0.0688 | 7.0 | 606 | 0.0461 | 0.9852 |
|
| 76 |
+
| 0.0549 | 7.99 | 692 | 0.0335 | 0.9889 |
|
| 77 |
+
| 0.0501 | 9.0 | 779 | 0.0241 | 0.9907 |
|
| 78 |
+
| 0.0434 | 9.93 | 860 | 0.0272 | 0.9889 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|