Model save
Browse files- README.md +11 -13
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/swinv2-small-patch4-window16-256](https://huggingface.co/microsoft/swinv2-small-patch4-window16-256) on the imagefolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Roc Auc: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,22 +47,20 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Roc Auc |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.0571 | 8.9877 | 182 | 0.1447 | 0.9419 |
|
65 |
-
| 0.0428 | 9.8765 | 200 | 0.1533 | 0.9388 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/swinv2-small-patch4-window16-256](https://huggingface.co/microsoft/swinv2-small-patch4-window16-256) on the imagefolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1252
|
22 |
+
- Roc Auc: 0.9535
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 8
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Roc Auc |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.4357 | 0.9877 | 20 | 0.2544 | 0.7784 |
|
57 |
+
| 0.2027 | 1.9753 | 40 | 0.2016 | 0.8431 |
|
58 |
+
| 0.1743 | 2.9630 | 60 | 0.1701 | 0.8912 |
|
59 |
+
| 0.1625 | 4.0 | 81 | 0.1677 | 0.9083 |
|
60 |
+
| 0.1321 | 4.9877 | 101 | 0.1447 | 0.9246 |
|
61 |
+
| 0.1155 | 5.9753 | 121 | 0.1418 | 0.9311 |
|
62 |
+
| 0.0959 | 6.9630 | 141 | 0.1381 | 0.9460 |
|
63 |
+
| 0.0788 | 7.9012 | 160 | 0.1252 | 0.9535 |
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 195939300
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c83df852fc34e53825c72d3da95f260345158cc64404d7c146975d945a6efb25
|
3 |
size 195939300
|