Commit
·
e59c92b
1
Parent(s):
f5617d1
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:
|
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:
|
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,24 +67,20 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 0.
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.1708 | 14.96 | 101 | 0.0019 | 1.0 |
|
85 |
-
| 0.1708 | 16.0 | 108 | 0.0023 | 1.0 |
|
86 |
-
| 0.1799 | 16.89 | 114 | 0.0021 | 1.0 |
|
87 |
-
| 0.1598 | 17.78 | 120 | 0.0021 | 1.0 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.7586206896551724
|
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.6803
|
36 |
+
- Accuracy: 0.7586
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 50
|
57 |
+
- eval_batch_size: 50
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 200
|
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 | 0.67 | 1 | 1.2027 | 0.3103 |
|
71 |
+
| No log | 2.0 | 3 | 1.1212 | 0.3448 |
|
72 |
+
| No log | 2.67 | 4 | 1.0648 | 0.4138 |
|
73 |
+
| No log | 4.0 | 6 | 0.9779 | 0.5172 |
|
74 |
+
| No log | 4.67 | 7 | 0.9494 | 0.5517 |
|
75 |
+
| No log | 6.0 | 9 | 0.9168 | 0.5862 |
|
76 |
+
| 0.9535 | 6.67 | 10 | 0.8808 | 0.6552 |
|
77 |
+
| 0.9535 | 8.0 | 12 | 0.8136 | 0.7241 |
|
78 |
+
| 0.9535 | 8.67 | 13 | 0.8015 | 0.7241 |
|
79 |
+
| 0.9535 | 10.0 | 15 | 0.7727 | 0.7586 |
|
80 |
+
| 0.9535 | 10.67 | 16 | 0.7510 | 0.7586 |
|
81 |
+
| 0.9535 | 12.0 | 18 | 0.6997 | 0.7586 |
|
82 |
+
| 0.9535 | 12.67 | 19 | 0.6856 | 0.7586 |
|
83 |
+
| 0.5181 | 13.33 | 20 | 0.6803 | 0.7586 |
|
|
|
|
|
|
|
|
|
84 |
|
85 |
|
86 |
### Framework versions
|