Instructions to use hf-tiny-model-private/tiny-random-VanForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-VanForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-tiny-model-private/tiny-random-VanForImageClassification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("hf-tiny-model-private/tiny-random-VanForImageClassification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
ab894f0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f276f810b2829492946518287558179eb17cbeb7ab43bd1ee70dc78f0ea758ce
size 1559988
|