14 lines
434 B
Markdown
14 lines
434 B
Markdown
|
|
---
|
||
|
|
license: other
|
||
|
|
tags:
|
||
|
|
- moe
|
||
|
|
- DPO
|
||
|
|
- RL-TUNED
|
||
|
|
---
|
||
|
|
|
||
|
|
* [DPO Trainer](https://huggingface.co/docs/trl/main/en/dpo_trainer) with dataset kyujinpy/orca_math_dpo to improve [yunconglong/MoE_13B_DPO]
|
||
|
|
```
|
||
|
|
DPO Trainer
|
||
|
|
TRL supports the DPO Trainer for training language models from preference data, as described in the paper Direct Preference Optimization: Your Language Model is Secretly a Reward Model by Rafailov et al., 2023.
|
||
|
|
```
|