From 09e8bbdd4de25a3934a99393f2a0185e7088d305 Mon Sep 17 00:00:00 2001 From: Kevin Wang <126712357+KevinWang676@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:40:49 -0700 Subject: [PATCH] Update config.json --- configs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.json b/configs/config.json index be4a72b..1a53a1b 100644 --- a/configs/config.json +++ b/configs/config.json @@ -24,7 +24,7 @@ "use_mel_posterior_encoder": true, "training_files":"filelists/short_character_anno_train.list.cleaned", "validation_files":"filelists/short_character_anno_val.list.cleaned", - "text_cleaners":["chinese_cleaners"], + "text_cleaners":["cjke_cleaners2"], "max_wav_value": 32768.0, "sampling_rate": 22050, "filter_length": 1024,