Improve model card: Add pipeline tag, paper link, and GitHub badge
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the "Reward Forcing" model by:
- Adding the
pipeline_tag: text-to-videoto the metadata, which enables better discoverability on the Hugging Face Hub (e.g., viahuggingface.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, 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.