Instructions to use google/efficientnet-b5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/efficientnet-b5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="google/efficientnet-b5") 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("google/efficientnet-b5") model = AutoModelForImageClassification.from_pretrained("google/efficientnet-b5") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
80b0fc3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:43b7525bac833e25ea66b9ce5985827b204c184941da86893e8b7a41f7127927
size 122540709
|