Model save
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
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 None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss:
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -59,21 +59,21 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.44.2
|
77 |
- Pytorch 2.4.0+cu121
|
78 |
-
- Datasets
|
79 |
- Tokenizers 0.19.1
|
|
|
21 |
|
22 |
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 None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.9034
|
25 |
+
- Accuracy: 0.6660
|
26 |
+
- Precision: 0.6546
|
27 |
+
- Recall: 0.6660
|
28 |
+
- F1: 0.6519
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
+
| 1.0809 | 0.9846 | 32 | 1.0485 | 0.5833 | 0.5506 | 0.5833 | 0.5627 |
|
63 |
+
| 1.0052 | 2.0 | 65 | 1.0600 | 0.5727 | 0.5941 | 0.5727 | 0.5170 |
|
64 |
+
| 0.9429 | 2.9846 | 97 | 0.9755 | 0.6160 | 0.5878 | 0.6160 | 0.5837 |
|
65 |
+
| 0.9497 | 4.0 | 130 | 0.9318 | 0.6497 | 0.6458 | 0.6497 | 0.6313 |
|
66 |
+
| 0.8807 | 4.9846 | 162 | 0.9541 | 0.6304 | 0.6321 | 0.6304 | 0.6200 |
|
67 |
+
| 0.8089 | 6.0 | 195 | 0.9556 | 0.6266 | 0.6270 | 0.6266 | 0.6150 |
|
68 |
+
| 0.801 | 6.9846 | 227 | 0.9050 | 0.6603 | 0.6512 | 0.6603 | 0.6472 |
|
69 |
+
| 0.7753 | 8.0 | 260 | 0.9134 | 0.6506 | 0.6440 | 0.6506 | 0.6440 |
|
70 |
+
| 0.6986 | 8.9846 | 292 | 0.9138 | 0.6554 | 0.6468 | 0.6554 | 0.6436 |
|
71 |
+
| 0.7107 | 9.8462 | 320 | 0.9034 | 0.6660 | 0.6546 | 0.6660 | 0.6519 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.44.2
|
77 |
- Pytorch 2.4.0+cu121
|
78 |
+
- Datasets 3.0.0
|
79 |
- Tokenizers 0.19.1
|