yigagilbert's picture
Add dataset card with documentation
f8cfaf1 verified
metadata
language:
  - rw
tags:
  - speech
  - audio
  - kinyarwanda
  - automatic-speech-recognition
  - trimmed-audio
size_categories:
  - 10K<n<100K
task_categories:
  - automatic-speech-recognition

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.