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