NTQAI/Nxcode-CQ-7B-orpo
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
|
|
|
|
|
|
24 |
"k_proj",
|
25 |
"v_proj",
|
26 |
-
"down_proj",
|
27 |
"q_proj",
|
28 |
-
"up_proj",
|
29 |
-
"o_proj",
|
30 |
"gate_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
+
"down_proj",
|
25 |
+
"o_proj",
|
26 |
+
"up_proj",
|
27 |
"k_proj",
|
28 |
"v_proj",
|
|
|
29 |
"q_proj",
|
|
|
|
|
30 |
"gate_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80144136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4980ed7f65dfbebbb6064fd412af1f46edb2287ef8eda6b5746559004d0a6f9
|
3 |
size 80144136
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb44c2c3ebd1f26ef8ce98c7a70547e2434d9b16eeb32cfab82778b649b471bc
|
3 |
size 5240
|