CoolFace
20 results

urls

laion /BVD-I-300M-URLs LAION-BVD - 300M Video Frame URLs This repository contains the URLs for ~300 million keyframes extracted from publicly available web videos. No image data is included, only the source video URL and the frame timestamp needed to reproduce each frame. Frames were extracted from BVD-RAW and cover YouTube, Dailymotion, and Vimeo content. Dataset structure Column Type Description webpage_url string URL of the source video frame_pts_time float Presentation… See the full description on the dataset page: https://huggingface.co/datasets/laion/BVD-I-300M-URLs.textimage-text-to-text100M<n<1B2 likes24k downloads27d agoHugging Facelaion /BVD-V-55M-URLs LAION-BVD - 55M Video Clips (URL Release) This repository contains the metadata and captions for ~55 million scene-level video clips sourced from 2.4M randomly sampled videos from BVD-RAW. The 2.4M original videos are filtered to only include videos between 10s and 30min duration and are then split into the ~55M scene clips using PySceneDetect. No video or audio files are included; only URLs, timestamps, and text annotations are provided. Repository structure… See the full description on the dataset page: https://huggingface.co/datasets/laion/BVD-V-55M-URLs.imagevideo-text-to-text10M<n<100M5 likes19k downloads27d agoHugging Facelaion /BVD-A-10M-URLs LAION-BVD — 10M Audio Clip URLs This repository contains the metadata and captions for ~10 million audio clips randomly sampled from BVD-V-55M for large-scale audio pre-training. The audio itself is not included in this repository — every clip is described by the URL of its source video plus the start_time/end_time offsets needed to reproduce it. The corresponding clip files are available in the gated laion/BVD-A-10M repository. Dataset structure One row per audio… See the full description on the dataset page: https://huggingface.co/datasets/laion/BVD-A-10M-URLs.tabulartext-to-audio10M<n<100M1 likes9.1k downloads27d agoHugging Facelaion /BVD-URLs 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). From this collection, 80M videos were successfully downloaded, totalling approximately 10 million hours of video. Loading the data import datasets ds = datasets.load_dataset("laion/BVD-URLs"… See the full description on the dataset page: https://huggingface.co/datasets/laion/BVD-URLs.text1B<n<10B12 likes6.2k downloads27d agoHugging Faceks46 /urls URLs 74,918,894,107 deduplicated, validated URLs, sorted by SURT key and split into 2,334 range shards. As plain text the URLs are 5.8 TiB, averaging 84 characters each. Sorted by SURT key and delta-encoded they fit in 665.6 GiB — 9.54 bytes per URL, a 8.85× reduction. That is the whole point of the ordering: SURT puts URLs from the same site next to each other, DELTA_LENGTH_BYTE_ARRAY then stores only where each row differs from the one above it, and zstd compresses what is… See the full description on the dataset page: https://huggingface.co/datasets/ks46/urls.texttext-generation10B<n<100B1 likes3k downloads1mo agoHugging Facelaion /BVD-A-1.7M-URLs LAION-BVD — 1.7M Audio Clip URLs This repository contains the metadata and captions for ~1.7 million audio clips taken from BVD-V-55M and sampled for uniqueness of the source video, so that the subset maximises source diversity rather than clip count. The audio itself is not included in this repository — every clip is described by the URL of its source video plus the start_time/end_time offsets needed to reproduce it. The corresponding clip files are available in the gated… See the full description on the dataset page: https://huggingface.co/datasets/laion/BVD-A-1.7M-URLs.tabulartext-to-audio1M<n<10M1 likes2.6k downloads27d agoHugging Face