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-generationto correctly classify the model's functionality and enable the inference widget on the Hugging Face Hub. - Adding
library_name: transformersto integrate with the automated "how to use" widget, as evidenced by thetransformerscode 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.