Instructions to use qubvel-hf/vjepa2-vitl-fpc16-256-ssv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qubvel-hf/vjepa2-vitl-fpc16-256-ssv2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="qubvel-hf/vjepa2-vitl-fpc16-256-ssv2")# Load model directly from transformers import AutoTokenizer, AutoModelForVideoClassification tokenizer = AutoTokenizer.from_pretrained("qubvel-hf/vjepa2-vitl-fpc16-256-ssv2") model = AutoModelForVideoClassification.from_pretrained("qubvel-hf/vjepa2-vitl-fpc16-256-ssv2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ pipeline_tag: video-classification
|
|
| 4 |
tags:
|
| 5 |
- video
|
| 6 |
library_name: transformers
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# V-JEPA 2
|
|
|
|
| 4 |
tags:
|
| 5 |
- video
|
| 6 |
library_name: transformers
|
| 7 |
+
datasets:
|
| 8 |
+
- HuggingFaceM4/something_something_v2
|
| 9 |
---
|
| 10 |
|
| 11 |
# V-JEPA 2
|