fix train bugs and add train details

This commit is contained in:
chuxij
2025-05-12 18:50:54 +00:00
parent 84ba6afea3
commit ce2caec957
9 changed files with 261 additions and 143 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"r": 256,
"lora_alpha": 32,
"target_modules": [
"speaker_embedder",
"linear_q",
"linear_k",
"linear_v",
"to_q",
"to_k",
"to_v",
"to_out.0"
],
"use_rslora": true
}