Buildwellai commited on
Commit
7349d49
·
verified ·
1 Parent(s): 54705d9

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +10 -22
adapter_config.json CHANGED
@@ -1,37 +1,25 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/DeepSeek-R1-Distill-Qwen-7B-unsloth-bnb-4bit",
5
  "bias": "none",
6
- "eva_config": null,
7
- "exclude_modules": null,
8
  "fan_in_fan_out": false,
9
  "inference_mode": true,
10
  "init_lora_weights": true,
11
- "layer_replication": null,
12
- "layers_pattern": null,
13
- "layers_to_transform": null,
14
- "loftq_config": {},
15
- "lora_alpha": 16,
16
- "lora_bias": false,
17
- "lora_dropout": 0,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "down_proj",
27
- "v_proj",
28
- "q_proj",
29
- "o_proj",
30
- "gate_proj",
31
- "k_proj",
32
- "up_proj"
33
- ],
34
  "task_type": "CAUSAL_LM",
35
- "use_dora": false,
36
- "use_rslora": false
37
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
5
  "bias": "none",
 
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
 
 
 
 
 
 
 
 
 
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 16,
12
  "rank_pattern": {},
13
  "revision": null,
14
  "target_modules": [
15
+ "q_proj",
16
+ "k_proj",
17
+ "v_proj",
18
+ "o_proj",
19
+ "gate_proj",
20
+ "up_proj",
21
+ "down_proj"
22
+ ],
23
  "task_type": "CAUSAL_LM",
24
+ "use_dora": false
 
25
  }