Trained with Unsloth
Browse files- adapter_config.json +4 -4
- adapter_model.bin +3 -0
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_name_or_path": "unsloth/mistral-7b-instruct-v0.2-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
-
"inference_mode":
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
@@ -21,12 +21,12 @@
|
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
"o_proj",
|
|
|
26 |
"q_proj",
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
4 |
"base_model_name_or_path": "unsloth/mistral-7b-instruct-v0.2-bnb-4bit",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": false,
|
8 |
"init_lora_weights": true,
|
9 |
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
|
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
+
"gate_proj",
|
25 |
"o_proj",
|
26 |
+
"up_proj",
|
27 |
"q_proj",
|
28 |
"down_proj",
|
29 |
+
"v_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64efcc4f2306b58a33498e65331aa115a3499798a218ee19b7b511d79843ebfa
|
3 |
+
size 167934026
|