From 91fa195b8b138711151388677f782b0dee9b6365 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 26 Oct 2022 16:51:02 +0800 Subject: [PATCH] Update README.md --- examples/other/rhy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/other/rhy/README.md b/examples/other/rhy/README.md index 5a70c1d2..11336ad9 100644 --- a/examples/other/rhy/README.md +++ b/examples/other/rhy/README.md @@ -1,4 +1,4 @@ -# Rhythm Prediction with CSMSC and AiShell3 +# Prosody Prediction with CSMSC and AISHELL-3 ## Get Started ### Data Preprocessing @@ -13,7 +13,7 @@ ```bash ./run.sh --stage 2 --stop-stage 2 ``` -### Punctuation Restoration +### Prosody Prediction ```bash ./run.sh --stage 3 --stop-stage 3 ``` -- GitLab