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