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