LAION-AI/open_clip_video_autoexp

Python

1

21 commits

updated Aug 31, 2026

See the code

README

LAION Big Video Dataset - ViCLIP experiments

Project Page · Paper · Download · GitHub

AutoExp config

For experiment management, we use autoexp https://github.com/slampai/autoexperiment. We provide:

Models

We provide our best ViCLIP L-14 model at https://huggingface.co/laion/ViCLIP-L-14-BVD-V-50M-s50M-b32K-WiSE-FT.

Downstream tasks

The datasets used for evaluation (Kinetics-400, UCF-101, HMDB-51, MSR-VTT, MSVD) are available at https://huggingface.co/datasets/laion/video_benchmarks/tree/main in WebDataset form.

Results

We provide full results on downstream tasks in results.parquet which can be displayed using summarize_results.py helper script.

To show best results for each (ViCLIP model size, pre-training dataset, samples seen) triplet:

python summarize_results.py --model ViCLIP --keep_best

We also provide results with checkpoint merging:

pythonn summarize_wise_ft_results.py

Contributors

mehdidc

21 commits

LAION-AI/open_clip_video_autoexp

Python

1

21 commits

updated Aug 31, 2026

See the code

README

LAION Big Video Dataset - ViCLIP experiments

Project Page · Paper · Download · GitHub

AutoExp config

For experiment management, we use autoexp https://github.com/slampai/autoexperiment. We provide:

Models

We provide our best ViCLIP L-14 model at https://huggingface.co/laion/ViCLIP-L-14-BVD-V-50M-s50M-b32K-WiSE-FT.

Downstream tasks

The datasets used for evaluation (Kinetics-400, UCF-101, HMDB-51, MSR-VTT, MSVD) are available at https://huggingface.co/datasets/laion/video_benchmarks/tree/main in WebDataset form.

Results

We provide full results on downstream tasks in results.parquet which can be displayed using summarize_results.py helper script.

To show best results for each (ViCLIP model size, pre-training dataset, samples seen) triplet:

python summarize_results.py --model ViCLIP --keep_best

We also provide results with checkpoint merging:

pythonn summarize_wise_ft_results.py

Contributors

mehdidc

21 commits

Languages

Python

89.9%

Shell

10.1%