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