Datasets:
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 samplestest
: 9,265 samples
Features
Each sample contains:
id
: Unique identifier for the sampleaudio
: Audio dataaudio_language
: Language of the audio (Kinyarwanda)text
: Transcription of the audioprompt
: Associated prompt or contextduration
: Duration of the audio segmentspeaker_id
: Identifier for the speakertrim_ratio
: Ratio of trimming appliedtrimmed_ms
: Amount trimmed in millisecondstrim_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