Removing exclude_modules and lora_bias
Browse files- adapter_config.json +0 -2
adapter_config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "tiiuae/Falcon3-7B-Instruct",
|
5 |
"bias": "none",
|
6 |
-
"exclude_modules": null,
|
7 |
"fan_in_fan_out": false,
|
8 |
"inference_mode": true,
|
9 |
"init_lora_weights": true,
|
@@ -12,7 +11,6 @@
|
|
12 |
"layers_to_transform": null,
|
13 |
"loftq_config": {},
|
14 |
"lora_alpha": 32,
|
15 |
-
"lora_bias": false,
|
16 |
"lora_dropout": 0.05,
|
17 |
"megatron_config": null,
|
18 |
"megatron_core": "megatron.core",
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "tiiuae/Falcon3-7B-Instruct",
|
5 |
"bias": "none",
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 32,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|