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