Improve model card metadata and content
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationfor better discoverability. - Adding
library_name: transformersmetadata as the model is compatible with the library viatrust_remote_code=True. - Linking the model to its associated paper DMax: Aggressive Parallel Decoding for dLLMs.
- Updating the README with highlights, a "Quick Start" usage example, and the BibTeX citation from the official repository.
Zigeng changed pull request status to merged