usamaaleem99tech
commited on
Commit
•
320996e
1
Parent(s):
624a8cf
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
@@ -21,7 +22,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 +32,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,21 +67,20 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.189 | 9.6 | 60 | 0.0991 | 0.9773 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
82 |
|
83 |
-
- Transformers 4.
|
84 |
- Pytorch 2.0.1+cu118
|
85 |
- Datasets 2.13.1
|
86 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: microsoft/swin-tiny-patch4-window7-224
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9310344827586207
|
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.2606
|
36 |
+
- Accuracy: 0.9310
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.89 | 6 | 1.0179 | 0.5862 |
|
71 |
+
| 0.9897 | 1.93 | 13 | 0.7600 | 0.7241 |
|
72 |
+
| 0.5848 | 2.96 | 20 | 0.8368 | 0.5862 |
|
73 |
+
| 0.5848 | 4.0 | 27 | 0.4708 | 0.8621 |
|
74 |
+
| 0.2747 | 4.89 | 33 | 0.3727 | 0.8966 |
|
75 |
+
| 0.2259 | 5.93 | 40 | 0.3100 | 0.9310 |
|
76 |
+
| 0.2259 | 6.96 | 47 | 0.2294 | 0.9310 |
|
77 |
+
| 0.1596 | 8.0 | 54 | 0.2631 | 0.8966 |
|
78 |
+
| 0.1844 | 8.89 | 60 | 0.2606 | 0.9310 |
|
|
|
79 |
|
80 |
|
81 |
### Framework versions
|
82 |
|
83 |
+
- Transformers 4.31.0
|
84 |
- Pytorch 2.0.1+cu118
|
85 |
- Datasets 2.13.1
|
86 |
- Tokenizers 0.13.3
|