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:
|
| 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:
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -60,22 +60,17 @@ The following hyperparameters were used during training:
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
- lr_scheduler_warmup_ratio: 0.01
|
| 63 |
-
- num_epochs:
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.0812 | 6.0 | 797 | 0.0049 | 0.9976 |
|
| 75 |
-
| 0.0658 | 7.0 | 930 | 0.0030 | 1.0 |
|
| 76 |
-
| 0.0804 | 7.99 | 1062 | 0.0035 | 0.9976 |
|
| 77 |
-
| 0.0508 | 8.99 | 1195 | 0.0011 | 1.0 |
|
| 78 |
-
| 0.0725 | 9.94 | 1320 | 0.0011 | 1.0 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
+
value: 0.9955307262569832
|
| 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.0125
|
| 35 |
+
- Accuracy: 0.9955
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
- lr_scheduler_warmup_ratio: 0.01
|
| 63 |
+
- num_epochs: 5
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| 0.1802 | 0.99 | 143 | 0.1151 | 0.9598 |
|
| 70 |
+
| 0.0836 | 2.0 | 287 | 0.0202 | 0.9944 |
|
| 71 |
+
| 0.1186 | 3.0 | 431 | 0.0165 | 0.9944 |
|
| 72 |
+
| 0.08 | 4.0 | 575 | 0.0110 | 0.9966 |
|
| 73 |
+
| 0.0575 | 4.97 | 715 | 0.0125 | 0.9955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|