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