Commit ·
5b4602c
1
Parent(s): d72f8f9
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# SWIN-AI-Image-Detector
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -51,21 +51,21 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
- Transformers 4.30.0
|
| 69 |
- Pytorch 2.2.1+cu121
|
| 70 |
-
- Datasets 2.
|
| 71 |
- Tokenizers 0.13.3
|
|
|
|
| 14 |
|
| 15 |
# SWIN-AI-Image-Detector
|
| 16 |
|
| 17 |
+
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.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.0539
|
| 20 |
+
- Accuracy: 0.9807
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 54 |
+
| 0.2411 | 1.0 | 547 | 0.2430 | 0.9013 |
|
| 55 |
+
| 0.2011 | 2.0 | 1094 | 0.1053 | 0.9593 |
|
| 56 |
+
| 0.1722 | 3.0 | 1641 | 0.0825 | 0.9671 |
|
| 57 |
+
| 0.1424 | 4.0 | 2188 | 0.0851 | 0.9686 |
|
| 58 |
+
| 0.1244 | 5.0 | 2735 | 0.0714 | 0.9733 |
|
| 59 |
+
| 0.1089 | 6.0 | 3282 | 0.0712 | 0.9734 |
|
| 60 |
+
| 0.1047 | 7.0 | 3829 | 0.0461 | 0.9833 |
|
| 61 |
+
| 0.1079 | 8.0 | 4376 | 0.0454 | 0.9829 |
|
| 62 |
+
| 0.0805 | 9.0 | 4923 | 0.0577 | 0.9790 |
|
| 63 |
+
| 0.0778 | 10.0 | 5470 | 0.0539 | 0.9807 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
- Transformers 4.30.0
|
| 69 |
- Pytorch 2.2.1+cu121
|
| 70 |
+
- Datasets 2.19.0
|
| 71 |
- Tokenizers 0.13.3
|