Improve model card: Add pipeline tag, library name, update license, and add abstract
#6
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for DiffuCoder-7B-cpGRPO by:
- Setting the
pipeline_tag
totext-generation
, which helps users discover the model via the Hugging Face Hub filters (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Adding
library_name: transformers
, ensuring the correct inference widget is displayed on the model page and simplifying usage for users. - Updating the
license
from "unknown" toapache-2.0
, providing accurate legal information as specified in the project's GitHub repository. - Integrating the paper's abstract into the model card's content, offering a concise overview of the research and model's key contributions directly on the Hub.