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
- Xet hash:
- 6ebe877f9b435410b569ef8301d884cf0ee2e3d8ad04192df19bd4753920719e
- Size of remote file:
- 177 kB
- SHA256:
- 1cbadb323102d7106753290077b68078337e94505b9ee6f2f5f6a80bc40c9bf9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.