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