Instructions to use sail/poolformer_m48 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sail/poolformer_m48 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sail/poolformer_m48") 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_m48") model = AutoModelForImageClassification.from_pretrained("sail/poolformer_m48") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a3511669e97cc81c65948c1c45449867756bcd4102847e801e14ef5bb58c890a
- Size of remote file:
- 294 MB
- SHA256:
- aaf402438c203e0ff5cac6678f69bb44d4cab576c73f2f564276ca05d683e675
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.