From e8410a1b3b761d32430bc43f2399bbca2ea0e3e5 Mon Sep 17 00:00:00 2001 From: Mingxue-Xu <92848346+Mingxue-Xu@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:00:35 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f83b6b40..91fb8faff 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle PaddleSpeech TTS mainly contains three modules: *Text Frontend*, *Acoustic Model* and *Vocoder*. Models for each are listed as follow: -| Type | Dataset | Model Type | Link | +| TTS Module Type | Dataset | Model Type | Link | | --------------------- | --------- | --------------------- | --------------------------------------------------------------------------------------------------------------------- | | Vocoder | LJSpeech | Parallel WaveGAN | [pwGAN-ljspeech](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/GANVocoder/parallelwave_gan/ljspeech) | | Vocoder | CSMSC | Parallel WaveGAN | [pwGAN-csmsc](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/GANVocoder/parallelwave_gan/baker) | @@ -125,7 +125,7 @@ More background information for ASR, please refer to: * [Benchmark](docs/source/asr/benchmark.md) * [Relased Model](docs/source/asr/released_model.md) -For TTS, [TTS Document](https://paddleparakeet.readthedocs.io/en/latest/) is a good guideline. +For TTS, [this document](https://paddleparakeet.readthedocs.io/en/latest/) is a good guideline. ## FAQ and Contributing