Dataset Viewer
Auto-converted to Parquet Duplicate
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

Website Contact Data Available


๐ŸŒ 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