zionia/isizulu-asr-train
isiZulu Speech Recognition Augmented Train Dataset Dataset Description This dataset contains augmented speech recordings and transcriptions for isiZulu, one of South Africa's official languages. The dataset has been optimized for use with OpenAI's Whisper ASR models. Dataset Statistics Number of samples: 690 Language: isiZulu (Zul) Audio format: WAV, 16kHz, mono, 16-bit Maximum duration: 30 seconds (truncated for Whisper compatibility)… See the full description on the dataset page: https://huggingface.co/datasets/zionia/isizulu-asr-train.
isiZulu Speech Recognition Augmented Train Dataset
Dataset Description
This dataset contains augmented speech recordings and transcriptions for isiZulu, one of South Africa's official languages. The dataset has been optimized for use with OpenAI's Whisper ASR models.
Dataset Statistics
- Number of samples: 690
- Language: isiZulu (Zul)
- Audio format: WAV, 16kHz, mono, 16-bit
- Maximum duration: 30 seconds (truncated for Whisper compatibility)
- Transcription format: Cleaned text (lowercase, no punctuation)
Audio Processing
All audio files have been processed with the following optimizations:
- Resampled to 16kHz (Whisper's native sample rate)
- Converted to mono
- Truncated to maximum 30 seconds
- 16-bit PCM encoding
Transcription Cleaning
Transcriptions have been cleaned:
- Converted to lowercase
- Removed all punctuation
- Removed POS markers (e.g., [n], [v])
- Normalized whitespace
Dataset Structure
Each sample contains:
audio: Audio file path and arraytranscription: Cleaned transcription textfile_id: Unique identifier for the recordingsubfolder: Original subfolder location
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("zionia/isizulu-lwazi-asr-train")
# Access samples
print(dataset['train'][0])Citation
If you use this dataset, please cite the original Lwazi corpus:
@inproceedings{lwazi2011,
title={The Lwazi corpus: an African speech resource},
author={Barnard, E. and Davel, M. H. and Van Heerden, C.},
booktitle={Proceedings of the 22nd Annual Symposium of the Pattern Recognition Association of South Africa},
year={2011}
}License
This dataset is released under the MIT License.
Language
isiZulu is a language spoken primarily in South Africa.
