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