Improve model card: Add paper link, pipeline tag, specific license, and sample usage
#3
by
nielsr
HF Staff
- opened
This PR enhances the model card for the EchoingECG model by:
- Updating Metadata:
- Adding
pipeline_tag: otherfor better discoverability of this specialized model. - Correcting the
licensetocc-by-nc-nd-4.0to match the explicit license statement in the GitHub repository. - Adding
medicalto the list oftagsfor improved categorization.
- Adding
- Improving Content:
- Adding a direct link to the Hugging Face paper page: EchoingECG: An Electrocardiogram Cross-Modal Model for Echocardiogram Tasks.
- Reformatting the GitHub repository link for better readability.
- Including the "Features" section from the GitHub README for a more comprehensive overview.
- Updating the image link to an absolute URL for robustness.
- Adding a detailed "Quick Start: Run EchoingECG in Jupyter Notebook" section with the code snippet from the GitHub README to provide clear sample usage.
- Including the full "License" details directly from the GitHub repository for transparency.
These changes aim to provide more accurate and complete information, improving the model's clarity and usability on the Hugging Face Hub.
thank you so much for the help!
gaoyua19
changed pull request status to
merged