Upload adapter_config.json
Browse files- adapter_config.json +10 -7
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,
|
|
@@ -19,11 +19,14 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
|
|
|
|
|
|
| 27 |
],
|
| 28 |
-
"task_type": "CAUSAL_LM"
|
|
|
|
| 29 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "filipealmeida/Mistral-7B-Instruct-v0.1-sharded",
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"base_layer",
|
| 23 |
+
"v_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
+
"gate_proj",
|
| 26 |
+
"lm_head",
|
| 27 |
+
"q_proj",
|
| 28 |
+
"k_proj"
|
| 29 |
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"use_rslora": false
|
| 32 |
}
|