Trinoid commited on
Commit
7773cf7
·
verified ·
1 Parent(s): e3016d1

Update adapter_config.json

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