ahmedALM1221
commited on
Commit
·
125964e
1
Parent(s):
46eb75e
update model card README.md
Browse files
README.md
CHANGED
@@ -15,13 +15,13 @@ model-index:
|
|
15 |
dataset:
|
16 |
name: imagefolder
|
17 |
type: imagefolder
|
18 |
-
config: Augmented
|
19 |
split: train
|
20 |
-
args: Augmented
|
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/swinv2-large-patch4-window12to16-192to256-22kto1k-ft](https://huggingface.co/microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft) 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 |
|
@@ -60,18 +60,22 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.5
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
15 |
dataset:
|
16 |
name: imagefolder
|
17 |
type: imagefolder
|
18 |
+
config: Augmented-Final
|
19 |
split: train
|
20 |
+
args: Augmented-Final
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9722507708119219
|
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/swinv2-large-patch4-window12to16-192to256-22kto1k-ft](https://huggingface.co/microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0966
|
35 |
+
- Accuracy: 0.9723
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.5
|
63 |
+
- num_epochs: 10
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 1.9035 | 1.0 | 61 | 1.8946 | 0.2713 |
|
70 |
+
| 1.4731 | 2.0 | 122 | 1.2931 | 0.5560 |
|
71 |
+
| 0.9549 | 3.0 | 183 | 0.7530 | 0.6999 |
|
72 |
+
| 0.7375 | 4.0 | 244 | 0.4989 | 0.8129 |
|
73 |
+
| 0.615 | 5.0 | 305 | 0.3545 | 0.8746 |
|
74 |
+
| 0.4751 | 6.0 | 366 | 0.2399 | 0.9168 |
|
75 |
+
| 0.3778 | 7.0 | 427 | 0.1628 | 0.9558 |
|
76 |
+
| 0.3054 | 8.0 | 488 | 0.1202 | 0.9620 |
|
77 |
+
| 0.2787 | 9.0 | 549 | 0.0988 | 0.9733 |
|
78 |
+
| 0.253 | 10.0 | 610 | 0.0966 | 0.9723 |
|
79 |
|
80 |
|
81 |
### Framework versions
|