Improve model card: Add pipeline tag, library name, and enrich content
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the LLaDA-8B-BGPO-countdown model by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub, as the model is a diffusion large language model (dLLM) designed for tasks like planning, math, and code generation. - Adding
library_name: transformersbased on theconfig.json(transformers_versionandauto_mapentries) and theconvert_to_hf.shscript mentioned in the GitHub repository, enabling automated usage snippets on the Hub. - Enriching the markdown content with detailed sections from the GitHub README, including "Performance" (with direct links to result images), "Acknowledgments", and "Citation" for a more complete and informative model card.
Please review and merge this PR.