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