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