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