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