Improve model card: Add metadata, links, and sample usage
#1
by
nielsr HF Staff - opened
This PR enhances the model card by:
- Updating the license to
apache-2.0as indicated by the GitHub repository. - Adding
pipeline_tag: text-generationfor better discoverability. - Adding
library_name: transformersas the model uses the Transformers and PEFT libraries. - Adding a direct link to the paper (Principled RL for Diffusion LLMs Emerges from a Sequence-Level Perspective).
- Incorporating a "Sample usage" code snippet from the GitHub README to guide users on how to run inference.