Dhivehi Speech Dataset — Female Voice 01
A curated Dhivehi speech dataset for female voice 01.
Dataset details
| Field | Value |
|---|---|
| Language | Dhivehi (dv) |
| Sentences | 3,651 |
| Audio format | WAV, 24 kHz mono |
Fields
audio— Audio (HuggingFaceAudiofeature, 24 kHz mono WAV)sentence— Dhivehi transcription
Usage
from datasets import load_dataset
ds = load_dataset("alakxender/audio-dv-f01-vd", split="train")
sample = ds[0]
print(sample["sentence"])
- Downloads last month
- 88