Add model card
Browse filesThis PR ensures:
- the model is linked to (and shows up at) https://huggingface.co/papers/2508.05629
- has the relevant `library_name` and `pipeline_tag`.
More best practices here: https://huggingface.co/docs/hub/model-release-checklist#writing-a-comprehensive-model-card
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This model was presented in the paper [On the Generalization of SFT: A Reinforcement Learning Perspective with Reward Rectification](https://huggingface.co/papers/2508.05629).
|
8 |
+
|
9 |
+
Code: https://github.com/yongliang-wu/DFT?tab=readme-ov-file
|