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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d27ebf3a990a8ed398fd157c313e6884c36c7ae3340cca86a4963cb12d6008a7
- Size of remote file:
- 225 MB
- SHA256:
- 3aa551482615696e19e4142e3e741c37375ff7a2619a1c84b8c338981279a076
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.