Model save
Browse files- README.md +55 -16
- model.safetensors +1 -1
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:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,22 +61,61 @@ The following hyperparameters were used during training:
|
|
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
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch
|
69 |
-
|
70 |
-
| 2.
|
71 |
-
|
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5
|
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: 2.5371
|
36 |
+
- Accuracy: 0.5
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
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
|
64 |
+
- num_epochs: 50
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.2404 | 0.9796 | 24 | 2.1527 | 0.1364 |
|
71 |
+
| 2.0749 | 2.0 | 49 | 2.1159 | 0.1364 |
|
72 |
+
| 1.947 | 2.9796 | 73 | 2.1723 | 0.1364 |
|
73 |
+
| 1.732 | 4.0 | 98 | 2.1545 | 0.0909 |
|
74 |
+
| 1.446 | 4.9796 | 122 | 2.2918 | 0.1818 |
|
75 |
+
| 1.1175 | 6.0 | 147 | 1.9291 | 0.3182 |
|
76 |
+
| 1.1069 | 6.9796 | 171 | 1.9551 | 0.3636 |
|
77 |
+
| 0.7932 | 8.0 | 196 | 2.0534 | 0.4091 |
|
78 |
+
| 0.5994 | 8.9796 | 220 | 1.8135 | 0.3636 |
|
79 |
+
| 0.4671 | 10.0 | 245 | 1.7822 | 0.5455 |
|
80 |
+
| 0.4612 | 10.9796 | 269 | 2.2530 | 0.5 |
|
81 |
+
| 0.4016 | 12.0 | 294 | 1.8438 | 0.4091 |
|
82 |
+
| 0.3947 | 12.9796 | 318 | 1.8610 | 0.5 |
|
83 |
+
| 0.5033 | 14.0 | 343 | 1.8615 | 0.4545 |
|
84 |
+
| 0.2846 | 14.9796 | 367 | 1.5479 | 0.5 |
|
85 |
+
| 0.2828 | 16.0 | 392 | 1.6410 | 0.5455 |
|
86 |
+
| 0.3426 | 16.9796 | 416 | 1.9147 | 0.3636 |
|
87 |
+
| 0.3108 | 18.0 | 441 | 1.4794 | 0.5455 |
|
88 |
+
| 0.2129 | 18.9796 | 465 | 1.7765 | 0.4091 |
|
89 |
+
| 0.1946 | 20.0 | 490 | 2.1665 | 0.4545 |
|
90 |
+
| 0.1255 | 20.9796 | 514 | 1.8522 | 0.5455 |
|
91 |
+
| 0.2301 | 22.0 | 539 | 2.0289 | 0.4545 |
|
92 |
+
| 0.0909 | 22.9796 | 563 | 2.0512 | 0.4091 |
|
93 |
+
| 0.1724 | 24.0 | 588 | 2.3411 | 0.4091 |
|
94 |
+
| 0.2256 | 24.9796 | 612 | 2.1626 | 0.5 |
|
95 |
+
| 0.2471 | 26.0 | 637 | 2.0552 | 0.4091 |
|
96 |
+
| 0.0671 | 26.9796 | 661 | 1.9339 | 0.5455 |
|
97 |
+
| 0.2563 | 28.0 | 686 | 2.2507 | 0.4545 |
|
98 |
+
| 0.1865 | 28.9796 | 710 | 2.0704 | 0.5 |
|
99 |
+
| 0.0477 | 30.0 | 735 | 2.8395 | 0.3182 |
|
100 |
+
| 0.0931 | 30.9796 | 759 | 2.9484 | 0.3636 |
|
101 |
+
| 0.047 | 32.0 | 784 | 2.5486 | 0.4545 |
|
102 |
+
| 0.165 | 32.9796 | 808 | 2.6011 | 0.4545 |
|
103 |
+
| 0.0203 | 34.0 | 833 | 2.3598 | 0.5 |
|
104 |
+
| 0.0143 | 34.9796 | 857 | 2.5892 | 0.4091 |
|
105 |
+
| 0.0248 | 36.0 | 882 | 2.8362 | 0.4091 |
|
106 |
+
| 0.0812 | 36.9796 | 906 | 2.4658 | 0.4091 |
|
107 |
+
| 0.0662 | 38.0 | 931 | 2.6403 | 0.4091 |
|
108 |
+
| 0.1855 | 38.9796 | 955 | 2.6042 | 0.4545 |
|
109 |
+
| 0.03 | 40.0 | 980 | 2.5595 | 0.5 |
|
110 |
+
| 0.1117 | 40.9796 | 1004 | 2.4716 | 0.5 |
|
111 |
+
| 0.0466 | 42.0 | 1029 | 2.3257 | 0.5 |
|
112 |
+
| 0.1349 | 42.9796 | 1053 | 2.5545 | 0.4545 |
|
113 |
+
| 0.0069 | 44.0 | 1078 | 2.5815 | 0.5 |
|
114 |
+
| 0.0468 | 44.9796 | 1102 | 2.3667 | 0.5 |
|
115 |
+
| 0.1807 | 46.0 | 1127 | 2.4729 | 0.5 |
|
116 |
+
| 0.0667 | 46.9796 | 1151 | 2.4969 | 0.5 |
|
117 |
+
| 0.0199 | 48.0 | 1176 | 2.5521 | 0.5 |
|
118 |
+
| 0.2716 | 48.9796 | 1200 | 2.5371 | 0.5 |
|
119 |
|
120 |
|
121 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110364364
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf13118f839abe6d03918f32e7ba46edc5865a431fa81b840495aa3b40270da2
|
3 |
size 110364364
|