Update adapter_config.json
Browse files- adapter_config.json +2 -3
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -22,6 +22,5 @@
|
|
22 |
"v_proj",
|
23 |
"q_proj"
|
24 |
],
|
25 |
-
"task_type": "CAUSAL_LM"
|
26 |
-
"use_rslora": false
|
27 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Meta-Llama-3-8B-Instruct",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
22 |
"v_proj",
|
23 |
"q_proj"
|
24 |
],
|
25 |
+
"task_type": "CAUSAL_LM"
|
|
|
26 |
}
|