CoolFace
11 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-audio /open-asr-leaderboard-multilingual-datasets ASR Leaderboard Datasets This repository contains test splits from multiple speech corpora, including FLEURS, Common Voice (MCV), and Multilingual LibriSpeech (MLS). How to Load To load a specific subset, use load_dataset with the corresponding config_name in the format <set>_<lang>. from datasets import load_dataset # Load the FLEURS dataset for Bulgarian fleurs_bg = load_dataset("nithinraok/asr-leaderboard-datasets", "fleurs_bg") print(fleurs_bg) # Load the… See the full description on the dataset page: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard-multilingual-datasets.audioautomatic-speech-recognition100K<n<1M4 likes1.2k downloads2mo agoHugging Face02grushaaaaa /indic-multilingual-asr Indic Multilingual ASR Dataset A multilingual ASR dataset covering 13 major Indian languages with 1.1M+ samples. Usage from datasets import load_dataset ds = load_dataset("grushaaaaa/indic-multilingual-asr", split="train") Features audio: 16kHz WAV audio sentence: Transcription text language: Language name source: Source dataset audio1M<n<10M1 likes390 downloads8mo agoHugging Face03Alwaly /multilingual-wolof-french-asraudio10K<n<100K1 likes217 downloads2y agoHugging Face04buumba641 /Zambia-MultiLingual-ASR-Dataset 🇿🇲 Zambia Multilingual ASR Dataset A continuously growing and curated multilingual speech corpus for Zambian languages, designed to advance Automatic Speech Recognition (ASR) research through community-driven data collection and real-world evaluation. Overview The Zambia Multilingual ASR Dataset is an open, continuously evolving speech corpus developed as part of the ZamVoice project. The dataset supports research and development of Automatic Speech… See the full description on the dataset page: https://huggingface.co/datasets/buumba641/Zambia-MultiLingual-ASR-Dataset.audioautomatic-speech-recognitionn<1K2 likes152 downloads10d agoHugging Face05Metric-AI /open-asr-leaderboard-multilingual-datasets Open ASR Leaderboard Armenian Test Datasets This private repository holds leaderboard-compatible Armenian test configurations while their integration is being validated. Configurations fleurs_hy Source: google/fleurs, configuration hy_am, test split Reviewed reference changes: Metric-AI/fleurs-corrections, test split 932 recordings; all 314 reviewed corrections were matched to the original source transcript and applied mcv_hy… See the full description on the dataset page: https://huggingface.co/datasets/Metric-AI/open-asr-leaderboard-multilingual-datasets.audioautomatic-speech-recognition1K<n<10K1 likes32 downloads14d agoHugging Face06zionia /asr-lwazi-multilingualaudio10K<n<100K0 likes21 downloads1y agoHugging Face07djelia /multilingual-asrgated multilingual-asr CoVoST 2 and Common Voice 17.0 Swahili and Hausa, re-packaged under one feature schema so the configs can be concatenated into a single multi-task training mix. Four configs, ~206 hours of distinct audio, 8.44 GB of Parquet. No Bambara. Load from datasets import load_dataset asr = load_dataset("djelia/multilingual-asr", "covost2-transcription", split="train") sw_test = load_dataset("djelia/multilingual-asr", "swahili", split="test")… See the full description on the dataset page: https://huggingface.co/datasets/djelia/multilingual-asr.audioautomatic-speech-recognition100K<n<1M0 likes20 downloads2mo agoHugging Face08nprak26 /synthetic-multilingual-speech-asr Synthetic Multilingual Speech ASR Dataset Overview Repository: nprak26/synthetic-multilingual-speech-asr DOI: 10.57967/hf/6608 License: CC BY-NC 4.0 Languages: English (en), Spanish (es), French (fr) Modalities: Audio (synthetic .wav files), Text transcripts Tasks: Automatic Speech Recognition (ASR), TTS→ASR evaluation Size: < 1K samples total, with 15 examples in the default train split Audio Specs: 16 kHz, mono WAV files Dataset Structure Each record… See the full description on the dataset page: https://huggingface.co/datasets/nprak26/synthetic-multilingual-speech-asr.audion<1K4 likes13 downloads1y agoHugging Face09Amit65 /asr-multilingualaudio1K<n<10K0 likes6 downloads1y agoHugging Face10kdcyberdude /asr_multilingual_0.3gatedaudio1M<n<10M1 likes1 downloads2y agoHugging Face11steven0226 /open-asr-leaderboard-multilingual-datasets Open ASR Leaderboard Chinese Test Set (FLEURS) This repository holds a test-only copy of the Mandarin Chinese test split of google/fleurs (config cmn_hans_cn, split test). It is used for the Chinese column of the Open ASR Leaderboard (huggingface/open_asr_leaderboard#147). The layout matches the FLEURS configs in hf-audio/open-asr-leaderboard-multilingual-datasets, so this config may later be merged into that repository. How to load from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/steven0226/open-asr-leaderboard-multilingual-datasets.audioautomatic-speech-recognitionn<1K0 likes13h agoHugging Face

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