cloudyu commited on
Commit
0a25a24
1 Parent(s): a92d417

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - dpo
5
+ - moe
6
+ ---
7
+
8
+ this is a DPO fine-tuned MoE model with about 19B parameter.
9
+
10
+
11
+ ```
12
+ DPO Trainer
13
+ 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.
14
+ ```