Instructions to use Intel/tiny-random-vit_ipex_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/tiny-random-vit_ipex_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Intel/tiny-random-vit_ipex_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("Intel/tiny-random-vit_ipex_model") model = AutoModelForImageClassification.from_pretrained("Intel/tiny-random-vit_ipex_model") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f395cf0be1e070a2252e4c4615398a89e4a86fa66b94137b688c720c885374f8
- Size of remote file:
- 178 kB
- SHA256:
- f362c6580972de4ae74369078c0db7ab885e3c7e4021da304b3043b9925e1ddb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.