The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 606892899 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
๐ฎ๐ณ South Asian Languages Speech Dataset
๐ Voice data for 2 billion+ South Asian speakers.
๐ง Need more? sofia@silencioai.com โ we have 15,000+ hours of South Asian language data.
๐ฏ Dataset Overview
137 recordings across 3 major South Asian languages.
| Language | Code | Samples | Region |
|---|---|---|---|
| ๐ต๐ฐ Urdu | urdu |
51 | Pakistan, India |
| ๐ง๐ฉ Bengali | bengali |
45 | Bangladesh, India |
| ๐ฎ๐ณ Hindi | hindi |
41 | India |
๐ Quick Start
from datasets import load_dataset
# Load Hindi
hindi = load_dataset("SilencioNetwork/south-asian-speech", "hindi")
# Load Urdu
urdu = load_dataset("SilencioNetwork/south-asian-speech", "urdu")
# Load Bengali
bengali = load_dataset("SilencioNetwork/south-asian-speech", "bengali")
for sample in hindi['train']:
audio = sample['audio']
transcript = sample['transcript']
print(f"Hindi: {transcript[:50]}...")
๐ Why South Asian Languages?
South Asia is home to 2 billion+ people speaking hundreds of languages:
- ๐ฎ๐ณ Hindi โ 600M+ speakers, India's most spoken language
- ๐ต๐ฐ Urdu โ 230M+ speakers, Pakistan's national language
- ๐ง๐ฉ Bengali โ 270M+ speakers, Bangladesh + West Bengal
Yet these languages remain underrepresented in most speech datasets.
๐ Full Data Availability
| Language | Sample | Full Corpus |
|---|---|---|
| Urdu | 51 | 5,900+ hours |
| Hindi | 41 | 3,800+ hours |
| Bengali | 45 | 2,100+ hours |
| Tamil | โ | 1,500+ hours |
| Telugu | โ | 1,200+ hours |
| Marathi | โ | 800+ hours |
| Total South Asian | 137 | 15,000+ hours |
๐ฏ Use Cases
- ๐ฃ๏ธ Indic ASR โ Speech recognition for Hindi, Urdu, Bengali
- ๐ TTS โ Voice synthesis for South Asian markets
- ๐ฑ Voice assistants โ Siri, Alexa, Google for India/Pakistan
- ๐ฅ Healthcare โ Voice AI for regional healthcare
- ๐ Call centers โ Automated support in local languages
โ๏ธ License
CC BY-NC 4.0 โ Free for research and non-commercial use.
For commercial licensing, contact sofia@silencioai.com.
๐ง Get More Data
๐ง Email: sofia@silencioai.com
๐ Website: silencioai.com
Citation
@dataset{silencio_south_asian_2025,
title = {South Asian Languages Speech Dataset},
author = {Silencio Network},
year = {2025},
publisher = {Hugging Face},
license = {CC BY-NC 4.0}
}
- Downloads last month
- 5