From 9ab5686d8ef322a91c5674d52eec030e3897f38b Mon Sep 17 00:00:00 2001 From: Zhe Niu Date: Thu, 12 Jan 2023 14:57:28 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e73017..85857fc 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,7 @@ python -m vall_e.emb.qnt data/your_data python -m vall_e.emb.g2p data/your_data ``` -4. Customize your configuration by creating `config/your_data/ar.yml` and `config/your_data/nar.yml`. - -- Refer to the example configs in `config/test` and `vall_e/config.py` for details. +4. Customize your configuration by creating `config/your_data/ar.yml` and `config/your_data/nar.yml`. Refer to the example configs in `config/test` and `vall_e/config.py` for details. 5. Train the AR or NAR model using the following scripts: