You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

LAION-BVD - 1.3B Video URLs

This repository contains 1.3 billion platform-specific video URLs collected from CommonCrawl. No video content is included, only URLs and associated crawl metadata. These URLs form the source corpus for LAION-BVD (LAION - Big Video Dataset).

Loading the data

import datasets

ds = datasets.load_dataset("LAION/BVD-1.3B-URLs", split="train")

Or with pandas:

import pandas as pd

df = pd.read_parquet("data/", engine="pyarrow")
Downloads last month
6