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