Trouter-Library commited on
Commit
aa8203e
·
verified ·
1 Parent(s): ba86a23

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +31 -0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "DeepXR/Helion-V2.0-Thinking",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "loftq_config": {},
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.05,
12
+ "megatron_config": null,
13
+ "megatron_core": "megatron.core",
14
+ "modules_to_save": null,
15
+ "peft_type": "LORA",
16
+ "r": 8,
17
+ "rank_pattern": {},
18
+ "revision": null,
19
+ "target_modules": [
20
+ "q_proj",
21
+ "k_proj",
22
+ "v_proj",
23
+ "o_proj",
24
+ "gate_proj",
25
+ "up_proj",
26
+ "down_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }