AISimplyExplained
commited on
Commit
•
4030002
1
Parent(s):
a15e309
Upload model
Browse files- adapter_config.json +8 -8
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "unsloth/mistral-7b
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -15,17 +15,17 @@
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
-
"revision":
|
21 |
"target_modules": [
|
22 |
-
"v_proj",
|
23 |
-
"o_proj",
|
24 |
-
"down_proj",
|
25 |
-
"q_proj",
|
26 |
"k_proj",
|
|
|
|
|
27 |
"up_proj",
|
28 |
-
"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/mistral-7b",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 128,
|
19 |
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
22 |
"k_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
"up_proj",
|
26 |
+
"o_proj",
|
27 |
+
"v_proj",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cacba0171f81054ba831735b016248c48ae89979399bdc8549c7f7f29faf6a15
|
3 |
+
size 1342238560
|