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