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: transformers to enable the automated "how to use" widget, as the model's Quickstart explicitly uses the Transformers library.
  • Adding pipeline_tag: text-generation to 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment