Aleksey Korshuk
commited on
Update rlhf.md (#1178) [skip ci]
Browse files- docs/rlhf.md +3 -3
docs/rlhf.md
CHANGED
|
@@ -19,14 +19,14 @@ The various RL training methods are implemented in trl and wrapped via axolotl.
|
|
| 19 |
|
| 20 |
#### DPO
|
| 21 |
```yaml
|
| 22 |
-
rl:
|
| 23 |
datasets:
|
| 24 |
- path: Intel/orca_dpo_pairs
|
| 25 |
split: train
|
| 26 |
-
type:
|
| 27 |
- path: argilla/ultrafeedback-binarized-preferences
|
| 28 |
split: train
|
| 29 |
-
type:
|
| 30 |
```
|
| 31 |
|
| 32 |
#### IPO
|
|
|
|
| 19 |
|
| 20 |
#### DPO
|
| 21 |
```yaml
|
| 22 |
+
rl: dpo
|
| 23 |
datasets:
|
| 24 |
- path: Intel/orca_dpo_pairs
|
| 25 |
split: train
|
| 26 |
+
type: chatml.intel
|
| 27 |
- path: argilla/ultrafeedback-binarized-preferences
|
| 28 |
split: train
|
| 29 |
+
type: chatml.argilla
|
| 30 |
```
|
| 31 |
|
| 32 |
#### IPO
|