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 version2/model.safetensors
Browse files
version2/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6632610a361a8f12e9c4b6fa21629eb1be15df0ea2ac6278bbc4c3d21a46e488
|
| 3 |
-
size 345641904
|
|
|
|
|
|
|
|
|
|
|
|