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
Commit ·
51a7f25
1
Parent(s): 9560fab
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:373b8c8d38488e15a862047c4ca00f3adca6488c4d334c329479bc4fc1d1ca37
|
| 3 |
+
size 47710905
|