Model save
Browse files- README.md +4 -4
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,10 +22,10 @@ It achieves the following results on the evaluation set:
|
|
22 |
- Rewards/rejected: 0.0
|
23 |
- Rewards/accuracies: 0.0
|
24 |
- Rewards/margins: 0.0
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -64.
|
27 |
-
- Logits/rejected: -2.
|
28 |
-
- Logits/chosen: -1.
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
22 |
- Rewards/rejected: 0.0
|
23 |
- Rewards/accuracies: 0.0
|
24 |
- Rewards/margins: 0.0
|
25 |
+
- Logps/rejected: -204.6461
|
26 |
+
- Logps/chosen: -64.2484
|
27 |
+
- Logits/rejected: -2.0312
|
28 |
+
- Logits/chosen: -1.6494
|
29 |
|
30 |
## Model description
|
31 |
|
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"o_proj",
|
23 |
"q_proj",
|
|
|
24 |
"k_proj",
|
25 |
"v_proj"
|
26 |
],
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"q_proj",
|
23 |
+
"o_proj",
|
24 |
"k_proj",
|
25 |
"v_proj"
|
26 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27297032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a48e27316d8c49fc65841b1d75d4e36e93eeeb1e608536ed7f638c773f7bbc6d
|
3 |
size 27297032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f3a881f6315c8118a65817cd1408c52a522c6f80e0749b667ecae967f50cd07
|
3 |
size 5304
|