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
Commit ·
1141566
1
Parent(s): 1f63261
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3aa551482615696e19e4142e3e741c37375ff7a2619a1c84b8c338981279a076
|
| 3 |
+
size 224832665
|