usamaaleem99tech
commited on
Commit
•
19b43b1
1
Parent(s):
e8bafc2
update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,20 +67,20 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 1.0 | 1 | 1.
|
71 |
-
| No log | 2.0 | 3 | 1.
|
72 |
-
| No log | 3.0 | 5 | 0.
|
73 |
-
| No log | 4.0 | 6 | 0.
|
74 |
-
| No log | 5.0 | 7 | 0.
|
75 |
-
| No log | 6.0 | 9 | 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8620689655172413
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4872
|
36 |
+
- Accuracy: 0.8621
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 1.0 | 1 | 1.1700 | 0.2759 |
|
71 |
+
| No log | 2.0 | 3 | 1.0351 | 0.3793 |
|
72 |
+
| No log | 3.0 | 5 | 0.9731 | 0.5172 |
|
73 |
+
| No log | 4.0 | 6 | 0.9362 | 0.5172 |
|
74 |
+
| No log | 5.0 | 7 | 0.8890 | 0.5517 |
|
75 |
+
| No log | 6.0 | 9 | 0.7596 | 0.7586 |
|
76 |
+
| 0.5024 | 7.0 | 11 | 0.6531 | 0.8621 |
|
77 |
+
| 0.5024 | 8.0 | 12 | 0.6170 | 0.8621 |
|
78 |
+
| 0.5024 | 9.0 | 13 | 0.5878 | 0.8966 |
|
79 |
+
| 0.5024 | 10.0 | 15 | 0.5418 | 0.8621 |
|
80 |
+
| 0.5024 | 11.0 | 17 | 0.5122 | 0.8621 |
|
81 |
+
| 0.5024 | 12.0 | 18 | 0.5021 | 0.8621 |
|
82 |
+
| 0.5024 | 13.0 | 19 | 0.4928 | 0.8621 |
|
83 |
+
| 0.3117 | 13.33 | 20 | 0.4872 | 0.8621 |
|
84 |
|
85 |
|
86 |
### Framework versions
|