Update adapter_config.json
Browse files- adapter_config.json +5 -3
adapter_config.json
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
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,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
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 |
+
"init_lora_weights": true,
|
13 |
+
"layer_replication": null,
|
14 |
+
"layers_pattern": null,
|
15 |
+
"layers_to_transform": null,
|
16 |
"loftq_config": {},
|
17 |
"lora_alpha": 16,
|
18 |
"lora_bias": false,
|