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