File size: 519 Bytes
668e93f | 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 | {
"base_model": "/data/voxcpm2_model",
"lora_config": {
"enable_lm": false,
"enable_dit": true,
"enable_proj": false,
"r": 32,
"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"
]
}
} |