ahmedALM1221
commited on
Commit
•
338b316
1
Parent(s):
b080e38
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/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 |
|
@@ -51,31 +51,33 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|
58 |
-
- gradient_accumulation_steps:
|
59 |
-
- total_train_batch_size:
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
-
- lr_scheduler_warmup_ratio: 0.
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
|
|
70 |
-
| 1.
|
71 |
-
|
|
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.9753340184994861
|
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.0909
|
35 |
+
- Accuracy: 0.9753
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 5e-06
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|
58 |
+
- gradient_accumulation_steps: 2
|
59 |
+
- total_train_batch_size: 32
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_ratio: 0.9
|
63 |
+
- num_epochs: 12
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 2.0236 | 1.0 | 122 | 1.9878 | 0.1305 |
|
70 |
+
| 1.88 | 2.0 | 244 | 1.7957 | 0.2867 |
|
71 |
+
| 1.5421 | 3.0 | 366 | 1.3813 | 0.5149 |
|
72 |
+
| 0.9489 | 4.0 | 488 | 0.9015 | 0.7030 |
|
73 |
+
| 0.8734 | 5.0 | 610 | 0.6616 | 0.7667 |
|
74 |
+
| 0.6562 | 6.0 | 732 | 0.5095 | 0.8140 |
|
75 |
+
| 0.5788 | 7.0 | 854 | 0.4036 | 0.8520 |
|
76 |
+
| 0.6737 | 8.0 | 976 | 0.3157 | 0.8921 |
|
77 |
+
| 0.4687 | 9.0 | 1098 | 0.2146 | 0.9281 |
|
78 |
+
| 0.3775 | 10.0 | 1220 | 0.2020 | 0.9353 |
|
79 |
+
| 0.3226 | 11.0 | 1342 | 0.1549 | 0.9558 |
|
80 |
+
| 0.2452 | 12.0 | 1464 | 0.0909 | 0.9753 |
|
81 |
|
82 |
|
83 |
### Framework versions
|