Model save
Browse files- README.md +15 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ 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 imagefolder dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -45,21 +45,25 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| No log | 0.84 | 4 | 0.
|
55 |
-
| No log | 1.89 | 9 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### 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 imagefolder dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0237
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 15
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| No log | 0.84 | 4 | 0.6834 |
|
55 |
+
| No log | 1.89 | 9 | 0.4899 |
|
56 |
+
| 0.6773 | 2.95 | 14 | 0.2752 |
|
57 |
+
| 0.6773 | 4.0 | 19 | 0.1311 |
|
58 |
+
| 0.3528 | 4.84 | 23 | 0.0812 |
|
59 |
+
| 0.3528 | 5.89 | 28 | 0.0477 |
|
60 |
+
| 0.1595 | 6.95 | 33 | 0.0289 |
|
61 |
+
| 0.1595 | 8.0 | 38 | 0.0229 |
|
62 |
+
| 0.1054 | 8.84 | 42 | 0.0213 |
|
63 |
+
| 0.1054 | 9.89 | 47 | 0.0281 |
|
64 |
+
| 0.0822 | 10.95 | 52 | 0.0190 |
|
65 |
+
| 0.0822 | 12.0 | 57 | 0.0240 |
|
66 |
+
| 0.076 | 12.63 | 60 | 0.0237 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110350128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da1d88189e76bfc2e3c88362f9fcc9c3cf1036466be103d8edf3777d131ce087
|
3 |
size 110350128
|