Add pipeline tag, library metadata, and improve model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the model card for DMax-Math-16B:
- Adds
pipeline_tag: text-generationto ensure the model is correctly categorized on the Hub. - Adds
library_name: transformersas the model is compatible with the library (as shown in the sample code), which enables automatic code snippets. - Links the model to its associated paper: DMax: Aggressive Parallel Decoding for dLLMs.
- Maintains existing license, base model, and dataset metadata.
Zigeng changed pull request status to merged