jfranklin-foundry
commited on
Commit
•
0f4b37b
1
Parent(s):
f488b61
Upload folder using huggingface_hub
Browse files- adapter_config.json +5 -5
- 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 |
-
"
|
25 |
"down_proj",
|
26 |
"ffn",
|
|
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
-
"o_proj"
|
30 |
-
"gate_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
"down_proj",
|
26 |
"ffn",
|
27 |
+
"k_proj",
|
28 |
"v_proj",
|
29 |
+
"q_proj",
|
30 |
+
"o_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 166182480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0a5a4e1156343c2d49138b9184fe1ff4766afcb31310d2ffff499b11623de1f
|
3 |
size 166182480
|
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:9f87ece972a49b005b45cb83cc0d1053e765b3aa629d3b48186d888aae3b8239
|
3 |
size 5432
|