Commit
·
c6f116f
1
Parent(s):
c548cd9
update model card README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ model-index:
|
|
| 19 |
metrics:
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
-
value: 0.
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 29 |
|
| 30 |
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 image_folder dataset.
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
-
- Loss: 0.
|
| 33 |
-
- Accuracy: 0.
|
| 34 |
|
| 35 |
## Model description
|
| 36 |
|
|
@@ -58,15 +58,22 @@ The following hyperparameters were used during training:
|
|
| 58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 59 |
- lr_scheduler_type: linear
|
| 60 |
- lr_scheduler_warmup_ratio: 0.1
|
| 61 |
-
- num_epochs:
|
| 62 |
|
| 63 |
### Training results
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
-
| No log | 1.0 | 1 | 0.
|
| 68 |
-
| No log | 2.0 | 2 | 0.
|
| 69 |
-
| No log | 3.0 | 3 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 19 |
metrics:
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
+
value: 0.8181818181818182
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 29 |
|
| 30 |
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 image_folder dataset.
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
+
- Loss: 0.4992
|
| 33 |
+
- Accuracy: 0.8182
|
| 34 |
|
| 35 |
## Model description
|
| 36 |
|
|
|
|
| 58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 59 |
- lr_scheduler_type: linear
|
| 60 |
- lr_scheduler_warmup_ratio: 0.1
|
| 61 |
+
- num_epochs: 10
|
| 62 |
|
| 63 |
### Training results
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| No log | 1.0 | 1 | 0.6762 | 0.6364 |
|
| 68 |
+
| No log | 2.0 | 2 | 0.6309 | 0.7273 |
|
| 69 |
+
| No log | 3.0 | 3 | 0.6095 | 0.6364 |
|
| 70 |
+
| No log | 4.0 | 4 | 0.5775 | 0.6364 |
|
| 71 |
+
| No log | 5.0 | 5 | 0.5443 | 0.8182 |
|
| 72 |
+
| No log | 6.0 | 6 | 0.5242 | 0.9091 |
|
| 73 |
+
| No log | 7.0 | 7 | 0.5149 | 0.8182 |
|
| 74 |
+
| No log | 8.0 | 8 | 0.5094 | 0.8182 |
|
| 75 |
+
| No log | 9.0 | 9 | 0.5038 | 0.8182 |
|
| 76 |
+
| 0.4095 | 10.0 | 10 | 0.4992 | 0.8182 |
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|