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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#4)
Browse files- Adding `safetensors` variant of this model (ffbfa791a708aeb72df12996c2db7869e8745333)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83729d626c0750ded22a497f92f91dcb3fb8b0da9b867256010a5ab91aed21bf
|
| 3 |
+
size 605157884
|