Boffl commited on
Commit
de15051
·
verified ·
1 Parent(s): 8e69e00

Upload adapter_config.json with huggingface_hub

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
  "k_proj",
24
  "up_proj",
 
 
25
  "v_proj",
26
  "q_proj",
27
- "down_proj",
28
- "o_proj",
29
- "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
22
  "target_modules": [
23
  "k_proj",
24
  "up_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
  "v_proj",
28
  "q_proj",
29
+ "o_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,