Spaces:
Runtime error
Runtime error
| # ZipVoice-Dialog Recipe | |
| This recipe contains the following examples: | |
| - Training ZipVoice-Dialog on OpenDialog dataset, see [run_opendialog.sh](run_opendialog.sh) | |
| - Training ZipVoice-Dialog on custom datasets (Chinese/English), see [run_custom.sh](run_custom.sh). | |
| - Fine-tuning pre-trained ZipVoice-Dialog on custom datasets (Chinese/English), see [run_finetune.sh](run_finetune.sh). | |
| - Evaluate models with objective metrics reported in ZipVoice-Dialog paper, see [run_eval.sh](run_eval.sh). | |
| > **NOTE:** For evaluation, first install packages from [../../requirements_eval.txt](../../requirements_eval.txt) | |
| > | |
| > `pip install -r ../../requirements_eval.txt` |