Add pipeline tag, library name, paper, project, and GitHub links

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for Henrychur/DiagAgent-14B by:

  • Adding pipeline_tag: text-generation to correctly classify the model's functionality and enable the inference widget on the Hugging Face Hub.
  • Adding library_name: transformers to integrate with the automated "how to use" widget, as evidenced by the transformers code snippets in the "Quickstart" section.
  • Adding explicit links to the paper, project page, and GitHub repository at the top of the card for easy access.
  • Updating relative GitHub links in the "Evaluation Results" and "Training Details" sections to absolute URLs for improved navigation.
  • Removing redundant paper link text in the description to keep the model card concise.
  • Formatting the GitHub link in the "Contact" section as a Markdown link.

These updates enhance the model's discoverability, usability, and overall documentation quality.

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

Sign up or log in to comment