ampixa/neptts-bench
NepTTS-Bench Dataset First comprehensive benchmark for evaluating Nepali text-to-speech systems. Contents sentences.json — 365 phonologically-designed Nepali sentences with metadata audio/ — TTS outputs from 12 systems (~2000 audio files) results/ — Pre-computed evaluation results (SCOREQ, Chirp2, MMS, XLS-R, Whisper) baselines.json — Aggregate scores for all baseline systems model/ — NepaliMOS predictor checkpoint (Spearman 0.587) Systems Evaluated… See the full description on the dataset page: https://huggingface.co/datasets/ampixa/neptts-bench.
0126
NepTTS-Bench Dataset
First comprehensive benchmark for evaluating Nepali text-to-speech systems.
Contents
- sentences.json — 365 phonologically-designed Nepali sentences with metadata
- audio/ — TTS outputs from 12 systems (~2000 audio files)
- results/ — Pre-computed evaluation results (SCOREQ, Chirp2, MMS, XLS-R, Whisper)
- baselines.json — Aggregate scores for all baseline systems
- model/ — NepaliMOS predictor checkpoint (Spearman 0.587)
Systems Evaluated
Usage
from datasets import load_dataset
ds = load_dataset("ampixa/neptts-bench")Or use the evaluation CLI:
pip install neptts-eval
neptts-eval --wav_dir ./my_tts_outputs/Citation
@article{neptts-bench-2026,
title={NepTTS-Bench: A Comprehensive Benchmark for Nepali Text-to-Speech Evaluation},
author={Ampixa},
year={2026}
}Links
- GitHub: Ampixa/neptts-bench
- Rate TTS: tts.ampixa.com/rating
- Paper: Coming soon
