Update
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"base_model_name_or_path": "zpn/llama-7b",
|
3 |
"bias": "none",
|
4 |
-
"enable_lora":
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"lora_alpha": 32,
|
8 |
"lora_dropout": 0.1,
|
9 |
-
"model_type": "
|
10 |
"merge_weights": false,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
|
|
1 |
{
|
2 |
"base_model_name_or_path": "zpn/llama-7b",
|
3 |
"bias": "none",
|
4 |
+
"enable_lora": true,
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"lora_alpha": 32,
|
8 |
"lora_dropout": 0.1,
|
9 |
+
"model_type": "LORA",
|
10 |
"merge_weights": false,
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|