yunconglong
commited on
Commit
•
d8d6a47
1
Parent(s):
15aafa8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
tags:
|
4 |
+
- moe
|
5 |
+
- DPO
|
6 |
+
- RL-TUNED
|
7 |
+
---
|
8 |
+
|
9 |
+
* [DPO Trainer](https://huggingface.co/docs/trl/main/en/dpo_trainer) with dataset Intel/orca_dpo_pairs to improve [yunconglong/Truthful_DPO_TomGrc_FusionNet_7Bx2_MoE_13B]
|
10 |
+
```
|
11 |
+
DPO Trainer
|
12 |
+
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.
|
13 |
+
```
|