usamaaleem99tech
commited on
Commit
•
2505f6a
1
Parent(s):
c8d3f18
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
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.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.96 | 6 |
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9772727272727273
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
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.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0991
|
35 |
+
- Accuracy: 0.9773
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.96 | 6 | 1.0191 | 0.6364 |
|
70 |
+
| 1.0551 | 1.92 | 12 | 0.8644 | 0.7273 |
|
71 |
+
| 1.0551 | 2.88 | 18 | 0.5563 | 0.8636 |
|
72 |
+
| 0.7192 | 4.0 | 25 | 0.2687 | 0.9545 |
|
73 |
+
| 0.4056 | 4.96 | 31 | 0.1921 | 0.9545 |
|
74 |
+
| 0.4056 | 5.92 | 37 | 0.1246 | 0.9545 |
|
75 |
+
| 0.267 | 6.88 | 43 | 0.1010 | 0.9773 |
|
76 |
+
| 0.2547 | 8.0 | 50 | 0.1442 | 0.9773 |
|
77 |
+
| 0.2547 | 8.96 | 56 | 0.1188 | 0.9773 |
|
78 |
+
| 0.189 | 9.6 | 60 | 0.0991 | 0.9773 |
|
79 |
|
80 |
|
81 |
### Framework versions
|