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