jvadlamudi2
commited on
Commit
•
ba71c4e
1
Parent(s):
c35d8ef
update model card README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# swin-tiny-patch4-window7-224-jvadlamudi2
|
17 |
|
18 |
-
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| No log | 1.0 |
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.31.0
|
63 |
- Pytorch 2.0.1+cu118
|
64 |
-
- Datasets 2.
|
65 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
# swin-tiny-patch4-window7-224-jvadlamudi2
|
17 |
|
18 |
+
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6940
|
21 |
+
- Accuracy: 0.5179
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 1.0 | 8 | 0.7017 | 0.5446 |
|
56 |
+
| 0.7035 | 2.0 | 16 | 0.6944 | 0.5357 |
|
57 |
+
| 0.6688 | 3.0 | 24 | 0.6940 | 0.5179 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.31.0
|
63 |
- Pytorch 2.0.1+cu118
|
64 |
+
- Datasets 2.14.0
|
65 |
- Tokenizers 0.13.3
|