CoolFace
Datasetpublic

datadriven-company/TTS-Hungarian

TTS-Hungarian A large-scale, high-quality Hungarian speech dataset for text-to-speech and automatic speech recognition. Data Source Derived from MEK (Magyar Elektronikus Könyvtár) — Hungarian audiobooks. Dataset Statistics Metric Value Total samples 253,116 Total duration 702 hours Unique speakers 100 Average duration 10.0 seconds Average DNSMOS 3.68 Features Field Type Description __key__ string… See the full description on the dataset page: https://huggingface.co/datasets/datadriven-company/TTS-Hungarian.

sourceHugging Faceotherupdated 7mo agoView on Hugging Face
1likes179downloads
Dataset Card

TTS-Hungarian

A large-scale, high-quality Hungarian speech dataset for text-to-speech and automatic speech recognition.

Data Source

Derived from [MEK (Magyar Elektronikus Könyvtár)](https://mek.oszk.hu/) — Hungarian audiobooks.

Dataset Statistics

MetricValue
Total samples253,116
Total duration702 hours
Unique speakers100
Average duration10.0 seconds
Average DNSMOS3.68

Features

FieldTypeDescription
__key__stringUnique sample identifier
mp3AudioAudio (24kHz mono WAV)
textstringTranscription
languagestringLanguage code (hu)
speaker_idstringSpeaker/audiobook identifier
genderstringmale, female, or unknown
dnsmosfloatAudio quality score (1-5)

Usage

python
from datasets import load_dataset

ds = load_dataset("datadriven-company/TTS-Hungarian", split="train")

# Access a sample
sample = ds[0]
print(sample["text"])
# Audio: sample["mp3"]

License

other