Instructions to use hf-tiny-model-private/tiny-random-BitForImageClassification 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-BitForImageClassification 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-BitForImageClassification") 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-BitForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-tiny-model-private/tiny-random-BitForImageClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4dd9864003e7048d6ec13a6f13a100d65d96d641b619d05ecf443f6e8b48a6ff
- Size of remote file:
- 101 kB
- SHA256:
- 4417dbb8dedfd7b536e1da85730fb71fca245d8ffbebf8082e165e3d0fd3b098
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.