Instructions to use sail/poolformer_s12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sail/poolformer_s12 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sail/poolformer_s12") 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("sail/poolformer_s12") model = AutoModelForImageClassification.from_pretrained("sail/poolformer_s12") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
51a7f25 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:373b8c8d38488e15a862047c4ca00f3adca6488c4d334c329479bc4fc1d1ca37
size 47710905
|