File size: 419 Bytes
274da37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
  "base_model_name_or_path": "facebook/opt-350m",
  "bias": "none",
  "bottleneck_size": 64,
  "inference_mode": true,
  "init_weights": "bert",
  "modules_to_save": [
    "qa_outputs"
  ],
  "non_linearity": "relu",
  "peft_type": "BOTTLENECK",
  "scaling": 1.0,
  "target_modules": [
    "fc1",
    "fc2"
  ],
  "task_type": "QA",
  "use_adapterp": false,
  "use_parallel_adapter": false
}