iamanigeeit commited on
Commit
79c07ee
1 Parent(s): 7f0b33f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -7,4 +7,12 @@ language: en
7
  datasets:
8
  - ljspeech
9
  license: cc-by-4.0
10
- ---
 
 
 
 
 
 
 
 
 
7
  datasets:
8
  - ljspeech
9
  license: cc-by-4.0
10
+ ---
11
+
12
+ TTS model trained with Montreal Forced Aligner.
13
+
14
+ To replicate or continue training from the given checkpoint, download [LJSpeech](https://keithito.com/LJ-Speech-Dataset/),
15
+ install [MFA](https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner)
16
+ and follow the steps [here](https://github.com/espnet/espnet/blob/master/egs2/TEMPLATE/tts1/README.md).
17
+ I recommend downloading the [pretrained MFA models](https://mfa-models.readthedocs.io/en/latest/) and running `mfa.sh` with `--train false`.
18
+ This would help to save time, but one disadvantage is you have to use the MFA g2p for inference (which has a non-standard phoneme set).