testli/Mistral-7B-11.2
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
|
|
27 |
"q_proj",
|
28 |
-
"gate_proj",
|
29 |
-
"o_proj",
|
30 |
"v_proj",
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
27 |
+
"down_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"v_proj",
|
30 |
+
"o_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"up_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f51a29db8790b06ebda884eeedf89b6fd0df0ae437e67a79c67284045143bbed
|
3 |
size 167832240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5881f9185ebb16e17fc4fb18ae88c7746e04f61100df34d32a43348d35b7e6ca
|
3 |
size 5560
|