change lora config example in readme

This commit is contained in:
Gong Junmin
2025-05-05 23:42:35 +08:00
parent e9f878e5f3
commit c501ea2951

View File

@@ -338,7 +338,16 @@ Example LoRA configuration file (lora_config.json):
{
"r": 16,
"lora_alpha": 32,
"target_modules": ["q_proj", "k_proj", "v_proj", "out_proj"]
"target_modules": [
"speaker_embedder",
"linear_q",
"linear_k",
"linear_v",
"to_q",
"to_k",
"to_v",
"to_out.0"
]
}
```