omezzinemariem commited on
Commit
9867e7c
1 Parent(s): 1e167ab

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "gate_proj",
25
  "q_proj",
 
26
  "v_proj",
27
- "o_proj"
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
24
+ "o_proj",
25
  "v_proj",
26
+ "gate_proj",
27
+ "k_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,