Improve model card: Add pipeline tag, paper link, and GitHub badge
Browse filesThis PR improves the model card for the "Reward Forcing" model by:
* Adding the `pipeline_tag: text-to-video` to the metadata, which enables better discoverability on the Hugging Face Hub (e.g., via `huggingface.co/models?pipeline_tag=text-to-video`).
* Adding a clear introductory link to the paper, [Reward Forcing: Efficient Streaming Video Generation with Rewarded Distribution Matching Distillation](https://huggingface.co/papers/2512.04678), at the top of the model card content.
* Adding a dedicated GitHub badge to the header for easier access to the associated code repository.
The existing content, including the inference code snippets, remains unchanged.
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
<div align="center">
|
|
@@ -36,6 +42,7 @@
|
|
| 36 |
|
| 37 |
[](https://arxiv.org/abs/2512.04678)
|
| 38 |
[](https://reward-forcing.github.io/)
|
|
|
|
| 39 |
[](https://huggingface.co/JaydenLu666/Reward-Forcing-T2V-1.3B)
|
| 40 |
|
| 41 |
</div>
|
|
@@ -231,5 +238,4 @@ We thank the authors for their great work and open-source contribution.
|
|
| 231 |
## 📧 Contact
|
| 232 |
For questions and discussions, please:
|
| 233 |
- Open an issue on [GitHub Issues](https://github.com/JaydenLyh/Reward-Forcing/issues)
|
| 234 |
-
- Contact us at: [email protected]
|
| 235 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-to-video
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
This repository contains the model presented in [Reward Forcing: Efficient Streaming Video Generation with Rewarded Distribution Matching Distillation](https://huggingface.co/papers/2512.04678).
|
| 6 |
+
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
<div align="center">
|
|
|
|
| 42 |
|
| 43 |
[](https://arxiv.org/abs/2512.04678)
|
| 44 |
[](https://reward-forcing.github.io/)
|
| 45 |
+
[](https://github.com/JaydenLyh/Reward-Forcing)
|
| 46 |
[](https://huggingface.co/JaydenLu666/Reward-Forcing-T2V-1.3B)
|
| 47 |
|
| 48 |
</div>
|
|
|
|
| 238 |
## 📧 Contact
|
| 239 |
For questions and discussions, please:
|
| 240 |
- Open an issue on [GitHub Issues](https://github.com/JaydenLyh/Reward-Forcing/issues)
|
| 241 |
+
- Contact us at: [email protected]
|
|
|