CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01malaysia-ai /malaysian-youtube Malaysian Youtube Malaysian and Singaporean youtube channels, total up to 60k audio files with total 18.7k hours. URLs data at https://github.com/mesolitica/malaya-speech/tree/master/data/youtube/data Notebooks at https://github.com/mesolitica/malaya-speech/tree/master/data/youtube How to load the data efficiently? import pandas as pd import json from datasets import Audio from torch.utils.data import DataLoader, Dataset chunks = 30 sr = 16000 class Train(Dataset):… See the full description on the dataset page: https://huggingface.co/datasets/malaysia-ai/malaysian-youtube.audio10K<n<100K5 likes12k downloads2y agoHugging Face02PleIAs /YouTube-Commons 📺 YouTube-Commons 📺 YouTube-Commons is a collection of audio transcripts of 2,063,066 videos shared on YouTube under a CC-By license. Content The collection comprises 22,709,724 original and automatically translated transcripts from 3,156,703 videos (721,136 individual channels). In total, this represents nearly 45 billion words (44,811,518,375). All the videos where shared on YouTube with a CC-BY license: the dataset provide all the necessary provenance information… See the full description on the dataset page: https://huggingface.co/datasets/PleIAs/YouTube-Commons.text-generation396 likes6.6k downloads2y agoHugging Face03yasalma /tat_youtubeaudiotext-to-speech100K<n<1M0 likes5.3k downloads1y agoHugging Face04OpenVideo /Youtube-Common-First-600-Parquettextn<1K0 likes4.7k downloads2y agoHugging Face05ming030890 /youtube_caption_yue YouTube ASR Caption Dataset (Cantonese) This dataset was built from YouTube videos with manually provided captions in Cantonese. We used SenseVoice to re-transcribe the audio and filtered segments to build a high-quality collection of audio-caption pairs. What’s included Segments where the ASR output is identical to the original caption — likely clean. Segments where differences are only homophones (同音字) or English words — likely ASR mistakes. This combination supports… See the full description on the dataset page: https://huggingface.co/datasets/ming030890/youtube_caption_yue.audio10K<n<100K2 likes3.5k downloads1y agoHugging Face062e8konjak /youtube_audios_2audio0 likes2.7k downloads1y agoHugging Face072e8konjak /youtube_videos_1video1K<n<10K0 likes2.6k downloads1y agoHugging Face08touati-kamel /Algerian-Youtube-Commentstext10K<n<100K0 likes1.9k downloads11d agoHugging Face09jrguo /Youtube-Drivingvideon<1K0 likes1.8k downloads4mo agoHugging Face10malaysia-ai /malaysian-dialects-youtube Malaysian dialects Youtube Entire videos from https://www.youtube.com using 'malay dialects' keyword. With total 398634 audio files, total 68607.6 hours. how to download huggingface-cli download --repo-type dataset \ --include '*.z*' \ --local-dir './' \ malaysia-ai/malaysian-dialects-youtube https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py python3 unzip.py Source code Source… See the full description on the dataset page: https://huggingface.co/datasets/malaysia-ai/malaysian-dialects-youtube.0 likes1.6k downloads1y agoHugging Face112e8konjak /youtube_audios_11audio0 likes1.5k downloads1y agoHugging Face122e8konjak /youtube_videos_2video1K<n<10K0 likes1.4k downloads1y agoHugging Face13jamescalam /youtube-transcriptionsThe YouTube transcriptions dataset contains technical tutorials (currently from James Briggs, Daniel Bourke, and AI Coffee Break) transcribed using OpenAI's Whisper (large). Each row represents roughly a sentence-length chunk of text alongside the video URL and timestamp. Note that each item in the dataset contains just a short chunk of text. For most use cases you will likely need to merge multiple rows to create more substantial chunks of text, if you need to do that, this code snippet will… See the full description on the dataset page: https://huggingface.co/datasets/jamescalam/youtube-transcriptions.tabularquestion-answering100K<n<1M44 likes1.3k downloads4y agoHugging Face142e8konjak /youtube_videos_11video1K<n<10K0 likes1.3k downloads1y agoHugging Face152e8konjak /youtube_videos_14video1K<n<10K0 likes1.2k downloads1y agoHugging Face16mesolitica /pseudolabel-malaysian-youtube-whisper-large-v3 Pseudolabel Malaysian Youtube videos using Whisper Large V3 Original dataset at https://huggingface.co/datasets/malaysia-ai/crawl-youtube, distributed pseudolabelled using 4x A100s script at https://github.com/mesolitica/malaysian-dataset/tree/master/speech-to-text-semisupervised/pseudolabel-whisper Each audio is 30 seconds. Each audio saved in 16k sample rate. audioautomatic-speech-recognition3 likes1.2k downloads3y agoHugging Face17l3afai /youtube-thumbnails YouTube Thumbnails Dataset Dataset Details Dataset Description This dataset contains approximately 164,000 YouTube thumbnails paired with their corresponding video titles. The dataset was constructed by collecting public YouTube channel feeds, extracting video metadata, filtering and deduplicating entries, and downloading thumbnail images at scale. The goal of this dataset is to support research and experimentation in: Image generation (e.g. diffusion models)… See the full description on the dataset page: https://huggingface.co/datasets/l3afai/youtube-thumbnails.imagetext-to-image100K<n<1M3 likes1.2k downloads6mo agoHugging Face182e8konjak /youtube_videos_13video1K<n<10K0 likes975 downloads1y agoHugging Face19mesolitica /pseudolabel-malaysian-youtube-whisper-large-v3-timestamp Pseudolabel Malaysian Youtube using Whisper Large V3 including Timestamp how to prepare the dataset wget https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp/resolve/main/prepared-pseudolabel.jsonl huggingface-cli download --repo-type dataset \ --include 'output-audio-*.zip' \ --local-dir './' \ --max-workers 20 \ mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp wget… See the full description on the dataset page: https://huggingface.co/datasets/mesolitica/pseudolabel-malaysian-youtube-whisper-large-v3-timestamp.audio1M<n<10M0 likes974 downloads1y agoHugging Face20malaysia-ai /pseudolabel-dialects-youtube-whisper-large-v3 malaysia-ai/pseudolabel-dialects-youtube-whisper-large-v3 Pseudolabel malaysia-ai/malaysian-dialects-youtube using openai/whisper-large-v3 How to prepare the dataset huggingface-cli download --repo-type dataset \ --include '*.zip' \ --local-dir './' \ --max-workers 20 \ malaysia-ai/pseudolabel-dialects-youtube-whisper-large-v3 wget https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py python3… See the full description on the dataset page: https://huggingface.co/datasets/malaysia-ai/pseudolabel-dialects-youtube-whisper-large-v3.audio1M<n<10M0 likes880 downloads1y agoHugging Face21alvanlii /cantonese-youtube-ttsgated Cantonese Audio TTS Dataset This dataset contains alvanlii/cantonese-radio, alvanlii/cantonese-youtube, plus a dataset of equal size. It is catered towards TTS (text-to-speech) use cases, more than the 2 previously published datasets, as there is more extensive filtering and audio enhancement. For speaker labelling, you can use speaker embedding models like Nvidia's TitaNet Filtered out: Overlapped voices, detected using pyannote/speaker-diarization-3.1 Music, detected using a… See the full description on the dataset page: https://huggingface.co/datasets/alvanlii/cantonese-youtube-tts.audiotext-to-speech1M<n<10M3 likes873 downloads6mo agoHugging Face22common-pile /youtube_filtered Creative Commons YouTube Description YouTube is a large-scale video-sharing platform where users have the option of uploading content under a CC BY license. To collect high-quality speech-based textual content and combat the rampant license laundering on YouTube, we manually curated a set of over 2,000 YouTube channels that consistently release original openly licensed content containing speech. The resulting collection spans a wide range of genres, including lectures… See the full description on the dataset page: https://huggingface.co/datasets/common-pile/youtube_filtered.texttext-generation100K<n<1M6 likes866 downloads1y agoHugging Face23gulucaptain /Youtube_MH3gated YouTube 数据集 数据说明 每个压缩包包含 300 条数据。 当前共有 6 个压缩包。 数据总量为 1,800 条。 文件列表 文件名 数据量 data001.zip 300 条 data002.zip 300 条 data003.zip 300 条 data004.zip 300 条 data005.zip 300 条 data006.zip 300 条 注意事项 数据来源于 YouTube,请在使用时遵守 YouTube 的服务条款、相关版权规定及适用法律。 image1K<n<10K0 likes780 downloads20d agoHugging Face24Scicom-intl /YouTube-Cantonese-Emilia YouTube Cantonese — Emilia 2,064,679 speaker-homogeneous Cantonese speech segments — 5,312.6 hours — produced by running alvanlii/cantonese-youtube through the Emilia speech-data pipeline (source separation → diarization → VAD segmentation → ASR → MOS filtering). Each row is one clean, single-speaker segment of 3–30 s with a transcript, a speaker turn label and a DNSMOS quality score. Audio is shipped separately as MP3s inside zip parts, in both an original and a silence-trimmed… See the full description on the dataset page: https://huggingface.co/datasets/Scicom-intl/YouTube-Cantonese-Emilia.tabularautomatic-speech-recognition1M<n<10M1 likes731 downloads1mo agoHugging Face252e8konjak /youtube_audios_12audio1 likes728 downloads1y agoHugging Face26Rijgersberg /YouTube-Commons-nl-audio YouTube Commons NL Audio This dataset has audio files for the Dutch-language videos in Rijgersberg/YouTube-Commons-nl-transcriptions, all under a CC BY 4.0 license. It contains 11,669 files for a total runtime of 2493h 43m 5s, coming in at approximately 130 GB. Source The original source of the dataset (minus the titles, descriptions and audio files) is YouTube Commons: YouTube-Commons is a collection of audio transcripts of 2,063,066 videos shared on YouTube… See the full description on the dataset page: https://huggingface.co/datasets/Rijgersberg/YouTube-Commons-nl-audio.audioautomatic-speech-recognition10K<n<100K1 likes725 downloads2d agoHugging Face27lab260 /youtube_balalaika1 likes670 downloads3mo agoHugging Face282e8konjak /youtube_audios_15audio0 likes666 downloads2y agoHugging Face292e8konjak /youtube_videos_30 likes664 downloads2y agoHugging Face30malaysia-ai /malaysian-cartoons-youtube Crawl Youtube Malaysian cartoons With total 45544 audio files, total 20766 hours. how to download huggingface-cli download --repo-type dataset \ --include '*.zip' \ --local-dir './' \ malaysia-ai/malaysian-cartoons-youtube wget https://gist.githubusercontent.com/huseinzol05/2e26de4f3b29d99e993b349864ab6c10/raw/9b2251f3ff958770215d70c8d82d311f82791b78/unzip.py python3 unzip.py Source code Source code at… See the full description on the dataset page: https://huggingface.co/datasets/malaysia-ai/malaysian-cartoons-youtube.0 likes657 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.