Update adapter_config.json
Browse files- adapter_config.json +5 -4
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -11,6 +11,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
|
|
14 |
"lora_dropout": 0,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -20,12 +21,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
"q_proj",
|
25 |
-
"o_proj",
|
26 |
-
"v_proj",
|
27 |
"down_proj",
|
|
|
|
|
28 |
"k_proj",
|
|
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/phi-4-unsloth-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
14 |
+
"lora_bias": false,
|
15 |
"lora_dropout": 0,
|
16 |
"megatron_config": null,
|
17 |
"megatron_core": "megatron.core",
|
|
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
|
|
24 |
"q_proj",
|
|
|
|
|
25 |
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"o_proj",
|
28 |
"k_proj",
|
29 |
+
"gate_proj",
|
30 |
"up_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|