Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ metrics:
|
|
| 8 |
model-index:
|
| 9 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 10 |
results: []
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -15,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 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.9383
|
| 21 |
- Accuracy: 0.7506
|
|
@@ -61,4 +63,4 @@ The following hyperparameters were used during training:
|
|
| 61 |
- Transformers 4.41.1
|
| 62 |
- Pytorch 2.3.0+cu121
|
| 63 |
- Datasets 2.19.1
|
| 64 |
-
- Tokenizers 0.19.1
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 10 |
results: []
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# swin-tiny-patch4-window7-224-finetuned-eurosat
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on [ethz/food101](https://huggingface.co/datasets/ethz/food101) dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.9383
|
| 23 |
- Accuracy: 0.7506
|
|
|
|
| 63 |
- Transformers 4.41.1
|
| 64 |
- Pytorch 2.3.0+cu121
|
| 65 |
- Datasets 2.19.1
|
| 66 |
+
- Tokenizers 0.19.1
|