diff --git a/README.md b/README.md index 5bdf67f3151db581150127b7ec66c64489a5115f..2a761d3f8eaa4ad44897cf0e5fef74d3a544c398 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In particular, it features the latest [WaveFlow] (https://arxiv.org/abs/1912.012 ## Overview -In order to facilitate exploiting the existing TTS models directly and developing the new ones, Parakeet selects typical models and provides their reference implementations in PaddlePaddle. Further more, Parakeet abstracts the TTS pipeline and standardizes the procedure of data preprocessing, common modules sharing, model configuration, and the process of training and synthesis. The models supported here includes Vocoders and end-to-end TTS models: +In order to facilitate exploiting the existing TTS models directly and developing the new ones, Parakeet selects typical models and provides their reference implementations in PaddlePaddle. Further more, Parakeet abstracts the TTS pipeline and standardizes the procedure of data preprocessing, common modules sharing, model configuration, and the process of training and synthesis. The models supported here include Vocoders and end-to-end TTS models: - Vocoders - [WaveFlow: A Compact Flow-based Model for Raw Audio](https://arxiv.org/abs/1912.01219)