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