shohuu commited on
Commit
b6e3f05
·
verified ·
1 Parent(s): c4e7dde

repair pack v2: add negative guard

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -30,8 +30,8 @@
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
33
- "v_proj",
34
- "q_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
33
+ "q_proj",
34
+ "v_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",