cdminix commited on
Commit
9378b14
1 Parent(s): c4620a6

add brief description

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -16,4 +16,8 @@ task_categories:
16
  extra_gated_prompt: "When using this dataset to download LibriTTS, you agree to the terms on https://www.openslr.org"
17
  ---
18
 
19
- # Dataset Card for LibriTTS with Forced Alignments (and Measures)
 
 
 
 
 
16
  extra_gated_prompt: "When using this dataset to download LibriTTS, you agree to the terms on https://www.openslr.org"
17
  ---
18
 
19
+ # Dataset Card for LibriTTS with Forced Alignments (and Measures)
20
+
21
+ This dataset downloads LibriTTS and preprocesses it on your machine to create alignments using [montreal forced aligner](https://montreal-forced-aligner.readthedocs.io/en/latest/).
22
+ You need to run ``pip install alignments phones`` before using this dataset.
23
+ When running this the first time, it can take an hour or two, but subsequent runs will be lightning fast.