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