MLS: A Large-Scale Multilingual Dataset for Speech Research
Paper • 2012.03411 • Published • 1
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.
This dataset is a converted version of BrunoHays/multilingual_librispeech_fr_punctuated in the new Hugging Face datasets format (Parquet-based, without loading scripts).
The original dataset contains French speech data from Multilingual LibriSpeech with punctuated transcriptions.
from datasets import load_dataset
dataset = load_dataset("antoineedy/multilingual_librispeech_fr_punctuated")
Please cite the original Multilingual LibriSpeech dataset:
@article{pratap2020mls,
title={MLS: A Large-Scale Multilingual Dataset for Speech Research},
author={Pratap, Vineel and Xu, Qiantong and Sriram, Anuroop and Synnaeve, Gabriel and Collobert, Ronan},
journal={arXiv preprint arXiv:2012.03411},
year={2020}
}
Same license as the original dataset.