diff --git a/README.md b/README.md index 220bfaf..0ec6a63 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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. You may choose different model presets, check `vall_e/vall_e/__init__.py`. 5. Train the AR or NAR model using the following scripts: