ahmedesmail16
commited on
End of training
Browse files- README.md +22 -15
- 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/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,22 +46,29 @@ 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
|
54 |
-
|
55 |
-
| 1.
|
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/swinv2-base-patch4-window12-192-22k](https://huggingface.co/microsoft/swinv2-base-patch4-window12-192-22k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.1459
|
21 |
+
- Accuracy: 0.8183
|
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: 17
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.7214 | 0.9931 | 36 | 1.0786 | 0.6515 |
|
56 |
+
| 0.6184 | 1.9862 | 72 | 0.7491 | 0.7651 |
|
57 |
+
| 0.357 | 2.9793 | 108 | 0.7632 | 0.7764 |
|
58 |
+
| 0.2085 | 4.0 | 145 | 0.8125 | 0.7860 |
|
59 |
+
| 0.1343 | 4.9931 | 181 | 0.7920 | 0.7974 |
|
60 |
+
| 0.0641 | 5.9862 | 217 | 0.8851 | 0.7860 |
|
61 |
+
| 0.0515 | 6.9793 | 253 | 1.0784 | 0.7817 |
|
62 |
+
| 0.041 | 8.0 | 290 | 1.0600 | 0.7965 |
|
63 |
+
| 0.0338 | 8.9931 | 326 | 1.0860 | 0.8131 |
|
64 |
+
| 0.013 | 9.9862 | 362 | 1.0956 | 0.8148 |
|
65 |
+
| 0.016 | 10.9793 | 398 | 1.2115 | 0.7991 |
|
66 |
+
| 0.0154 | 12.0 | 435 | 1.1470 | 0.8105 |
|
67 |
+
| 0.011 | 12.9931 | 471 | 1.1045 | 0.8105 |
|
68 |
+
| 0.0027 | 13.9862 | 507 | 1.1310 | 0.8096 |
|
69 |
+
| 0.0042 | 14.9793 | 543 | 1.1808 | 0.8227 |
|
70 |
+
| 0.0016 | 16.0 | 580 | 1.1575 | 0.8157 |
|
71 |
+
| 0.0007 | 16.8828 | 612 | 1.1459 | 0.8183 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 347686496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf8dc2284e21720593643c8890524a94862a2991c6a9aeba14f85d8470d358fa
|
3 |
size 347686496
|