nielsr HF Staff commited on
Commit
59c1cbc
·
verified ·
1 Parent(s): fc7e940

Improve model card: Add pipeline tag, paper link, and GitHub badge

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  <div align="center">
@@ -36,6 +42,7 @@
36
 
37
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2512.04678)
38
  [![Project Page](https://img.shields.io/badge/Project-Page-green)](https://reward-forcing.github.io/)
 
39
  [![Models](https://img.shields.io/badge/🤗-Models-yellow)](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
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2512.04678)
44
  [![Project Page](https://img.shields.io/badge/Project-Page-green)](https://reward-forcing.github.io/)
45
+ [![Code](https://img.shields.io/badge/GitHub-Code-blue)](https://github.com/JaydenLyh/Reward-Forcing)
46
  [![Models](https://img.shields.io/badge/🤗-Models-yellow)](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]