From 50655a7e3e7fefef47cf73974181ecae77ed5ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= <2225664821@qq.com> Date: Mon, 21 Aug 2023 08:42:48 +0800 Subject: [PATCH] Update preprocess_text.py --- preprocess_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess_text.py b/preprocess_text.py index 24f9366..94aea25 100644 --- a/preprocess_text.py +++ b/preprocess_text.py @@ -6,7 +6,7 @@ from text.cleaner import clean_text from collections import defaultdict stage = [1,2,3] -transcription_path = 'filelists/genshin.txt' +transcription_path = 'filelists/genshin.list' train_path = 'filelists/train.list' val_path = 'filelists/val.list' config_path = "configs/config.json"