Instructions to use google/efficientnet-b6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/efficientnet-b6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="google/efficientnet-b6") 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-b6") model = AutoModelForImageClassification.from_pretrained("google/efficientnet-b6") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 305d4e757b6cb65074645a7cc192d62d6bf406555dcab8c881bdebabe1fde441
- Size of remote file:
- 173 MB
- SHA256:
- c336d689252fd2ecc1bf82cf619c98637de93f469c4e9718f5830b9aefda42dc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.