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,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
|
|
24 |
"o_proj",
|
25 |
-
"down_proj",
|
26 |
"v_proj",
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
"o_proj",
|
|
|
27 |
"v_proj",
|
28 |
+
"down_proj",
|
29 |
+
"up_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 1329119768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f3a2b7ab757cbef14e4778180b81812cb52f78ac8c27282445f2b0e27142014
|
3 |
size 1329119768
|
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:4a03cb84c4301655af39fb255c96f4e64557eb6b17fa4fa88f142b2e5bde4d4d
|
3 |
size 5432
|