iscchang commited on
Commit
aa516ad
·
verified ·
1 Parent(s): 97302a6

Upload fine-tuned PEFT model

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -25,12 +25,12 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
  "down_proj",
 
30
  "o_proj",
31
- "gate_proj",
32
  "v_projup_proj",
33
- "k_proj"
34
  ],
35
  "target_parameters": null,
36
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "gate_proj",
29
  "down_proj",
30
+ "k_proj",
31
  "o_proj",
 
32
  "v_projup_proj",
33
+ "q_proj"
34
  ],
35
  "target_parameters": null,
36
  "task_type": "CAUSAL_LM",