File size: 459 Bytes
22a7629
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "auto_mapping": {
    "base_model_class": "OPTForCausalLM",
    "parent_library": "transformers.models.opt.modeling_opt"
  },
  "base_model_name_or_path": "facebook/opt-350m",
  "fan_in_fan_out": false,
  "feedforward_modules": [
    "fc2"
  ],
  "inference_mode": true,
  "init_ia3_weights": false,
  "modules_to_save": null,
  "peft_type": "IA3",
  "revision": null,
  "target_modules": [
    "q_proj",
    "k_proj",
    "fc2"
  ],
  "task_type": null
}