Instructions to use MatrixYao/swin-tiny-patch4-window7-224-finetuned-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatrixYao/swin-tiny-patch4-window7-224-finetuned-eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MatrixYao/swin-tiny-patch4-window7-224-finetuned-eurosat") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("MatrixYao/swin-tiny-patch4-window7-224-finetuned-eurosat") model = AutoModelForImageClassification.from_pretrained("MatrixYao/swin-tiny-patch4-window7-224-finetuned-eurosat") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d7c417c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e6da000adf0ebce8febba7f41590a0ee3f8107c8660916d4f110dd388e759a6c
size 5368
|