Improve model card: Update metadata and enrich content for DiffGen-8B
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for DiffGen-8B, a key component of the ScaleDiff pipeline, by improving its discoverability and providing more comprehensive information.
Key updates include:
- Changing the
licensefromothertoapache-2.0, aligning with common practices for research artifacts and inferred from the GitHub repository's license badge. - Adding the
pipeline_tag: text-generationto accurately categorize the model's function as a problem generator. - Adding
math-reasoningto thetagsfor better discoverability within the mathematical domain. - Expanding the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with detailed information extracted from the associated paper abstract and GitHub README.
- Removing the auto-generated comment at the top of the model card.
A Sample Usage section is not included, as the provided GitHub README does not contain a direct, ready-to-use inference code snippet for this specific model using the transformers library, adhering to the guideline of not creating code snippets without evidence.
QizhiPei
changed pull request status to
merged