davidguzmanr/CSS10-Multilingual-LJSpeech
CSS10-Multilingual-LJSpeech Multilingual speech dataset combining LJSpeech (English) + CSS10 (10 languages) in a consistent LJSpeech format. Dataset Description This dataset merges: LJSpeech: High-quality English speech dataset CSS10: A collection of single-speaker speech datasets for 10 languages All audio files are provided in a consistent format suitable for TTS training. Features Each sample contains: audio: Waveform audio sampled at 22,050… See the full description on the dataset page: https://huggingface.co/datasets/davidguzmanr/CSS10-Multilingual-LJSpeech.
CSS10-Multilingual-LJSpeech
Multilingual speech dataset combining LJSpeech (English) + CSS10 (10 languages) in a consistent LJSpeech format.
Dataset Description
This dataset merges:
- LJSpeech: High-quality English speech dataset
- CSS10: A collection of single-speaker speech datasets for 10 languages
All audio files are provided in a consistent format suitable for TTS training.
Features
Each sample contains:
- audio: Waveform audio sampled at 22,050 Hz
- text: Original transcription
- normalized_text: Normalized version of the transcription
- duration: Audio duration in seconds
A train-test split has been added for each language, where 5% of the data is reserved for testing. This split enables computation of objective metrics for TTS model evaluation.
Citation
If you use this dataset, please cite both original sources:
@misc{ljspeech17,
author = {Keith Ito and Linda Johnson},
title = {The LJ Speech Dataset},
howpublished = {\url{https://keithito.com/LJ-Speech-Dataset/}},
year = {2017}
}
@misc{park2019css10collectionsinglespeaker,
title={CSS10: A Collection of Single Speaker Speech Datasets for 10 Languages},
author={Kyubyong Park and Thomas Mulc},
year={2019},
eprint={1903.11269},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/1903.11269},
}