jfranklin-foundry
commited on
Commit
•
0524792
1
Parent(s):
e0c78a1
Upload folder using huggingface_hub
Browse files- adapter_config.json +6 -6
- 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 |
-
"gate_proj",
|
24 |
-
"up_proj",
|
25 |
-
"q_proj",
|
26 |
-
"k_proj",
|
27 |
"o_proj",
|
|
|
28 |
"down_proj",
|
29 |
-
"
|
30 |
-
"
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"q_proj",
|
25 |
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"ffn"
|
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:edd209b1a4d75d121606278f59a31a8ba0cd6760adcc6e7ba0c19590adbb953e
|
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:dd33d619faaffb4ca917b08146640784592a9c6c223bf23c5462906fb2d1c02b
|
3 |
size 5432
|