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
01hf-internal-testing /librispeech_asr_dummyaudion<1K11 likes106k downloads2y agoHugging Face02openslr /librispeech_asr Dataset Card for librispeech_asr Dataset Summary LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned. Supported Tasks and Leaderboards automatic-speech-recognition, audio-speaker-identification: The dataset can be used to train a model for Automatic… See the full description on the dataset page: https://huggingface.co/datasets/openslr/librispeech_asr.audioautomatic-speech-recognition100K<n<1M245 likes54k downloads1y agoHugging Face03facebook /multilingual_librispeech Dataset Card for MultiLingual LibriSpeech Dataset Summary This is a streamable version of the Multilingual LibriSpeech (MLS) dataset. The data archives were restructured from the original ones from OpenSLR to make it easier to stream. MLS dataset is a large multilingual corpus suitable for speech research. The dataset is derived from read audiobooks from LibriVox and consists of 8 languages - English, German, Dutch, Spanish, French, Italian, Portuguese, Polish.… See the full description on the dataset page: https://huggingface.co/datasets/facebook/multilingual_librispeech.audioautomatic-speech-recognition1M<n<10M190 likes36k downloads2y agoHugging Face04patrickvonplaten /librispeech_asr_dummyLibriSpeech is a corpus of approximately 1000 hours of read English speech with sampling rate of 16 kHz, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned. Note that in order to limit the required storage for preparing this dataset, the audio is stored in the .flac format and is not converted to a float32 array. To convert, the audio file to a float32 array, please make use of the `.map()` function as follows: ```python import soundfile as sf def map_to_array(batch): speech_array, _ = sf.read(batch["file"]) batch["speech"] = speech_array return batch dataset = dataset.map(map_to_array, remove_columns=["file"]) ```1 likes22k downloads5y agoHugging Face05distil-whisper /librispeech_long Dataset Card for "librispeech_long" More Information needed audion<1K4 likes11k downloads3y agoHugging Face06WillHeld /test_librispeech_parquetaudion<1K0 likes5.6k downloads3y agoHugging Face07distil-whisper /librispeech_asr-noise Dataset Card for "librispeech_asr-noise" More Information needed audio100K<n<1M2 likes4.5k downloads3y agoHugging Face08zihan-audio /librispeech_asr Dataset Card for librispeech_asr Dataset Summary LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned. Supported Tasks and Leaderboards automatic-speech-recognition, audio-speaker-identification: The dataset can be used to train a model for… See the full description on the dataset page: https://huggingface.co/datasets/zihan-audio/librispeech_asr.audioautomatic-speech-recognition100K<n<1M0 likes4.3k downloads25d agoHugging Face09BrunoHays /multilingual_librispeech_fr_processed multilingual_librispeech_fr_processed Dataset Description Dataset Summary The data files can be found on the illuin gcloud instance at this adress: unknown_url This dataset has been processed from Huggingface Hub dataset facebook/multilingual_librispeech and the config french Supported Tasks and Leaderboards [More Information Needed] Languages [More Information Needed] Dataset Structure Data Instances [More… See the full description on the dataset page: https://huggingface.co/datasets/BrunoHays/multilingual_librispeech_fr_processed.text100K<n<1M1 likes4.1k downloads2y agoHugging Face10hf-internal-testing /librispeech_asr_demoaudion<1K3 likes3.2k downloads1y agoHugging Face11Blinorot /lensless_mic_librispeech Dataset Card for LenslessMic Version of Librispeech Dataset Dataset Summary A LenslessMic version of the Librispeech dataset from the "LenslessMic: Audio Encryption and Authentication via Lensless Computational Imaging" paper. Partition # Audio # Frames train-clean 587 73,699 train-other 150 18,561 test-clean 1,089 185,773 test-other 512 62,901 To download the dataset and work with it, use our official repository. Dataset is collected using DigiCam.… See the full description on the dataset page: https://huggingface.co/datasets/Blinorot/lensless_mic_librispeech.textaudio-to-audio10K<n<100K0 likes2.7k downloads1y agoHugging Face12k2-fsa /LibriSpeechLibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned. Acoustic models, trained on this data set, are available at icefall and language models, suitable for evaluation can be found at openslr. For more information, see the paper "LibriSpeech: an ASR corpus based on public domain audio… See the full description on the dataset page: https://huggingface.co/datasets/k2-fsa/LibriSpeech.4 likes2.5k downloads3y agoHugging Face13gilkeyio /librispeech-alignments Dataset Card for Librispeech Alignments Librispeech with alignments generated by the Montreal Forced Aligner. The original alignments in TextGrid format can be found here Dataset Details Dataset Description Librispeech is a corpus of read English speech, designed for training and evaluating automatic speech recognition (ASR) systems. The dataset contains 1000 hours of 16kHz read English speech derived from audiobooks. The Montreal Forced Aligner (MFA) was used… See the full description on the dataset page: https://huggingface.co/datasets/gilkeyio/librispeech-alignments.audioautomatic-speech-recognition100K<n<1M21 likes2.4k downloads3y agoHugging Face14lmms-lab-audio /librispeechaudio10K<n<100K5 likes2.2k downloads2y agoHugging Face15Splend1dchan /librispeech_asr_arrowaudio10K<n<100K0 likes1.9k downloads3y agoHugging Face16fixie-ai /librispeech_asraudio100K<n<1M5 likes1.8k downloads2y agoHugging Face17Kimang18 /librispeech-clean-100-v0-2-010K<n<100K0 likes1.4k downloads1d agoHugging Face18Kimang18 /librispeech-clean-100-km-translate-v0-2-010K<n<100K0 likes1.2k downloads1d agoHugging Face19sanchit-gandhi /librispeech-data Dataset Card for "librispeech-data" More Information needed audio100K<n<1M2 likes1.1k downloads3y agoHugging Face20Darknsu /bridge_module_wav2vec_librispeech_v10 likes1.1k downloads5mo agoHugging Face21Darknsu /librispeech-full-dataset-model0 likes979 downloads6mo agoHugging Face22BrunoHays /multilingual_librispeech_fr_punctuatedThis is a streamable version of the Multilingual LibriSpeech (MLS) dataset. The data archives were restructured from the original ones from [OpenSLR](http://www.openslr.org/94) to make it easier to stream. MLS dataset is a large multilingual corpus suitable for speech research. The dataset is derived from read audiobooks from LibriVox and consists of 8 languages: English, German, Dutch, Spanish, French, Italian, Portuguese, Polish.100K<n<1M0 likes972 downloads3y agoHugging Face23Codec-SUPERB /librispeech_synth Dataset Card for "librispeech_synth" More Information needed audio1M<n<10M1 likes932 downloads3y agoHugging Face24istupakov /russian_librispeech Russian LibriSpeech (RuLS) Identifier: SLR96 from openslr.org Summary: This dataset is based on LibriVox audiobooks Category: Speech License: The dataset is Public Domain in the USA. About this resource: Russian LibriSpeech (RuLS) dataset is based on LibriVox's public domain audio books (see BOOKS.TXT for the list of included books) and contains about 98 hours of audio data. audioautomatic-speech-recognition10K<n<100K6 likes858 downloads1y agoHugging Face25anthony-wss /librispeech_asr-audiodec_dac_16k Dataset Card for "librispeech_asr-audiodec_dac_16k" More Information needed text100K<n<1M0 likes668 downloads3y agoHugging Face26distil-whisper /librispeech_asr-prompted Dataset Card for "librispeech_asr-prompted" More Information needed audio100K<n<1M0 likes610 downloads3y agoHugging Face27arkubeth /librispeechaudio1K<n<10K0 likes585 downloads3y agoHugging Face28Peacockery /librispeech-phoneme-featurestabular100K<n<1M0 likes548 downloads7mo agoHugging Face29cmu-mlsp /hubert_layer9-librispeech-asr100h Dataset Card for "hubert_layer9-librispeech-asr100h" More Information needed audio10K<n<100K0 likes547 downloads3y agoHugging Face30flozi00 /multilingual-librispeech-german-labeledaudio100K<n<1M1 likes527 downloads2y agoHugging Face

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