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