Upload folder using huggingface_hub
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,15 +20,15 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"v_proj",
|
25 |
-
"o_proj",
|
26 |
-
"gate_proj",
|
27 |
-
"down_proj",
|
28 |
-
"k_proj",
|
29 |
"q_proj",
|
|
|
30 |
"qkv_proj",
|
31 |
-
"
|
|
|
|
|
|
|
|
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"o_proj",
|
25 |
"qkv_proj",
|
26 |
+
"up_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"v_proj",
|
31 |
+
"k_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"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 50365768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a857ce30a31088ed1ab1b46d9bccdd009b53bf56dd2353270e48a6e3e751f44f
|
3 |
size 50365768
|
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:affccf2c18ecca36248c7da498a3d448016d3469a181c632b32be826c645a83f
|
3 |
size 5432
|