Instructions to use microsoft/swinv2-base-patch4-window16-256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/swinv2-base-patch4-window16-256 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/swinv2-base-patch4-window16-256") 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("microsoft/swinv2-base-patch4-window16-256") model = AutoModelForImageClassification.from_pretrained("microsoft/swinv2-base-patch4-window16-256") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 362f7dde1e2f6bae9414680dcd8d4bbbddd4e67840e258374814e987bb8b01c2
- Size of remote file:
- 352 MB
- SHA256:
- c9307c9aa168a730c370d472783ae8274408a059e95245e0d7fcf1a1d91cf9aa
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.