Instructions to use krnl/PickScore_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krnl/PickScore_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="krnl/PickScore_v1") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("krnl/PickScore_v1") model = AutoModelForZeroShotImageClassification.from_pretrained("krnl/PickScore_v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cefb9e4b974c72421217be0fe8d11aa9c390024107edba2021a8b9358614b180
- Size of remote file:
- 3.94 GB
- SHA256:
- 3f0cf1c6e533f478534404cb3ca6938103becbfe4312c6affc077c274a757972
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.