Commit
·
4edc493
1
Parent(s):
c2520dd
lora_meta-llama/Llama-2-7b-hf_26d8bc57-4de7-4366-a524-5c22c6af75e1_0
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"q_proj",
|
23 |
"up_proj",
|
24 |
-
"
|
25 |
-
"v_proj",
|
26 |
"down_proj",
|
27 |
-
"
|
|
|
|
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"up_proj",
|
23 |
+
"k_proj",
|
|
|
24 |
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM"
|
30 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 286312872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:441f265edf2b4efbee09badc0aaa324420912ca41506d241d69e39af4a09a616
|
3 |
size 286312872
|