PraveenJesu commited on
Commit
2b28ded
1 Parent(s): fc40ca7

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +5 -2
adapter_config.json CHANGED
@@ -6,10 +6,13 @@
6
  "inference_mode": true,
7
  "lora_alpha": 64,
8
  "lora_dropout": 0.05,
9
- "merge_weights": true,
10
  "modules_to_save": null,
11
  "peft_type": "LORA",
12
  "r": 32,
13
- "target_modules": ".*decoder.*(self_attn|encoder_attn).*(q_proj|v_proj)$",
 
 
 
14
  "task_type": null
15
  }
 
6
  "inference_mode": true,
7
  "lora_alpha": 64,
8
  "lora_dropout": 0.05,
9
+ "merge_weights": false,
10
  "modules_to_save": null,
11
  "peft_type": "LORA",
12
  "r": 32,
13
+ "target_modules": [
14
+ "q_proj",
15
+ "v_proj"
16
+ ],
17
  "task_type": null
18
  }