Model save
Browse files
README.md
CHANGED
|
@@ -25,16 +25,16 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Accuracy
|
| 27 |
type: accuracy
|
| 28 |
-
value: 0.
|
| 29 |
- name: Precision
|
| 30 |
type: precision
|
| 31 |
-
value:
|
| 32 |
- name: Recall
|
| 33 |
type: recall
|
| 34 |
-
value: 0.
|
| 35 |
- name: F1
|
| 36 |
type: f1
|
| 37 |
-
value: 0.
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -44,12 +44,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 44 |
|
| 45 |
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.
|
| 46 |
It achieves the following results on the evaluation set:
|
| 47 |
-
- Loss: 0.
|
| 48 |
-
- Accuracy: 0.
|
| 49 |
-
- Precision:
|
| 50 |
-
- Recall: 0.
|
| 51 |
-
- F1: 0.
|
| 52 |
-
- Roc Auc:
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
|
@@ -83,7 +83,7 @@ The following hyperparameters were used during training:
|
|
| 83 |
|
| 84 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc |
|
| 85 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
| 86 |
-
| 0.
|
| 87 |
|
| 88 |
|
| 89 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Accuracy
|
| 27 |
type: accuracy
|
| 28 |
+
value: 0.9578378378378378
|
| 29 |
- name: Precision
|
| 30 |
type: precision
|
| 31 |
+
value: 0.9542200618647813
|
| 32 |
- name: Recall
|
| 33 |
type: recall
|
| 34 |
+
value: 0.9974133949191686
|
| 35 |
- name: F1
|
| 36 |
type: f1
|
| 37 |
+
value: 0.9753387533875338
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
|
| 45 |
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.
|
| 46 |
It achieves the following results on the evaluation set:
|
| 47 |
+
- Loss: 0.1068
|
| 48 |
+
- Accuracy: 0.9578
|
| 49 |
+
- Precision: 0.9542
|
| 50 |
+
- Recall: 0.9974
|
| 51 |
+
- F1: 0.9753
|
| 52 |
+
- Roc Auc: 0.9904
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
|
|
|
| 83 |
|
| 84 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc |
|
| 85 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
| 86 |
+
| 0.1402 | 0.9975 | 202 | 0.1068 | 0.9578 | 0.9542 | 0.9974 | 0.9753 | 0.9904 |
|
| 87 |
|
| 88 |
|
| 89 |
### Framework versions
|