Instructions to use ENOT-AutoDL/imagenet-benchmark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ENOT-AutoDL/imagenet-benchmark with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ENOT-AutoDL/imagenet-benchmark") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ENOT-AutoDL/imagenet-benchmark", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4d679c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7a9b7d6ac9062b92da9b44f61ace8c62da76ce86fb0947fdb40fb449792e194a
size 62177349
|