diff --git a/sat/README.md b/sat/README.md index 1bf1be3..7c168ae 100644 --- a/sat/README.md +++ b/sat/README.md @@ -83,7 +83,7 @@ conditioner_config: ucg_rate: 0.1 target: sgm.modules.encoders.modules.FrozenT5Embedder params: - model_dir: "google/t5-v1_1-xxl" ## T5 model path + model_dir: "{your_t5-v1_1-xxl_path}" ## T5 model path max_length: 226 first_stage_config: @@ -203,4 +203,4 @@ The SAT weight format is different from Huggingface's weight format and needs to python ../tools/convert_weight_sat2hf.py ``` -**Note**: This content has not yet been tested with LORA fine-tuning models. \ No newline at end of file +**Note**: This content has not yet been tested with LORA fine-tuning models.