Improve model card: Add pipeline tag, library, license, language, datasets, tags, paper, and GitHub links

#1
by nielsr HF Staff - opened

This PR enhances the model card for ShiZhi by:

  • Adding pipeline_tag: text-generation to enable the inference widget and improve discoverability for text generation tasks.
  • Updating library_name to transformers to reflect compatibility with the Hugging Face Transformers library for the base model, which enables the automated "How to use" widget.
  • Including license: apache-2.0, language: zh, and datasets: TIM0927/CCVG in the YAML metadata for clearer information and better filtering.
  • Adding relevant tags such as peft, lora, chinese, legal, and court-view-generation to improve searchability.
  • Adding a prominent link to the Hugging Face paper page: ShiZhi: A Chinese Lightweight Large Language Model for Court View Generation.
  • Including a direct link to the GitHub repository: https://github.com/ZhitianHou/ShiZhi.
  • Removing the redundant license declaration from the Markdown content now that it's in the metadata.

These changes will significantly improve the model's presentation, discoverability, and user experience on the Hugging Face Hub.

Owner

Thanks a lot for your suggestions! We really appreciate your feedback and will update our model card accordingly.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment