AryanNsc commited on
Commit
c3df624
·
verified ·
1 Parent(s): 1a0b300

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -22,11 +22,11 @@
22
  "target_modules": [
23
  "q_proj",
24
  "k_proj",
25
- "gate_proj",
26
  "o_proj",
27
- "up_proj",
 
28
  "v_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
22
  "target_modules": [
23
  "q_proj",
24
  "k_proj",
 
25
  "o_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
  "v_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,