Upload trained reward model
Browse files- reference/adapter_config.json +4 -4
- reward/adapter_config.json +4 -4
- reward/adapter_model.safetensors +2 -2
- training_args.bin +1 -1
reference/adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"gate_proj",
|
28 |
-
"q_proj",
|
29 |
-
"up_proj",
|
30 |
"k_proj",
|
31 |
"down_proj",
|
32 |
"v_proj",
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
|
|
27 |
"k_proj",
|
28 |
"down_proj",
|
29 |
"v_proj",
|
30 |
+
"up_proj",
|
31 |
+
"o_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"q_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
reward/adapter_config.json
CHANGED
@@ -27,13 +27,13 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
-
"gate_proj",
|
31 |
-
"q_proj",
|
32 |
-
"up_proj",
|
33 |
"k_proj",
|
34 |
"down_proj",
|
|
|
35 |
"v_proj",
|
36 |
-
"o_proj"
|
|
|
|
|
37 |
],
|
38 |
"task_type": "SEQ_CLS",
|
39 |
"trainable_token_indices": null,
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
|
|
|
|
|
|
30 |
"k_proj",
|
31 |
"down_proj",
|
32 |
+
"up_proj",
|
33 |
"v_proj",
|
34 |
+
"o_proj",
|
35 |
+
"gate_proj",
|
36 |
+
"q_proj"
|
37 |
],
|
38 |
"task_type": "SEQ_CLS",
|
39 |
"trainable_token_indices": null,
|
reward/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5e6009e06907722e501a459063a8fd3ca0ebb290012d2c7159ce0a51e3b9006
|
3 |
+
size 6627188000
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20d1d2dc5117efa913e6cd787bc97e711be47d7e947c4855cb7539f773a6b8c3
|
3 |
size 5560
|