Skip to content

Commit 3a83ea1

Browse files
Update default_config.yml
1 parent 3a332fc commit 3a83ea1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

default_config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 拟提供通用路径配置,统一存放数据,避免数据放得很乱
55
# 每个数据集与其对应的模型存放至统一路径下,后续所有的路径配置均为相对于datasetPath的路径
66
# 不填或者填空则路径为相对于项目根目录的路径
7-
dataset_path: "Data/你的数据集"
7+
dataset_path: "Data/"
88

99
# 模型镜像源,默认huggingface,使用openi镜像源需指定openi_token
1010
mirror: ""
@@ -36,7 +36,7 @@ preprocess_text:
3636
# 配置文件路径
3737
config_path: "config.json"
3838
# 每个speaker的验证集条数
39-
val_per_spk: 5
39+
val_per_spk: 4
4040
# 验证集最大条数,多于的会被截断并放到训练集中
4141
max_val_total: 8
4242
# 是否进行数据清洗
@@ -68,7 +68,7 @@ train_ms:
6868
WORLD_SIZE: 1
6969
RANK: 0
7070
# 可以填写任意名的环境变量
71-
THE_ENV_VAR_YOU_NEED_TO_USE: "1234567"
71+
# THE_ENV_VAR_YOU_NEED_TO_USE: "1234567"
7272
# 底模设置
7373
base:
7474
use_base_model: false
@@ -77,7 +77,7 @@ train_ms:
7777
# 训练模型存储目录:与旧版本的区别,原先数据集是存放在logs/model_name下的,现在改为统一存放在Data/你的数据集/models下
7878
model: "models"
7979
# 配置文件路径
80-
config_path: "config.json"
80+
config_path: "configs/config.json"
8181

8282

8383
# webui webui配置
@@ -86,9 +86,9 @@ webui:
8686
# 推理设备
8787
device: "cuda"
8888
# 模型路径
89-
model: "models/G_8000.pth"
89+
model: "genshin/models/G_8000.pth"
9090
# 配置文件路径
91-
config_path: "config.json"
91+
config_path: "configs/config.json"
9292
# 端口号
9393
port: 7860
9494
# 是否公开部署,对外网开放

0 commit comments

Comments
 (0)