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 |
-
"ffn",
|
25 |
-
"down_proj",
|
26 |
"up_proj",
|
27 |
"o_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"k_proj",
|
30 |
-
"
|
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 |
"o_proj",
|
26 |
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"v_proj",
|
29 |
"k_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 17842592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe700d1ded8fad5ca06712a2cdcf7fce09ca35412cc19238c134d48b297512fb
|
3 |
size 17842592
|
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:e3a24ab1958e92b7d157bc0387f1b76b8f500b020f4bda792c74c154e7c28fc3
|
3 |
size 5432
|