Duplicated from facebook/vjepa2-vitg-fpc64-384-ssv2
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")
The community tab is the place to discuss and collaborate with the HF community!