Instructions to use Hilbs/Packaging-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hilbs/Packaging-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hilbs/Packaging-Model") 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("Hilbs/Packaging-Model") model = AutoModelForImageClassification.from_pretrained("Hilbs/Packaging-Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f6a7287 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab774424513070cea0c5372eb774d0e5f8ed9af30eb1fa3f2547653f53df26c7
size 343269037
|