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