update
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
-
"q_proj",
|
27 |
-
"o_proj",
|
28 |
"down_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
"v_proj",
|
25 |
+
"gate_proj",
|
|
|
|
|
26 |
"down_proj",
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 1396772216
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d32e8e64cc2708f203bd34cc884152a1feb3bd5d1bd314c77bc6ee80dc8ad6f
|
3 |
size 1396772216
|
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:91acb41bdb2d736e019a09f64f14c098a8d98d4165a1b07d090b78081b8ea24a
|
3 |
size 5560
|