Model save
Browse files- README.md +18 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
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.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -62,15 +62,24 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
-
- num_epochs:
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch
|
70 |
-
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.7112244897959183
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
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.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6161
|
37 |
+
- Accuracy: 0.7112
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 12
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
71 |
+
| 0.2795 | 0.9973 | 275 | 0.8344 | 0.7773 |
|
72 |
+
| 0.1696 | 1.9982 | 551 | 1.2580 | 0.6245 |
|
73 |
+
| 0.1425 | 2.9991 | 827 | 1.0643 | 0.5959 |
|
74 |
+
| 0.1329 | 4.0 | 1103 | 0.8342 | 0.6281 |
|
75 |
+
| 0.1237 | 4.9973 | 1378 | 1.4786 | 0.6110 |
|
76 |
+
| 0.0743 | 5.9982 | 1654 | 1.1068 | 0.6283 |
|
77 |
+
| 0.1083 | 6.9991 | 1930 | 0.8262 | 0.8321 |
|
78 |
+
| 0.0667 | 8.0 | 2206 | 0.6214 | 0.7564 |
|
79 |
+
| 0.0743 | 8.9973 | 2481 | 0.7777 | 0.7342 |
|
80 |
+
| 0.0527 | 9.9982 | 2757 | 0.6794 | 0.6985 |
|
81 |
+
| 0.076 | 10.9991 | 3033 | 0.7436 | 0.6429 |
|
82 |
+
| 0.0423 | 11.9674 | 3300 | 0.6161 | 0.7112 |
|
83 |
|
84 |
|
85 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110361288
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba431c211b55a5b0e2d783c05811dcc096316e550a29c72f306059d1b215ed94
|
3 |
size 110361288
|