PEFT
code
File size: 465 Bytes
e57c9fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "adapter_dropout": 0.0,
  "auto_mapping": null,
  "base_model_name_or_path": "bigcode/starcoderbase-1b",
  "bias": "none",
  "bottleneck_size": 256,
  "inference_mode": true,
  "init_weights": "bert",
  "modules_to_save": null,
  "non_linearity": "tanh",
  "peft_type": "BOTTLENECK",
  "revision": null,
  "scaling": 1.0,
  "target_modules": [
    "c_attn",
    "q_attn"
  ],
  "task_type": "CAUSAL_LM",
  "use_adapterp": false,
  "use_parallel_adapter": true
}