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.

Kinyarwanda Speech Dataset (Trimmed)

This dataset contains processed Kinyarwanda speech data with trimmed audio segments.

Dataset Structure

The dataset contains two splits:

  • dev_test: 9,263 samples
  • test: 9,265 samples

Features

Each sample contains:

  • id: Unique identifier for the sample
  • audio: Audio data
  • audio_language: Language of the audio (Kinyarwanda)
  • text: Transcription of the audio
  • prompt: Associated prompt or context
  • duration: Duration of the audio segment
  • speaker_id: Identifier for the speaker
  • trim_ratio: Ratio of trimming applied
  • trimmed_ms: Amount trimmed in milliseconds
  • trim_status: Status of the trimming process

Usage

from datasets import load_dataset

dataset = load_dataset("yigagilbert/kinyarwanda-speech-trimmed")

Processing

This dataset has been processed to trim audio segments for improved quality and consistency.

Downloads last month
3