Instructions to use hf-internal-testing/tiny-random-EfficientFormerForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-EfficientFormerForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-internal-testing/tiny-random-EfficientFormerForImageClassification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("hf-internal-testing/tiny-random-EfficientFormerForImageClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
3a0145e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c42238f0a3f938a1a90e217a94597e4ed02106b2a4036b75b64d15ae815830df
size 1951984
|