Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- final_checkpoint/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 |
"q_proj",
|
24 |
-
"down_proj",
|
25 |
-
"k_proj",
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"up_proj",
|
25 |
"q_proj",
|
|
|
|
|
26 |
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
"o_proj",
|
29 |
+
"k_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 18218008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3966559289a2d70c78a2eb9c25574eb83e27cbff2b473fb9df7615126916bb1
|
3 |
size 18218008
|
final_checkpoint/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2245371860
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2095abd011bf16756c5092dbf7f26547c09fe24cf01ee0e6717de7cde850aeea
|
3 |
size 2245371860
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5684db879d41e22e583cad7d3e5d26ac0332d34987483e88c61e25923b2d1853
|
3 |
size 4984
|