Instructions to use kwanY/styleid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kwanY/styleid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="kwanY/styleid") 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("kwanY/styleid") model = AutoModelForZeroShotImageClassification.from_pretrained("kwanY/styleid") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 87a55b955fea5b9dd1ea61012f8186cc58fae3927b408ffed4a6eefd7768fdbc
- Size of remote file:
- 1.71 GB
- SHA256:
- 8dd86f4fe716660d13abc61055b7f6f0ca5a6ccf1a1ce79f8bf61d6119a085b8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.