Improve model card: Add metadata, paper/code links, and abstract
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for "BianCang: A Traditional Chinese Medicine Large Language Model" by adding essential metadata and detailed content.
Key changes include:
- Adding
pipeline_tag: text-generationfor better discoverability on the Hub. - Specifying
library_name: transformersas the model is compatible with the Hugging Face Transformers library, enabling automated code snippets. - Including the
license: apache-2.0andlanguage: zhtags, along with relevant topic tags (medical,tcm,qwen,llm). - Setting
base_model: Qwen/Qwen2.5-7Bto clarify its origin. - Prominently featuring the official Hugging Face paper link and the GitHub repository link at the top.
- Incorporating the paper's abstract for quick understanding of the model's purpose and methodology.
- Updating local image paths to absolute URLs for correct rendering on the Hub.
- Removing the redundant empty metadata block from the Markdown content.
The existing comprehensive usage examples and performance metrics are retained. Please review these improvements.