Instructions to use pillIdentifierAI/pillIdentifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pillIdentifierAI/pillIdentifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pillIdentifierAI/pillIdentifier") 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("pillIdentifierAI/pillIdentifier") model = AutoModelForImageClassification.from_pretrained("pillIdentifierAI/pillIdentifier") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fe24ceeb5b1f65805e9c531f05aae1723e34e67e74dae876dc4f0c06d1831aa2
|
| 3 |
-
size 352076928
|
|
|
|
|
|
|
|
|
|
|
|