RayMelius commited on
Commit
ece68cd
·
verified ·
1 Parent(s): 3c07c79

StockEx CH Trader: QLoRA fine-tuned Qwen/Qwen2.5-7B-Instruct (adapter)

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "o_proj",
33
  "v_proj",
34
- "up_proj",
35
  "k_proj",
36
  "gate_proj",
37
- "q_proj",
38
- "down_proj"
 
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
32
  "v_proj",
 
33
  "k_proj",
34
  "gate_proj",
35
+ "up_proj",
36
+ "o_proj",
37
+ "down_proj",
38
+ "q_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",