Commit ·
466cff6
1
Parent(s): b865964
2023-08-03 18:18:24 Autosave for checkpoint additions
Browse files- adapter_config.json +6 -6
adapter_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"base_model_name_or_path": "/workspace/webui/models/TheBloke_Llama-2-13B-fp16",
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": null,
|
| 6 |
-
"inference_mode":
|
| 7 |
"init_lora_weights": true,
|
| 8 |
"layers_pattern": null,
|
| 9 |
"layers_to_transform": null,
|
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 32,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
-
"q_proj",
|
| 18 |
-
"up_proj",
|
| 19 |
-
"gate_proj",
|
| 20 |
-
"k_proj",
|
| 21 |
"down_proj",
|
|
|
|
|
|
|
|
|
|
| 22 |
"o_proj",
|
| 23 |
-
"
|
|
|
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 3 |
"base_model_name_or_path": "/workspace/webui/models/TheBloke_Llama-2-13B-fp16",
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": null,
|
| 6 |
+
"inference_mode": false,
|
| 7 |
"init_lora_weights": true,
|
| 8 |
"layers_pattern": null,
|
| 9 |
"layers_to_transform": null,
|
|
|
|
| 14 |
"r": 32,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"down_proj",
|
| 18 |
+
"k_proj",
|
| 19 |
+
"up_proj",
|
| 20 |
+
"v_proj",
|
| 21 |
"o_proj",
|
| 22 |
+
"q_proj",
|
| 23 |
+
"gate_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|