From 668f9ef57f343f9910f6f1b61dbe565d52cc8604 Mon Sep 17 00:00:00 2001 From: KakaruHayate <97896816+KakaruHayate@users.noreply.github.com> Date: Thu, 25 May 2023 21:43:02 +0800 Subject: [PATCH] Update README.md for whisper-ppg --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf3b4a..925874f 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ python resample.py ### 2. Automatically split the dataset into training and validation sets, and generate configuration files. ```shell -python preprocess_flist_config.py --speech_encoder vec768l12 +python preprocess_flist_config.py --speech_encoder whisper-ppg ``` speech_encoder has three choices @@ -186,6 +186,7 @@ speech_encoder has three choices vec768l12 vec256l9 hubertsoft +whisper-ppg ``` If the speech_encoder argument is omitted, the default value is vec768l12