Instructions to use hf-internal-testing/tiny-random-RegNetForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-RegNetForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-internal-testing/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-internal-testing/tiny-random-RegNetForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-internal-testing/tiny-random-RegNetForImageClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
5ec67c8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:17f7c5e890ce684b536bbfd51536fa2dd76341b800c2e9c16073b8426e72cf68
size 351888
|