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