jml2026/multilingual-accent-speech
ποΈ Silencio Network: Voice AI Sample Dataset π This is a sample. The full Silencio corpus contains 100,000+ hours across 170+ countries and 100+ languages. π§ Contact: sofia@silencioai.com for custom datasets, bulk licensing, or specific language requests. π Why Silencio Data? Silencio data is collected in the wild from a massive, opt-in community (2M+ contributors across 180+ countries), giving you: β Real-world accents, dialects, devices, andβ¦ See the full description on the dataset page: https://huggingface.co/datasets/jml2026/multilingual-accent-speech.
ποΈ Silencio Network: Voice AI Sample Dataset
<p align="left"> <img src="https://cdn-uploads.huggingface.co/production/uploads/69162b50b89e7abe20de4b5a/LWhs4p2lPFcyiVsP0tluu.png" width="40%"> </p>
  
π This is a sample. The full Silencio corpus contains 100,000+ hours across 170+ countries and 100+ languages. π§ Contact: sofia@silencioai.com for custom datasets, bulk licensing, or specific language requests.
π Why Silencio Data?
Silencio data is collected in the wild from a massive, opt-in community (2M+ contributors across 180+ countries), giving you:
- β Real-world accents, dialects, devices, and environments that lab or scraped datasets don't capture
- β Explicit, traceable consent β every recording tied to verified opt-in (GDPR/CCPA compliant)
- β Privacy-first pipelines β anonymized, PII hashed, reduced legal risk for enterprise
- β Rapid scaling into hard-to-source languages and niches
π Full Data Availability
Custom requests? We can source virtually any language, accent, or demographic at scale.
π― This Sample Dataset
This sample covers 43 languageβregion configs across 20+ languages demonstrating our data quality:
Accented English
African Languages
Other Languages
Medical Domain
Conversational
Each row contains 3 audio files (individual speaker, full meeting single-channel, full meeting multi-channel) plus word-level meeting transcripts with speaker turns and timestamps.
π Quick Start
from datasets import load_dataset
# Load Nigerian English samples
ds = load_dataset("SilencioNetwork/complete-voiceai-speech-dataset", "english_nigeria")
# Access different speech types
free_speech = ds['free_speech']
keywords = ds['keywords']
monologues = ds['monologues']
# Process a sample
for sample in free_speech:
audio = sample['audio']
transcript = sample['transcript']
speaker_id = sample['speaker_id']
emotion = sample['emotions']
print(f"Speaker {speaker_id}: {transcript[:50]}...")π€ Speech Types
π Rich Metadata
Every recording includes:
- Speaker demographics: gender, ethnicity, occupation, birth year, birth place
- Linguistic info: mother tongue, dialect, language proficiency data
- Recording context: device, OS, browser, location, background noise
- Content: script, Whisper-generated transcript, emotion labels
- Technical: duration, 48kHz WAV format
π― Ideal For
- π£οΈ ASR training β accent-robust speech recognition
- π TTS development β diverse voice synthesis
- π Emotion recognition β labeled emotional speech
- π Multilingual models β 100+ languages available
- ποΈ Speaker verification β unique speaker embeddings
- π Benchmarking β real-world robustness testing
βοΈ License
CC BY-NC 4.0 β Free for research and non-commercial use.
For commercial licensing, contact sofia@silencioai.com.
π§ Get More Data
Need the full corpus? This sample represents <0.01% of our available data.
π§ Email: sofia@silencioai.com
π Website: silencioai.com
Citation
@dataset{silencio_network_speech_2025,
title = {Silencio Network Voice AI Speech Corpus},
author = {Silencio Network},
year = {2025},
publisher = {Hugging Face},
license = {CC BY-NC 4.0}
}