Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"target_modules": [
|
22 |
"up_proj",
|
23 |
"v_proj",
|
24 |
-
"
|
25 |
-
"o_proj",
|
26 |
-
"gate_proj",
|
27 |
"k_proj",
|
28 |
-
"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
21 |
"target_modules": [
|
22 |
"up_proj",
|
23 |
"v_proj",
|
24 |
+
"q_proj",
|
|
|
|
|
25 |
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"o_proj",
|
28 |
+
"down_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 100966336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c06573aeb9e153982a0ce64ec90ed6d3f16fb9bf4d20dbc6b64091e253fee4a5
|
3 |
size 100966336
|