fix: remove deprecated arguments
Browse files- adapter_config.json +0 -2
adapter_config.json
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
{
|
2 |
"base_model_name_or_path": "huggyllama/llama-7b",
|
3 |
"bias": "none",
|
4 |
-
"enable_lora": null,
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"lora_alpha": 16,
|
8 |
"lora_dropout": 0.05,
|
9 |
-
"merge_weights": false,
|
10 |
"model_type": "clima",
|
11 |
"modules_to_save": [
|
12 |
"embed_tokens",
|
|
|
1 |
{
|
2 |
"base_model_name_or_path": "huggyllama/llama-7b",
|
3 |
"bias": "none",
|
|
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
6 |
"lora_alpha": 16,
|
7 |
"lora_dropout": 0.05,
|
|
|
8 |
"model_type": "clima",
|
9 |
"modules_to_save": [
|
10 |
"embed_tokens",
|