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