Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -2,11 +2,11 @@
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:
@@ -90,14 +90,17 @@ configs:
90
  path: other/test.other-*
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
@@ -217,4 +220,14 @@ load_dataset("blabble-io/libritts_r", streaming=True)
217
  primaryClass = "eess.AS",
218
  eprint = "2305.18802"
219
  }
 
 
 
 
 
 
 
 
 
 
220
  ```
 
2
  license: cc-by-4.0
3
  task_categories:
4
  - text-to-speech
5
+ - automatic-speech-recognition
6
  language:
7
  - en
8
  size_categories:
9
  - 10K<n<100K
 
10
  dataset_info:
11
  - config_name: clean
12
  features:
 
90
  path: other/test.other-*
91
  - split: train.other.500
92
  path: other/train.other.500-*
93
+ pretty_name: Filtered LibriTTS-R
94
  ---
95
 
96
+ # Dataset Card for Filtered LibriTTS-R
97
 
98
+ This is a filtered version of LibriTTS-R. It has been filtered based on two sources:
99
+ 1. LibriTTS-R paper [1], which lists samples for which speech restoration have failed
100
+ 2. LibriTTS-P [2] list of [excluded speakers](https://github.com/line/LibriTTS-P/blob/main/data/excluded_spk_list.txt) for which multiple speakers have been detected.
101
+
102
 
103
+ LibriTTS-R [1] is a sound quality improved version of the [LibriTTS corpus](http://www.openslr.org/60/) which is a multi-speaker English corpus of approximately
 
104
  585 hours of read English speech at 24kHz sampling rate, published in 2019.
105
 
106
  ## Overview
 
220
  primaryClass = "eess.AS",
221
  eprint = "2305.18802"
222
  }
223
+
224
+ @misc{kawamura2024librittspcorpusspeakingstyle,
225
+ title={LibriTTS-P: A Corpus with Speaking Style and Speaker Identity Prompts for Text-to-Speech and Style Captioning},
226
+ author={Masaya Kawamura and Ryuichi Yamamoto and Yuma Shirahata and Takuya Hasumi and Kentaro Tachibana},
227
+ year={2024},
228
+ eprint={2406.07969},
229
+ archivePrefix={arXiv},
230
+ primaryClass={eess.AS},
231
+ url={https://arxiv.org/abs/2406.07969},
232
+ }
233
  ```