Update README_ja.md

fix model_dir path bug
This commit is contained in:
Fate_nihility 2024-08-19 10:31:28 +08:00 committed by GitHub
parent 2a5fac16fd
commit e48c9552a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ conditioner_config:
ucg_rate: 0.1 ucg_rate: 0.1
target: sgm.modules.encoders.modules.FrozenT5Embedder target: sgm.modules.encoders.modules.FrozenT5Embedder
params: params:
model_dir: "google/t5-v1_1-xxl" ## T5 モデルパス model_dir: "{your_t5-v1_1-xxl_path}" ## T5 モデルパス
max_length: 226 max_length: 226
first_stage_config: first_stage_config: