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-generation for better discoverability on the Hub.
  • Specifying library_name: transformers as the model is compatible with the Hugging Face Transformers library, enabling automated code snippets.
  • Including the license: apache-2.0 and language: zh tags, along with relevant topic tags (medical, tcm, qwen, llm).
  • Setting base_model: Qwen/Qwen2.5-7B to 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment