Update adapter_config.json
Browse files- adapter_config.json +1 -2
adapter_config.json
CHANGED
@@ -8,7 +8,6 @@
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
-
"loftq_config": {},
|
12 |
"lora_alpha": 8,
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
@@ -23,5 +22,5 @@
|
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM",
|
25 |
"use_dora": false,
|
26 |
-
"use_rslora":
|
27 |
}
|
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
|
|
11 |
"lora_alpha": 8,
|
12 |
"lora_dropout": 0.1,
|
13 |
"megatron_config": null,
|
|
|
22 |
],
|
23 |
"task_type": "CAUSAL_LM",
|
24 |
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
}
|