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 |
-
"ffn",
|
24 |
"k_proj",
|
25 |
-
"
|
26 |
-
"
|
27 |
"q_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 |
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
"q_proj",
|
27 |
"down_proj",
|
28 |
+
"o_proj",
|
29 |
+
"v_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 41581360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84d299386e102819d7a80029b53977e6b1560d0685241de09235b452c38b9dba
|
3 |
size 41581360
|
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:1c84f3122e7248b46016f4a68a1f818c765d08006f7f3482e1d60f5554d3d658
|
3 |
size 5432
|