初始化项目,由ModelHub XC社区提供模型

Model: cloudyu/19B_MATH_DPO
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-12 04:42:00 +08:00
commit ae131274e7
16 changed files with 91947 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
---
license: other
tags:
- dpo
- moe
---
this is a DPO fine-tuned MoE model with about 19B parameter.
```
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.
```