SAVRN
Search Contact SAVRN

Open-weight model · Video classification

videomae-large

by Multimedia Computing Group-Nanjing University MCG-NJU/videomae-large

VideoMAE model pre-trained on Kinetics-400 for 1600 epochs in a self-supervised way. It was introduced in the paper VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training by Tong et al.

Parameters343M
Context
Weights2.7 GB
Licensecc-by-nc-4.0
AccessOpen weights
Monthly Downloads14.8k

Runs On

What it takes to serve videomae-large (343M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.7 GB 0.8 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.3 GB 0.4 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.2 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

VideoMAE model pre-trained on Kinetics-400 for 1600 epochs in a self-supervised way. It was introduced in the paper VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training by Tong et al. and first released in this repository. Disclaimer: The team releasing VideoMAE did not write a model card for this model so this model card has been written by the Hugging Face team. VideoMAE is an extension of Masked Autoencoders (MAE) to video. The architecture of the model is very similar to that of a standard Vision Transformer (ViT), with a decoder on top for predicting pixel values for masked patches. Videos are presented to the model as a sequence of…

Excerpt from the card by Multimedia Computing Group-Nanjing University, licensed cc-by-nc-4.0.

Configuration

Architecture
VideoMAEForPreTraining
Layers
24
Hidden size
1,024
Feed-forward size
4,096
Attention heads
16
Stored precision
float32
Model type
videomae

Identity and Version

Repository
MCG-NJU/videomae-large
Publisher
Multimedia Computing Group-Nanjing University
Task
Video classification
Modality
Video
Library
transformers
Parameters
343M parameters
Languages
Not stated by the source
Revision
12da269a02d3e1fbbb7011e610e591fea8061dca
First published
2022-08-02
Last updated
2024-04-01

Files and Weights

6 files, 2.7 GB in total. The weights are 2 files totalling 2.7 GB in bin, safetensors.

Weights2 files · 2.7 GB
Configuration2 files · 998 B
Documentation1 file · 3.8 KB
Repository1 file · 1.4 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights1.4 GB 243706355bfd
pytorch_model.binWeights1.4 GB c7549bea23c2
config.jsonConfiguration727 B
preprocessor_config.jsonConfiguration271 B
README.mdDocumentation3.8 KB
.gitattributesRepository1.4 KB

License and Download

License
cc-by-nc-4.0
Access
Open weights, no gate
Download size
2.7 GB
Download from Multimedia Computing Group-Nanjing University

Released by Multimedia Computing Group-Nanjing University through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published2.7 GB
16-bit0.7 GB
8-bit0.3 GB
4-bit0.2 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Built on This Model

Questions About videomae-large

How much GPU memory does videomae-large need?

About 0.8 GB at 16-bit and 0.2 GB at 4-bit: the weights (343M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run videomae-large on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use videomae-large commercially?

Not without separate permission. videomae-large is released under Creative Commons Attribution-NonCommercial 4.0. CC BY-NC 4.0 permits sharing and adapting with credit for non-commercial purposes only. Commercial use needs separate permission from the rights holder.

Similar Models

Model · Video classification

vjepa2.1-vit-large-384

Antonio Apicella

A HuggingFace-format conversion of Meta AI's V-JEPA 2.1 ViT-L/16 video encoder and predictor, operating at 384x384 resolution. The weights are Meta's, copied without modification. This repository provides the transformers-compatible packaging plus a documented numerical validation against the original implementation. An equivalent community port already exists (Dev-Jahn/vjepa2.1-vitl-fpc64-384). This repository adds an independently reproduced conversion together with the validation results below. Forward outputs match the existing port to all reported digits. The only structural change is that the fused QKV projection of each attention block is split into separate query / key / value…

Open weights mit 328M parameters transformers

Model · Video classification

vjepa2-vitl-fpc64-256

AI at Meta

A frontier video understanding model developed by FAIR, Meta, which extends the pretraining objectives of VJEPA, resulting in state-of-the-art video understanding capabilities, leveraging data and model sizes at scale. The code is released in this repository. To run V-JEPA 2 model, ensure you have installed the latest transformers: V-JEPA 2 is intended to represent any video (and image) to perform video classification, retrieval, or as a video encoder for VLMs. To load a video, sample the number of frames according to the model. For this model, we use 64. To load an image, simply copy the image to the desired number of frames. For more code examples, please refer to the V-JEPA 2…

Open weights mit 326M parameters transformers

Model · Video classification

vjepa2-vitl-fpc32-256-diving48

AI at Meta

A frontier video understanding model developed by FAIR, Meta, which extends the pretraining objectives of VJEPA, resulting in state-of-the-art video understanding capabilities, leveraging data and model sizes at scale. The code is released in this repository. This is V-JEPA 2 ViT-L 256 model with video classification head pretrained on Diving 48 dataset. To run V-JEPA 2 model, ensure you have installed the latest transformers

Open weights mit 375M parameters transformers

Model · Video classification

vjepa2-vitl-fpc16-256-ssv2

AI at Meta

A frontier video understanding model developed by FAIR, Meta, which extends the pretraining objectives of VJEPA, resulting in state-of-the-art video understanding capabilities, leveraging data and model sizes at scale. The code is released in this repository. This is V-JEPA 2 ViT-L 256 model with video classification head pretrained on Something-Something-V2 dataset. To run V-JEPA 2 model, ensure you have installed the latest transformers

Open weights mit 375M parameters transformers

Model · Video classification

vjepa2-vitl-fpc16-256-ssv2

Pavel Iakubovskii

A frontier video understanding model developed by FAIR, Meta, which extends the pretraining objectives of VJEPA, resulting in state-of-the-art video understanding capabilities, leveraging data and model sizes at scale. The code is released in this repository. This is V-JEPA 2 model with video classification head pretrained on Something-Something-V2 dataset. To run V-JEPA 2 model, ensure you have installed the latest transformers

Open weights mit 375M parameters transformers

VideoMAE model pre-trained for 1600 epochs in a self-supervised way and fine-tuned in a supervised way on Kinetics-400. It was introduced in the paper VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training by Tong et al. and first released in this repository. Disclaimer: The team releasing VideoMAE did not write a model card for this model so this model card has been written by the Hugging Face team. VideoMAE is an extension of Masked Autoencoders (MAE) to video. The architecture of the model is very similar to that of a standard Vision Transformer (ViT), with a decoder on top for predicting pixel values for masked patches. Videos are presented to…

Open weights cc-by-nc-4.0 304M parameters transformers