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
Update-Readme-Convnext
#5 opened 9 months ago
by
rkstriker10
Adding `safetensors` variant of this model
#4 opened almost 3 years ago
by
SFconvertbot
Add Core ML conversion
#3 opened almost 3 years ago
by
Karl007
Add Core ML conversion
1
#2 opened almost 3 years ago
by
Karl007
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot