You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Important Information: please be aware that this version of the dataset is huge (500+ GB) and can therefore be challenging to use. To alleviate this, we've provided a compressed version (84GB) to facilitate quicker access here. We suggest using that instead if you have compute/storage constraints. There is no difference in the data features between the two.

Introduction

Welcome to the NaijaVoices dataset. The NaijaVoices dataset consisted of 1,500 hours of authentic speech (from over 5,000 diverse speakers!) and expert curated text in Igbo, Hausa, and Yoruba. 500 hours for each of the three languages. It also boasts of adequate female representation and balanced age-range distribution (young to old speakers). For more about the dataset info visit our website: https://naijavoices.com/

Metadata

Each row contains the audio path, the audio data itself, the transcript, the language of the transcript and the gender and age-range. Use the “Dataset Viewer” to look at the dataset.

Usage

You must read and accept our data usage guidelines before using the NaijaVoices dataset. To ease usage, we divided the dataset into batches. Specifically, we batched the dataset into their languages, and further into three uniform batches for each language. Each batch should contain approximately 167 hours. We have the following batches:

  • igbo-batch-2
  • igbo-batch-1
  • igbo-batch-2
  • yoruba-batch-0
  • yoruba-batch-1
  • yoruba-batch-2
  • hausa-batch-0
  • hausa-batch-1
  • hausa-batch-2

To load a specific batch run (e.g. igbo-batch-1):

from datasets import load_dataset

# If the dataset is gated/private, make sure you have run huggingface-cli login
dataset = load_dataset("naijavoices/naijavoices-dataset","igbo-batch-1")

It is advisable to load the batch in streaming mode by setting streaming=True

# Streaming mode
dataset = load_dataset("naijavoices/naijavoices-dataset",  streaming=True)

License

Our dataset is licensed under the CC BY-NC-SA 4.0 license. Basically, It's free for personal and research use, with proper credit to the community. For commercial interests, please reach out to us.

Downloads last month
6
Edit dataset card