Add pipeline tag, library name, and improve model card formatting
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for DiagAgent-8B by:
- Adding
library_name: transformersto enable the automated "how to use" widget, as the model's Quickstart explicitly uses the Transformers library. - Adding
pipeline_tag: text-generationto correctly categorize the model on the Hugging Face Hub, improving discoverability for diagnostic reasoning tasks. - Improving the discoverability of the GitHub repository by adding a direct "Code" link.
- Standardizing the citation format to a proper Markdown code block and combining the "Citation" and "Contact" sections for better readability.
These changes collectively improve the model card's completeness, discoverability, and adherence to documentation standards.