Kumarverma11 commited on
Commit
24a08ca
·
verified ·
1 Parent(s): b729adb

Shard 2 complete — final adapter

Browse files
Files changed (1) hide show
  1. lora_adapter/adapter_config.json +3 -3
lora_adapter/adapter_config.json CHANGED
@@ -34,13 +34,13 @@
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
- "up_proj",
38
- "v_proj",
39
  "gate_proj",
40
  "down_proj",
 
 
41
  "o_proj",
42
  "q_proj",
43
- "k_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
 
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
 
 
37
  "gate_proj",
38
  "down_proj",
39
+ "k_proj",
40
+ "v_proj",
41
  "o_proj",
42
  "q_proj",
43
+ "up_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",