Instructions to use NSB/swin-tiny-patch4-window7-224-finetuned-eurosat-backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NSB/swin-tiny-patch4-window7-224-finetuned-eurosat-backup with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="NSB/swin-tiny-patch4-window7-224-finetuned-eurosat-backup") 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("NSB/swin-tiny-patch4-window7-224-finetuned-eurosat-backup") model = AutoModelForImageClassification.from_pretrained("NSB/swin-tiny-patch4-window7-224-finetuned-eurosat-backup", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2910a76 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1a054afdb43841b50aab01937b1e5800a12367ba5da8bff90953dc19d016f7a8
size 5841
|