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