Instructions to use facebook/vjepa2-vitl-fpc64-256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vjepa2-vitl-fpc64-256 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="facebook/vjepa2-vitl-fpc64-256")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/vjepa2-vitl-fpc64-256") model = AutoModel.from_pretrained("facebook/vjepa2-vitl-fpc64-256") - Notebooks
- Google Colab
- Kaggle
Finetuning issue
#7 opened 6 months ago
by
MatthewLiuTT
Set pipeline tag to video-feature-extraction
#5 opened 11 months ago
by
nielsr
Error loading the pretrained model in transformers
4
#3 opened 11 months ago
by
hgf-tl