Commit ·
a1632c6
1
Parent(s): 703f73e
Upload model
Browse files- adapter_config.json +3 -1
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
-
"base_model_name_or_path":
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
|
@@ -15,6 +15,8 @@
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q_proj",
|
|
|
|
|
|
|
| 18 |
"v_proj"
|
| 19 |
],
|
| 20 |
"task_type": "CAUSAL_LM"
|
|
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
|
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"q_proj",
|
| 18 |
+
"o_proj",
|
| 19 |
+
"k_proj",
|
| 20 |
"v_proj"
|
| 21 |
],
|
| 22 |
"task_type": "CAUSAL_LM"
|
adapter_model.bin
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:850afd24dbea060cb749ec59d6629581e53c3ee3b5c629b1d48fb57b572605db
|
| 3 |
+
size 33646413
|