Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
ylacombe commited on
Commit
aad69ee
·
verified ·
1 Parent(s): e920af0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +135 -0
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  - config_name: clean
4
  features:
@@ -83,3 +91,130 @@ configs:
83
  - split: train.other.500
84
  path: other/train.other.500-*
85
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-speech
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10K<n<100K
9
+
10
  dataset_info:
11
  - config_name: clean
12
  features:
 
91
  - split: train.other.500
92
  path: other/train.other.500-*
93
  ---
94
+
95
+ # Dataset Card for LibriTTS-R
96
+
97
+ <!-- Provide a quick summary of the dataset. -->
98
+
99
+ LibriTTS-R [1] is a sound quality improved version of the LibriTTS corpus
100
+ (http://www.openslr.org/60/) which is a multi-speaker English corpus of approximately
101
+ 585 hours of read English speech at 24kHz sampling rate, published in 2019.
102
+
103
+ ## Overview
104
+
105
+ This is the LibriTTS-R dataset, adapted for the `datasets` library.
106
+
107
+ ## Usage
108
+
109
+ ### Splits
110
+
111
+ There are 7 splits (dots replace dashes from the original dataset, to comply with hf naming requirements):
112
+
113
+ - dev.clean
114
+ - dev.other
115
+ - test.clean
116
+ - test.other
117
+ - train.clean.100
118
+ - train.clean.360
119
+ - train.other.500
120
+
121
+ ### Configurations
122
+
123
+ There are 3 configurations, each which limits the splits the `load_dataset()` function will download.
124
+
125
+ The default configuration is "all".
126
+
127
+ - "dev": only the "dev.clean" split (good for testing the dataset quickly)
128
+ - "clean": contains only "clean" splits
129
+ - "other": contains only "other" splits
130
+ - "all": contains only "all" splits
131
+
132
+ ### Example
133
+
134
+ Loading the `clean` config with only the `train.clean.360` split.
135
+ ```
136
+ load_dataset("blabble-io/libritts_r", "clean", split="train.clean.100")
137
+ ```
138
+
139
+ Streaming is also supported.
140
+ ```
141
+ load_dataset("blabble-io/libritts_r", streaming=True)
142
+ ```
143
+
144
+ ### Columns
145
+
146
+ ```
147
+ {
148
+ "audio": datasets.Audio(sampling_rate=24_000),
149
+ "text_normalized": datasets.Value("string"),
150
+ "text_original": datasets.Value("string"),
151
+ "speaker_id": datasets.Value("string"),
152
+ "path": datasets.Value("string"),
153
+ "chapter_id": datasets.Value("string"),
154
+ "id": datasets.Value("string"),
155
+ }
156
+ ```
157
+
158
+ ### Example Row
159
+
160
+ ```
161
+ {
162
+ 'audio': {
163
+ 'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/5551a515e85b9e463062524539c2e1cb52ba32affe128dffd866db0205248bdd/LibriTTS_R/dev-clean/3081/166546/3081_166546_000028_000002.wav',
164
+ 'array': ...,
165
+ 'sampling_rate': 24000
166
+ },
167
+ 'text_normalized': 'How quickly he disappeared!"',
168
+ 'text_original': 'How quickly he disappeared!"',
169
+ 'speaker_id': '3081',
170
+ 'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/5551a515e85b9e463062524539c2e1cb52ba32affe128dffd866db0205248bdd/LibriTTS_R/dev-clean/3081/166546/3081_166546_000028_000002.wav',
171
+ 'chapter_id': '166546',
172
+ 'id': '3081_166546_000028_000002'
173
+ }
174
+ ```
175
+
176
+ ## Dataset Details
177
+
178
+ ### Dataset Description
179
+
180
+ - **License:** CC BY 4.0
181
+
182
+ ### Dataset Sources [optional]
183
+
184
+ <!-- Provide the basic links for the dataset. -->
185
+
186
+ - **Homepage:** https://www.openslr.org/141/
187
+ - **Paper:** https://arxiv.org/abs/2305.18802
188
+
189
+ ## Citation
190
+
191
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
192
+
193
+ ```
194
+ @ARTICLE{Koizumi2023-hs,
195
+ title = "{LibriTTS-R}: A restored multi-speaker text-to-speech corpus",
196
+ author = "Koizumi, Yuma and Zen, Heiga and Karita, Shigeki and Ding,
197
+ Yifan and Yatabe, Kohei and Morioka, Nobuyuki and Bacchiani,
198
+ Michiel and Zhang, Yu and Han, Wei and Bapna, Ankur",
199
+ abstract = "This paper introduces a new speech dataset called
200
+ ``LibriTTS-R'' designed for text-to-speech (TTS) use. It is
201
+ derived by applying speech restoration to the LibriTTS
202
+ corpus, which consists of 585 hours of speech data at 24 kHz
203
+ sampling rate from 2,456 speakers and the corresponding
204
+ texts. The constituent samples of LibriTTS-R are identical
205
+ to those of LibriTTS, with only the sound quality improved.
206
+ Experimental results show that the LibriTTS-R ground-truth
207
+ samples showed significantly improved sound quality compared
208
+ to those in LibriTTS. In addition, neural end-to-end TTS
209
+ trained with LibriTTS-R achieved speech naturalness on par
210
+ with that of the ground-truth samples. The corpus is freely
211
+ available for download from
212
+ \textbackslashurl\{http://www.openslr.org/141/\}.",
213
+ month = may,
214
+ year = 2023,
215
+ copyright = "http://creativecommons.org/licenses/by-nc-nd/4.0/",
216
+ archivePrefix = "arXiv",
217
+ primaryClass = "eess.AS",
218
+ eprint = "2305.18802"
219
+ }
220
+ ```