DreamGallery
commited on
Commit
•
d3f271b
1
Parent(s):
a11357a
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,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
"q_proj",
|
|
|
27 |
"down_proj",
|
28 |
-
"up_proj"
|
29 |
-
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
"v_proj",
|
25 |
+
"gate_proj",
|
26 |
"q_proj",
|
27 |
+
"o_proj",
|
28 |
"down_proj",
|
29 |
+
"up_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 1291899160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5ca3998c40dce63d5c233c978b0c691b5ea88ee70a6febe673de9dca1c3852
|
3 |
size 1291899160
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf5237a711ca4bcadb17e7c2488f08b236b05e6c313d8a78951864c08c7b49b
|
3 |
size 5368
|