Improve model card: Add metadata, links, usage example, and citation
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generationto correctly classify the model's functionality and improve discoverability. - Adding
library_name: transformersto enable the automated "How to use" widget, as the model demonstrates compatibility with thetransformersandpeftlibraries in its usage examples. - Including direct links to the paper (Principled RL for Diffusion LLMs Emerges from a Sequence-Level Perspective), the project page (https://jingyangou.github.io/ESPO-Demo/), and the GitHub repository (https://github.com/ML-GSAI/ESPO).
- Adding a "Sample Usage" section with a Python code snippet directly from the project's GitHub README, demonstrating how to load and use the LoRA adapter.
- Incorporating the paper's BibTeX citation for proper academic attribution.