a-scarlett commited on
Commit
b51ac97
·
verified ·
1 Parent(s): 47df8a3

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +5 -3
adapter_config.json CHANGED
@@ -20,20 +20,22 @@
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
 
23
  "r": 8,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "k_proj",
28
- "o_proj",
29
- "gate_proj",
30
  "up_proj",
 
31
  "down_proj",
32
  "q_proj",
 
 
33
  "v_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
37
  "use_dora": false,
 
38
  "use_rslora": false
39
  }
 
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
  "r": 8,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
 
28
  "up_proj",
29
+ "o_proj",
30
  "down_proj",
31
  "q_proj",
32
+ "k_proj",
33
+ "gate_proj",
34
  "v_proj"
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
38
  "use_dora": false,
39
+ "use_qalora": false,
40
  "use_rslora": false
41
  }