cdminix commited on
Commit
e17d6e3
1 Parent(s): 40c9827

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -20,9 +20,7 @@ extra_gated_prompt: "When using this dataset to download LibriTTS, you agree to
20
 
21
  # Dataset Card for LibriTTS with Forced Alignments (and Measures)
22
 
23
- 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/).
24
- You need to run ``pip install alignments phones`` before using this dataset.
25
- When running this the first time, it can take an hour or two, but subsequent runs will be lightning fast.
26
 
27
  ## Requirements
28
  - ``pip install alignments phones`` **(required)**
 
20
 
21
  # Dataset Card for LibriTTS with Forced Alignments (and Measures)
22
 
23
+ UPDATE: The preprocessed alignments are now in this repository, so montreal forced aligner does not have to run locally.
 
 
24
 
25
  ## Requirements
26
  - ``pip install alignments phones`` **(required)**