Serialtechlab/f5-tts-dhivehi
Text-to-Speech • Updated
• 115
This is a parquet-formatted version of the dash8x/dv-presidential-speech dataset, converted from the old loading script format to modern parquet format for better compatibility.
Dhivehi Presidential Speech is a Dhivehi speech dataset containing around 2.5 hours (1 GB) of speech collected from Maldives President's Office consisting of 7 speeches given by President Yaameen Abdhul Gayyoom.
| Split | Utterances | Duration |
|---|---|---|
| Train | 1,612 | ~2h 15m |
| Validation | 200 | ~17m |
| Test | 200 | ~13m |
audio: Audio object with:array: Audio waveform as numpy arraysampling_rate: 16,000 Hzpath: Original file pathsentence: Dhivehi transcription textfrom datasets import load_dataset
# Load the dataset
dataset = load_dataset("Serialtechlab/dv-presidential-speech")
# Access a sample
sample = dataset['train'][0]
print(f"Text: {sample['sentence']}")
print(f"Audio shape: {sample['audio']['array'].shape}")
print(f"Sampling rate: {sample['audio']['sampling_rate']} Hz")
Dhivehi (Maldivian) - dv
Apache 2.0
Original dataset: dash8x/dv-presidential-speech
Data extracted and processed by Sofwath from the DhivehiDatasets collection.