Video Classification
Transformers
PyTorch
English
xclip
feature-extraction
vision
Eval Results (legacy)
Instructions to use microsoft/xclip-base-patch16-ucf-8-shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/xclip-base-patch16-ucf-8-shot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="microsoft/xclip-base-patch16-ucf-8-shot")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("microsoft/xclip-base-patch16-ucf-8-shot") model = AutoModel.from_pretrained("microsoft/xclip-base-patch16-ucf-8-shot") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 14
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Spaces using microsoft/xclip-base-patch16-ucf-8-shot 4
π₯
fcakyon/zero-shot-video-classification
π₯
Shad0ws/Videoclassifier-ZEROSHOT
π¨
mehal/Violence_Detection
π₯
kini5gowda/zero-shot-video-classification
Paper for microsoft/xclip-base-patch16-ucf-8-shot
Paper β’ 2208.02816 β’ Published
Evaluation results
- top-1 accuracy on UCF101self-reported88.300
