File size: 472 Bytes
3744d75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "base_model": ".",
  "lora_config": {
    "enable_lm": true,
    "enable_dit": true,
    "enable_proj": false,
    "r": 32,
    "alpha": 16,
    "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"
    ]
  }
}