CoolFace
Datasetpublic

voicedata/pidginData

Naija-ASR-Corpus v2.0 (NAC-v2.0) A Foundational Automatic Speech Recognition Corpus for Nigerian Pidgin (Naija, PCM) πŸ“Œ Dataset Summary Naija-ASR-Corpus (NAC-v2.0) is a speech dataset derived from the Universal Dependencies Naija Spoken Corpus (UD_Naija-NSC). The NAC Team processed the original long-form recordings by: Segmenting the audio into sentence-level clips. Aligning each clip to its transcript (text_ortho) from the CoNLL-U source. Tagging each sample… See the full description on the dataset page: https://huggingface.co/datasets/voicedata/pidginData.

sourceHugging Facecc-by-sa-4.0updated 23d agoView on Hugging Face
0likes72downloads
Dataset Card

Naija-ASR-Corpus v2.0 (NAC-v2.0)

A Foundational Automatic Speech Recognition Corpus for Nigerian Pidgin (Naija, PCM)


πŸ“Œ Dataset Summary

Naija-ASR-Corpus (NAC-v2.0) is a speech dataset derived from the Universal Dependencies Naija Spoken Corpus (UD_Naija-NSC).

The NAC Team processed the original long-form recordings by:

  1. 1.Segmenting the audio into sentence-level clips.
  2. 2.Aligning each clip to its transcript (text_ortho) from the CoNLL-U source.
  3. 3.Tagging each sample with a unique id and the original speaker code.

🧩 Schema

ColumnTypeDescription
idstringUnique identifier for this sample (UUID4)
speakerstringSpeaker code from the source corpus (speaker_id in UD_Naija-NSC)
transcriptionstringASR transcript text
audioaudioThe audio clip, 16kHz mono
clip_start_msint64Clip start offset (ms) in the original long-form recording
clip_end_msint64Clip end offset (ms) in the original long-form recording
source_sent_idstringSentence id from the UD_Naija-NSC source
source_urlstringURL of the original long-form recording

Rows: 5883


πŸ› οΈ Data Source & Attribution

This dataset is derived from the Universal Dependencies Naija Spoken Corpus (UD_Naija-NSC). The original continuous recordings were split into sentence-level clips and matched with their transcripts to build ASR-ready audio/text pairs.

This dataset contains content derived from UD_Naija-NSC (Universal Dependencies Naija Spoken Corpus), licensed under CC-BY-SA 4.0. - Original Authors: UD_Naija-NSC contributors. - Original License: https://creativecommons.org/licenses/by-sa/4.0/

πŸ“œ Licensing

Since this dataset is a derivative work of UD_Naija-NSC (CC-BY-SA 4.0), it is released under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

You are free to:

  • β€”Share β€” copy and redistribute the material in any medium or format.
  • β€”Adapt β€” remix, transform, and build upon the material for any purpose, even commercially.

Under the following terms:

  • β€”Attribution β€” give appropriate credit to UD_Naija-NSC and the NAC Team.
  • β€”ShareAlike β€” distribute your contributions under the same license as the original.

πŸ‘₯ Contributors

NAC Team (Dataset Curation & Processing)

  • β€”Team Lead: Augustine, Silver, Timmy
  • β€”Contributors: Bryan, Ekene, Emmanuella, Shamsa

Original Data Creators

  • β€”UD_Naija-NSC Team (Universal Dependencies)

πŸ™ Acknowledgements

This dataset builds on the same UDNaija-NSC segmentation-and-alignment pipeline used to produce [`timniel/PidginASRDatasetCombined`](https://huggingface.co/datasets/timniel/PidginASRDataset_Combined). Credit and thanks go to timniel and the NAC Team for that earlier combined dataset and the processing approach it established β€” this release extends it with per-sample unique IDs, speaker attribution, clip timing, and source provenance fields.


Pushed to: voicedata/pidginData