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.

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 (HuggingFace Audio feature, 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