V-JEPA model

This is a Vision Transformer (ViT) large model, trained using the V-JEPA method.

Installation

First, clone and install the JEPA package:

git clone -b add_hf https://github.com/nielsrogge/jepa.git
cd jepa
pip install -r requirements.txt

Usage

One can instantiate the model as follows:

from src.models.vision_transformer import VisionTransformer

model = VisionTransformer.from_pretrained("nielsr/vit-large-patch16-v-jepa")
Downloads last month
9
Safetensors
Model size
305M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.