File size: 1,228 Bytes
de53ac6
 
 
 
 
 
6849928
 
de53ac6
 
 
 
 
 
 
 
 
 
 
 
6849928
 
 
 
 
de53ac6
79bba1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype: audio
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 5147836328188.375
    num_examples: 10808037
  - name: valid
    num_bytes: 707337368.268
    num_examples: 16393
  download_size: 5148534648325
  dataset_size: 5148543665556.643
---

# Multilingual LibriSpeech (MLS)

This repository is a Hugging Face mirror of the **Multilingual LibriSpeech (MLS)** dataset, originally released on [OpenSLR (SLR94)](https://www.openslr.org/94/).

---

## ๐Ÿ“œ License

The dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
See the [LICENSE](https://creativecommons.org/licenses/by/4.0/) for details.

---

## ๐Ÿ“– Citation

If you use this dataset, please cite:

```bibtex
@article{Pratap2020MLSAL,
  title = {MLS: A Large-Scale Multilingual Dataset for Speech Research},
  author = {Vineel Pratap and Qiantong Xu and Anuroop Sriram and Gabriel Synnaeve and Ronan Collobert},
  journal = {ArXiv},
  year = {2020},
  volume = {abs/2012.03411}
}
```