mnoukhov/pythia410m-dpo2-tldr
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [mnoukhov/pythia410m-sft-tldr](https://huggingface.co/mnoukhov/pythia410m-sft-tldr) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Rewards/chosen: -
|
21 |
-
- Rewards/rejected: -
|
22 |
-
- Rewards/accuracies: 0.
|
23 |
-
- Rewards/margins: 0.
|
24 |
-
- Logps/rejected: -
|
25 |
-
- Logps/chosen: -
|
26 |
- Logps/ref Rejected: -59.5615
|
27 |
- Logps/ref Chosen: -65.6594
|
28 |
|
@@ -61,10 +61,11 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logps/ref Rejected | Logps/ref Chosen |
|
63 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:------------------:|:----------------:|
|
64 |
-
|
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [mnoukhov/pythia410m-sft-tldr](https://huggingface.co/mnoukhov/pythia410m-sft-tldr) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.7753
|
20 |
+
- Rewards/chosen: -6.3555
|
21 |
+
- Rewards/rejected: -6.7803
|
22 |
+
- Rewards/accuracies: 0.5989
|
23 |
+
- Rewards/margins: 0.4248
|
24 |
+
- Logps/rejected: -192.7698
|
25 |
+
- Logps/chosen: -192.7698
|
26 |
- Logps/ref Rejected: -59.5615
|
27 |
- Logps/ref Chosen: -65.6594
|
28 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logps/ref Rejected | Logps/ref Chosen |
|
63 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:------------------:|:----------------:|
|
64 |
+
| 0.412 | 0.1999 | 335 | 0.6786 | -4.5428 | -4.9111 | 0.6222 | 0.3683 | -156.5151 | -156.5151 | -59.5615 | -65.6594 |
|
65 |
+
| 0.3588 | 0.3999 | 670 | 0.7264 | -5.6339 | -6.0502 | 0.6107 | 0.4163 | -178.3372 | -178.3372 | -59.5615 | -65.6594 |
|
66 |
+
| 0.345 | 0.5998 | 1005 | 0.7470 | -6.0062 | -6.4506 | 0.6086 | 0.4444 | -185.7831 | -185.7831 | -59.5615 | -65.6594 |
|
67 |
+
| 0.3419 | 0.7998 | 1340 | 0.7738 | -6.3469 | -6.7796 | 0.6012 | 0.4327 | -192.5978 | -192.5978 | -59.5615 | -65.6594 |
|
68 |
+
| 0.3384 | 0.9997 | 1675 | 0.7753 | -6.3555 | -6.7803 | 0.5989 | 0.4248 | -192.7698 | -192.7698 | -59.5615 | -65.6594 |
|
69 |
|
70 |
|
71 |
### Framework versions
|