Video Classification
Transformers
PyTorch
Safetensors
English
xclip
feature-extraction
vision
Eval Results (legacy)
Instructions to use microsoft/xclip-base-patch32-16-frames with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/xclip-base-patch32-16-frames with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="microsoft/xclip-base-patch32-16-frames")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("microsoft/xclip-base-patch32-16-frames") model = AutoModel.from_pretrained("microsoft/xclip-base-patch32-16-frames") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
663a1e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f67aa8bc3f994af8685621a7fcd571a7b2495accf43455a2ee1da5e7c7038939
size 786431156
|