AIAny
Icon for item

laion/BVD-URLs — LAION-BVD 1.3B Video URLs

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Introduction

LAION-BVD-URLs supplies a massive crawl-derived index of platform-specific video links that functions as the raw source corpus for downstream multimodal video, audio, and frame datasets. It does not host media — only URLs and metadata — but its scale (1.3B URLs, from which 80M videos were successfully downloaded into a 10M-hour raw pool) makes it a practical starting point for large-scale pretraining and dataset curation workflows.

What Sets It Apart
  • Scale and provenance: Aggregates 1.3 billion video URLs extracted from CommonCrawl snapshots, enabling broad, in-the-wild coverage of web video across platforms.
  • Lightweight, interoperable format: Distributed as Parquet files consumable with datasets, pandas, polars, dask, and other data stacks — suitable for large-scale filtering and sampling pipelines before media download.
  • Source-to-derived dataset ecosystem: Serves as the upstream index for LAION-BVD artifacts (e.g., BVD-RAW 80M videos, BVD-V-55M clips, BVD-I-300M frames, and audio subsets), enabling reproducible dataset construction and targeted subset creation.
  • Responsible access model: The URL index is openly available, but access to the large raw-video pool (BVD-RAW) and gated media subsets requires an academic/non-commercial request and adherence to terms of use.
Who It's For and Tradeoffs

Great fit if you need a crawl-derived URL corpus to build or reproduce large-scale multimodal training sets, want to sample or filter by platform/crawl metadata before costly downloads, or plan to construct custom clips/frames at scale. It simplifies upstream discovery and selection while avoiding initial media storage costs.

Look elsewhere if you require immediately downloadable media (this dataset contains no video files), need commercially licensed media (LAION-BVD is research-only and some raw access is gated), or cannot accommodate the computational and storage demands of processing very large URL indexes and subsequent media downloads.

Information

  • Websitehuggingface.co
  • OrganizationsTübingen AI Center, University of Tübingen, LAION, JSC, FZJ, Wynd Labs, MPI for Intelligent Systems, ELLIS Institute Tübingen, MCML, Technical University Munich
  • AuthorsAndreas Hochlehnert, Marianna Nezhurina, Mehdi Cherti, Andrej Radonjic, Thaddäus Wiedemer, Christoph Schuhmann, Romain Beaumont, Wieland Brendel, Bernhard Schölkopf, A. Sophia Koepke
  • Published date2026/05/03

Categories

More Items

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.

Hugging Face

Contains 244 Cursor agent sessions recorded from Claude Fable‑5, formatted for training and research. Sessions include multi-turn assistant/tool interactions and are Teich-compatible; several rows exceed one million characters, so apply explicit tokenization and oversize policies before training.