Datasets:
Dataset Viewer
Search is not available for this dataset
audio
audioduration (s) 2.56
5
|
---|
End of preview. Expand
in Data Studio
Zia Mohiuddin Speech Corpus
This dataset contains audio clips and transcriptions of speeches by Zia Mohiuddin. Each audio file is paired with transcriptions in Urdu script, English, and Roman Urdu. The dataset is suitable for tasks such as automatic speech recognition (ASR), machine translation, and multilingual speech processing.
Structure
audio_data/
: Contains audio clips in MP3 format (e.g.,clip_0001.mp3
).all_transcriptions_summary.csv
: CSV file with the following columns:file_name
: Name of the audio file (e.g.,clip_0001.mp3
).urdu_script_transcription
: Transcription in Urdu script.english_transcription
: English translation of the transcription.roman_urdu_transcription
: Romanized Urdu transcription.status
: Status of the transcription (e.g.,Success
).
Example Row
file_name | urdu_script_transcription | english_transcription | roman_urdu_transcription | status |
---|---|---|---|---|
clip_0001.mp3 | سر چڑھ کے بولتا ہے پردو زبان | He stands on his head and speaks in the Urdu language | ROMAN_URDU_NEEDS_TRANSLITERATION_MODEL: He stands on his head and speaks in the Urdu language | Success |
Usage
You can load this dataset using the Hugging Face Datasets library:
from datasets import load_dataset
dataset = load_dataset('ReySajju742/zia-mohiuyo-din)', data_files='all_transcriptions_summary.csv', split='train')
License
This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.
Citation
If you use this dataset, please cite it as follows:
@misc{zia_mohiuddin_speech_corpus,
title = {Zia Mohiuddin Speech Corpus},
year = {2025},
note = {Audio and transcriptions of Zia Mohiuddin speeches.}
}
- Downloads last month
- 7