Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,14 +20,14 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"q_proj",
|
| 25 |
"down_proj",
|
| 26 |
"v_proj",
|
| 27 |
"up_proj",
|
| 28 |
-
"k_proj",
|
| 29 |
"gate_proj",
|
| 30 |
-
"
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"k_proj",
|
|
|
|
| 24 |
"down_proj",
|
| 25 |
"v_proj",
|
| 26 |
"up_proj",
|
|
|
|
| 27 |
"gate_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"ffn",
|
| 30 |
+
"q_proj"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"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 71320216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eef8fa99fd987ec29f81eeed2773141cf8e6d78a8e1c228563523d37a1302aec
|
| 3 |
size 71320216
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:787bfedbe9db7668b0c05a2f7c91eaa6946f3db96e71de4a2cc5201e11126781
|
| 3 |
size 5432
|