Alex-VisTas
commited on
Commit
•
1792b85
1
Parent(s):
8932b61
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,17 +66,17 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
-
- Transformers 4.
|
80 |
- Pytorch 1.12.1+cu113
|
81 |
-
- Datasets 2.5.
|
82 |
-
- Tokenizers 0.
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.7296969696969697
|
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.5135
|
35 |
+
- Accuracy: 0.7297
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 0.6197 | 1.0 | 58 | 0.6089 | 0.6558 |
|
70 |
+
| 0.5984 | 2.0 | 116 | 0.5503 | 0.7103 |
|
71 |
+
| 0.5664 | 3.0 | 174 | 0.5392 | 0.7321 |
|
72 |
+
| 0.5645 | 4.0 | 232 | 0.5388 | 0.7261 |
|
73 |
+
| 0.5467 | 5.0 | 290 | 0.5143 | 0.7321 |
|
74 |
+
| 0.5316 | 6.0 | 348 | 0.5135 | 0.7297 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.23.1
|
80 |
- Pytorch 1.12.1+cu113
|
81 |
+
- Datasets 2.5.2
|
82 |
+
- Tokenizers 0.13.1
|