arasaltan commited on
Commit
d89639c
Β·
verified Β·
1 Parent(s): 90c2dbd

Update adapter_config.json

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