From 6bfee95f2b9748892cfab2014f5628426817666b Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 3 Jun 2020 15:39:01 +0800 Subject: [PATCH] Release tts model ckpts with griffin-lim --- README.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7bb380e..4e84664 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Entries to the introduction, and the launch of training and synthsis for differe ## Pre-trained models and audio samples -Parakeet also releases some well-trained parameters for the example models, which can be accessed in the following tables. Each column of these tables lists resources for one model, including the url link to the pre-trained model, the dataset that the model is trained on, and synthesized audio samples based on the pre-trained model. +Parakeet also releases some well-trained parameters for the example models, which can be accessed in the following tables. Each column of these tables lists resources for one model, including the url link to the pre-trained model, the dataset that the model is trained on, and synthesized audio samples based on the pre-trained model. Click each model name to download, then you can get the compressed package which contains the pre-trained model and the `yaml` config describing how the model is trained. #### Vocoders @@ -174,29 +174,77 @@ We provide the model checkpoints of WaveFlow with 64 and 128 residual channels, #### TTS models +We also provide checkpoints for different end-to-end TTS models, and present the synthesized audio examples for some randomly chosen famous quotes. The corresponding texts are displayed as follows. + +||Text | From | +|:-:|:-- | :--: | +0|*Life was like a box of chocolates, you never know what you're gonna get.* | *Forrest Gump* | +1|*With great power there must come great responsibility.* | *Spider-Man*| +2|*To be or not to be, that’s a question.*|*Hamlet*| +3|*Death is just a part of life, something we're all destined to do.*| *Forrest Gump*| +4|*Don’t argue with the people of strong determination, because they may change the fact!*| *William Shakespeare* | + +Users have the option to use different vocoders to convert the linear/mel spectrogam to the raw audio in TTS models. Taking this into account, we are going to release the checkpoints for TTS models adapted to different vocoders, including the [Griffin-Lim](https://ieeexplore.ieee.org/document/1164317) algorithm and some neural vocoders. + +##### 1) Griffin-Lim +
- - + + + + @@ -204,8 +252,9 @@ We provide the model checkpoints of WaveFlow with 64 and 128 residual channels,
- Deep Voice 3 + + Deep Voice 3 - Transformer TTS + Transformer TTS
+ FastSpeech +
LJSpeech LJSpeech LJSpeech
- To be added soon + +
+ +
+ +
+ +
+ +
- To be added soon + +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
-Click each link to download, then you can get the compressed package which contains the pre-trained model and the `yaml` config describing how to train the model. +##### 2) Neural vocoders +under preparation ## Copyright and License