karoladelk
commited on
Commit
•
5cf2b02
1
Parent(s):
47b2fd8
Model save
Browse files- README.md +18 -13
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,22 +46,27 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2780
|
21 |
+
- Accuracy: 0.9264
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 15
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.1469 | 1.0 | 100 | 0.3027 | 0.9127 |
|
56 |
+
| 0.1677 | 2.0 | 200 | 0.3351 | 0.9001 |
|
57 |
+
| 0.167 | 2.99 | 300 | 0.3875 | 0.8931 |
|
58 |
+
| 0.1556 | 4.0 | 401 | 0.3814 | 0.8969 |
|
59 |
+
| 0.1328 | 5.0 | 501 | 0.3281 | 0.9046 |
|
60 |
+
| 0.1 | 6.0 | 601 | 0.3726 | 0.9004 |
|
61 |
+
| 0.1188 | 6.99 | 701 | 0.3736 | 0.9046 |
|
62 |
+
| 0.1257 | 8.0 | 802 | 0.3381 | 0.9102 |
|
63 |
+
| 0.1017 | 9.0 | 902 | 0.2872 | 0.9215 |
|
64 |
+
| 0.0987 | 10.0 | 1002 | 0.3067 | 0.9176 |
|
65 |
+
| 0.0874 | 10.99 | 1102 | 0.2919 | 0.9165 |
|
66 |
+
| 0.0901 | 12.0 | 1203 | 0.2942 | 0.9229 |
|
67 |
+
| 0.0831 | 13.0 | 1303 | 0.2974 | 0.9232 |
|
68 |
+
| 0.0838 | 14.0 | 1403 | 0.2787 | 0.9264 |
|
69 |
+
| 0.0603 | 14.96 | 1500 | 0.2780 | 0.9264 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110361288
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f455ad5816dcf601627921a16755a167d7a507c3d39694f988141dd5f9aac6d2
|
3 |
size 110361288
|