armaniii commited on
Commit
543076c
·
verified ·
1 Parent(s): 937b9ba

Update adapter_config.json (modern PEFT format conversion)

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -2
adapter_config.json CHANGED
@@ -13,13 +13,14 @@
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
- "modules_to_save": null,
 
 
17
  "peft_type": "LORA",
18
  "r": 8,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "score",
23
  "down_proj",
24
  "q_proj",
25
  "v_proj",
 
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
+ "modules_to_save": [
17
+ "score"
18
+ ],
19
  "peft_type": "LORA",
20
  "r": 8,
21
  "rank_pattern": {},
22
  "revision": null,
23
  "target_modules": [
 
24
  "down_proj",
25
  "q_proj",
26
  "v_proj",