mradermacher/SparkNV-Voice-GGUF
Text-to-Speech β’ 0.5B β’ Updated β’ 81
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
NonverbalTTS is a 17-hour open-access English speech corpus with aligned text annotations for nonverbal vocalizations (NVs) and emotional categories, designed to advance expressive text-to-speech (TTS) research.
from datasets import load_dataset
dataset = load_dataset("deepvk/NonverbalTTS")
Automatic Detection
Human Validation
Fusion Algorithm
Fine-tuning CosyVoice-300M on NonverbalTTS achieves parity with state-of-the-art proprietary systems:
| Metric | NVTTS | CosyVoice2 |
|---|---|---|
| Speaker Similarity | 0.89 | 0.85 |
| NV Jaccard | 0.8 | 0.78 |
| Human Preference | 33.4% | 35.4% |
@inproceedings{borisov25_ssw,
title = {{NonverbalTTS: A Public English Corpus of Text-Aligned Nonverbal Vocalizations with Emotion Annotations for Text-to-Speech}},
author = {Maksim Borisov and Egor Spirin and Daria Diatlova},
year = {2025},
booktitle = {{13th edition of the Speech Synthesis Workshop}},
pages = {104--109},
doi = {10.21437/SSW.2025-16},
}