Enhance model card with metadata, paper link, code link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for EHR-R1 by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub. - Including
library_name: transformersmetadata, which enables the automated "how to use" widget and provides immediate code snippets for users. - Linking to the official paper: EHR-R1: A Reasoning-Enhanced Foundational Language Model for Electronic Health Record Analysis.
- Providing a direct link to the GitHub repository: https://github.com/MAGIC-AI4Med/EHR-R1.
- Incorporating a detailed model description, key highlights, and a practical
transformerscode snippet for inference, all sourced directly from the GitHub README. The EHR input format is also included to guide users.
This update makes the model more accessible, discoverable, and user-friendly for the community.