usamaaleem99tech
commited on
Commit
•
ec5948d
1
Parent(s):
99f0b20
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 |
|
@@ -53,11 +53,11 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
-
- total_train_batch_size:
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -67,20 +67,20 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 0
|
71 |
-
| No log | 2.0 | 3 | 1.
|
72 |
-
| No log |
|
73 |
-
| No log | 4.0 | 6 | 0.
|
74 |
-
| No log |
|
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.896551724137931
|
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.4768
|
36 |
+
- Accuracy: 0.8966
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 128
|
57 |
+
- eval_batch_size: 128
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 512
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 1.0 | 1 | 1.0387 | 0.3103 |
|
71 |
+
| No log | 2.0 | 3 | 1.0144 | 0.6552 |
|
72 |
+
| No log | 3.0 | 5 | 0.9570 | 0.7241 |
|
73 |
+
| No log | 4.0 | 6 | 0.9075 | 0.6552 |
|
74 |
+
| No log | 5.0 | 7 | 0.8455 | 0.7241 |
|
75 |
+
| No log | 6.0 | 9 | 0.7622 | 0.7931 |
|
76 |
+
| 0.4555 | 7.0 | 11 | 0.7067 | 0.7931 |
|
77 |
+
| 0.4555 | 8.0 | 12 | 0.6745 | 0.8276 |
|
78 |
+
| 0.4555 | 9.0 | 13 | 0.6108 | 0.8621 |
|
79 |
+
| 0.4555 | 10.0 | 15 | 0.5319 | 0.8966 |
|
80 |
+
| 0.4555 | 11.0 | 17 | 0.4943 | 0.8966 |
|
81 |
+
| 0.4555 | 12.0 | 18 | 0.4896 | 0.8966 |
|
82 |
+
| 0.4555 | 13.0 | 19 | 0.4820 | 0.8966 |
|
83 |
+
| 0.2224 | 13.33 | 20 | 0.4768 | 0.8966 |
|
84 |
|
85 |
|
86 |
### Framework versions
|