Instructions to use ayushexel/vjepa2-384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayushexel/vjepa2-384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="ayushexel/vjepa2-384")# Load model directly from transformers import AutoTokenizer, AutoModelForVideoClassification tokenizer = AutoTokenizer.from_pretrained("ayushexel/vjepa2-384") model = AutoModelForVideoClassification.from_pretrained("ayushexel/vjepa2-384") - Notebooks
- Google Colab
- Kaggle