Instructions to use elifm/swin-tiny-patch4-window7-224-finetuned-sar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elifm/swin-tiny-patch4-window7-224-finetuned-sar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="elifm/swin-tiny-patch4-window7-224-finetuned-sar") 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("elifm/swin-tiny-patch4-window7-224-finetuned-sar") model = AutoModelForImageClassification.from_pretrained("elifm/swin-tiny-patch4-window7-224-finetuned-sar") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1577a165d376b4850a6a62d1168f7ca3388277ee11f57da0621310707463c6cb
- Size of remote file:
- 4.03 kB
- SHA256:
- 297dc646e7496767779f46f6fce4d28111d424b57c28db33e6e55e1ed636670d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.