LoftQ commited on
Commit
71de4af
·
1 Parent(s): 5aff767

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. gsm8k/adapter_config.json +5 -4
gsm8k/adapter_config.json CHANGED
@@ -22,13 +22,14 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "up_proj",
26
- "down_proj",
27
  "v_proj",
 
28
  "q_proj",
29
- "k_proj",
30
  "gate_proj",
31
  "o_proj"
32
  ],
33
- "task_type": "CAUSAL_LM"
 
34
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "k_proj",
 
26
  "v_proj",
27
+ "down_proj",
28
  "q_proj",
29
+ "up_proj",
30
  "gate_proj",
31
  "o_proj"
32
  ],
33
+ "task_type": "CAUSAL_LM",
34
+ "use_rslora": false
35
  }