Improve model card: Add library_name, pipeline_tag, paper link, and update GitHub link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for QiaoyuZheng/DiagRL-7B
by:
- Adding
library_name: transformers
: The provided code snippet clearly usestransformers.AutoModelForCausalLM
andtransformers.AutoTokenizer
, indicating full compatibility with the Transformers library. This enables the automated "How to use" widget on the model page. - Adding
pipeline_tag: text-generation
: The model's function is to generate diagnostic text based on patient symptoms, aligning with the text generation pipeline. This improves discoverability on the Hugging Face Hub. - Linking to the Hugging Face paper page: The paper End-to-End Agentic RAG System Training for Traceable Diagnostic Reasoning is now prominently linked in the introduction.
- Updating the GitHub repository link: The GitHub repository link has been updated to
https://github.com/MAGIC-AI4Med/Deep-DxSearch
to point to the correct and more descriptive project repository. - Clarifying model identity: The introduction now clearly states that
DiagRL-7B
is the 7B version of theDeep-DxSearch
model. - Removing redundant "File information": The technical "File information" section has been removed as it is not meant for public display in the model card.
These improvements make the model card more informative, discoverable, and user-friendly.