Instructions to use hf-tiny-model-private/tiny-random-DeiTForImageClassification 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-DeiTForImageClassification 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-DeiTForImageClassification") 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("hf-tiny-model-private/tiny-random-DeiTForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-tiny-model-private/tiny-random-DeiTForImageClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
72d63d1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1cbadb323102d7106753290077b68078337e94505b9ee6f2f5f6a80bc40c9bf9
size 176900
|