File size: 598 Bytes
fa87a31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "base_model": "/workspace/VoxCPM/models",
  "lora_ckpt": "/workspace/VoxCPM/checkpoints/finetune_lora/step_0005000",
  "lora_config": {
    "enable_lm": true,
    "enable_dit": true,
    "enable_proj": false,
    "r": 64,
    "alpha": 64,
    "dropout": 0.0,
    "target_modules_lm": [
      "q_proj",
      "v_proj",
      "k_proj",
      "o_proj"
    ],
    "target_modules_dit": [
      "q_proj",
      "v_proj",
      "k_proj",
      "o_proj"
    ],
    "target_proj_modules": [
      "enc_to_lm_proj",
      "lm_to_dit_proj",
      "res_to_dit_proj",
      "fusion_concat_proj"
    ]
  }
}