CoolFace
Datasetpublic

Africanvoice/African_voices_hausa

πŸ‡³πŸ‡¬ WaZoBiaSpeech: 1,000+ Hour Hausa (hau) Corpus Version: 30 Nov 2025 NOTE: This dataset is subject to regular Updates, corrections, and expansions. Please check this repository regularly for the latest release. 🌍 Dataset Overview WaZoBiaSpeech is a large-scale, high-quality, fully transcribed speech dataset for Hausa (hau). This corpus is designed to accelerate the development of speech technology in African contexts, promoting linguistic diversity and… See the full description on the dataset page: https://huggingface.co/datasets/Africanvoice/African_voices_hausa.

sourceHugging Facecc-by-4.0updated 2d agoView on Hugging Face
0likes524downloads
Dataset Card

πŸ‡³πŸ‡¬ WaZoBiaSpeech: 1,000+ Hour Hausa (hau) Corpus

Version: 30 Nov 2025

NOTE: This dataset is subject to regular Updates, corrections, and expansions. Please check this repository regularly for the latest release.

🌍 Dataset Overview

WaZoBiaSpeech is a large-scale, high-quality, fully transcribed speech dataset for Hausa (hau). This corpus is designed to accelerate the development of speech technology in African contexts, promoting linguistic diversity and supporting low-resource machine learning research.

The data includes both scripted and unscripted recordings collected through ethical, community-centered processes with broad demographic coverage.

Current Language Coverage: Hausa (hau)

LanguageTotal ClipsTotal HoursSpeakers
Hausa47,661509.53 h505

πŸ› οΈ Dataset Structure and Features

The dataset is provided with the following features:

FieldTypeDescription
audio_idstringUnique audio identifier
speaker_idstringPseudonymized speaker code
audio_pathAudio48 kHz mono WAV audio file
transcriptstringClean human transcription
duration_secondsfloat64Duration of the audio clip in seconds
genderstringMale / Female
age_groupstringDemographic band (15–29, 30–45, 46–60, 60+)
educationstringPrimary, Secondary, Tertiary
domainstringContext of the content (EV, HE, AG, BU)
typestringScripted / Unscripted
splitstringtrain / dev / dev_test (speaker-disjoint)
languagestringLanguage code (e.g., hau)

Summary Statistics (Nigerian Pidgin)

  • β€”Total Clips: 47,661
  • β€”Total Hours: 509.53 h
  • β€”Gender Split: 50.3% Male / 49.7% Female

πŸ’» Loading the Dataset (Hugging Face)

The dataset is configured for easy loading of the Hausa (hau) subset.

Recommended Environment

bash
pip install --upgrade datasets[audio]
pip install --upgrade ffmpeg ffmpeg-python

Standard Load

python
from datasets import load_dataset

# Load the full training split
ds = load_dataset("Africanvoice/African_voices_hausa", "hau", split="train")

# Load a specific split (e.g., development)
ds_dev = load_dataset("Africanvoice/African_voices_hausa", "hau", split="dev")

Streaming Mode (for memory efficiency)

python
from datasets import load_dataset

# Load the dev_test split in streaming mode
ds_stream = load_dataset(
    "Africanvoice/African_voices_hausa", 
    "hau", 
    split="dev_test", 
    streaming=True
)

πŸš€ Intended Use & Applications

This dataset is specifically designed for the following purposes:

  • β€”Automatic Speech Recognition (ASR) Training
  • β€”NLP for low-resource African languages
  • β€”Cross-lingual learning and transfer learning research
  • β€”Evaluation of multilingual ASR systems
  • β€”Linguistic research and accent/dialect modeling

β›” Use Restrictions & Limitations

To protect speaker privacy and prevent potential voice misuse, the following uses are strictly enforced:

Strictly Prohibited Uses πŸ›‘

  • β€”Voice cloning or adaptation (Text-to-Speech/TTS)
  • β€”Voice biometrics, speaker identification, or mimicry
  • β€”Surveillance, profiling, or any commercial application that relies on identifying or imitating individuals

Limitations ⚠️

  • β€”Regional accent variation, while broad, is not entirely exhaustive
  • β€”Spontaneous (unscripted) speech segments may include natural, low-level background noise
  • β€”Not suitable for biometric or forensic use

βš–οΈ License and Citation

License

This dataset is released under the Creative Commons Attribution 4.0 (CC BY 4.0) license.

Citation

bibtex
@dataset{wazobiaspeech-2025,
  title   = {WaZoBiaSpeech: A 2,500-Hour Multilingual Speech Corpus for Hausa, Igbo, Nigerian Pidgin, and Yoruba},
  author  = {EqualyzAI and African Voices Team},
  year    = {2025},
  url     = {https://huggingface.co/datasets/Africanvoice/African_voices_hausa},
  note    = {Hausa subset (hau) version},
  type    = {dataset}
}

πŸ“§ Contact & Support

For questions, issues, or collaboration inquiries, please open an issue on the repository or contact the maintainers directly.


Last Updated: November 30, 2025 Maintainer: Data Science Nigeria / EqualyzAI