Model save
Browse files- README.md +25 -10
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,17 +46,32 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6760
|
21 |
+
- Accuracy: 0.8170
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 20
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.2519 | 0.9955 | 167 | 0.7302 | 0.8017 |
|
56 |
+
| 0.2407 | 1.9970 | 335 | 0.7095 | 0.7836 |
|
57 |
+
| 0.3423 | 2.9985 | 503 | 0.7016 | 0.7884 |
|
58 |
+
| 0.4687 | 4.0 | 671 | 0.6480 | 0.7969 |
|
59 |
+
| 0.4789 | 4.9955 | 838 | 0.5132 | 0.8160 |
|
60 |
+
| 0.4417 | 5.9970 | 1006 | 0.5321 | 0.8065 |
|
61 |
+
| 0.435 | 6.9985 | 1174 | 0.5770 | 0.8093 |
|
62 |
+
| 0.4106 | 8.0 | 1342 | 0.5650 | 0.8189 |
|
63 |
+
| 0.4216 | 8.9955 | 1509 | 0.5535 | 0.8132 |
|
64 |
+
| 0.3786 | 9.9970 | 1677 | 0.5745 | 0.8179 |
|
65 |
+
| 0.3536 | 10.9985 | 1845 | 0.6322 | 0.8046 |
|
66 |
+
| 0.4842 | 12.0 | 2013 | 0.7200 | 0.8103 |
|
67 |
+
| 0.3095 | 12.9955 | 2180 | 0.6996 | 0.8112 |
|
68 |
+
| 0.2603 | 13.9970 | 2348 | 0.7004 | 0.8065 |
|
69 |
+
| 0.2838 | 14.9985 | 2516 | 0.6331 | 0.8227 |
|
70 |
+
| 0.3449 | 16.0 | 2684 | 0.6788 | 0.8122 |
|
71 |
+
| 0.253 | 16.9955 | 2851 | 0.6940 | 0.8103 |
|
72 |
+
| 0.2647 | 17.9970 | 3019 | 0.6770 | 0.8132 |
|
73 |
+
| 0.2991 | 18.9985 | 3187 | 0.6647 | 0.8189 |
|
74 |
+
| 0.26 | 19.9106 | 3340 | 0.6760 | 0.8170 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110356296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a3aa9e600234d8dfaa0b344729cb7925b35530449bd6381cbc1c6b64168f1a
|
3 |
size 110356296
|