Text-to-Video
Transformers
PyTorch
Safetensors
clip
zero-shot-image-classification
text
vision
video
Instructions to use Searchium-ai/clip4clip-webvid150k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Searchium-ai/clip4clip-webvid150k with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("Searchium-ai/clip4clip-webvid150k") model = AutoModelForZeroShotImageClassification.from_pretrained("Searchium-ai/clip4clip-webvid150k") - Notebooks
- Google Colab
- Kaggle
Ctrl+K