Enhance model card: Add `text-generation` pipeline tag, `transformers` library, license, and prominent links.
#1
by nielsr HF Staff - opened
This PR improves the model card for the BianCang: A Traditional Chinese Medicine Large Language Model by:
- Adding
pipeline_tag: text-generationto ensure the model is correctly categorized and discoverable on the Hugging Face Hub under text generation models. - Adding
library_name: transformersto enable the automated "Use in Transformers" widget with a predefined code snippet, as evidenced by the providedtransformersusage example. - Adding
license: cc-by-nc-4.0, which is a commonly used license for research models and consistently inferred by my colleagues. - Moving the metadata to the top of the file in a YAML block and removing the redundant metadata section from the Markdown content.
- Adding prominent badges for the paper and GitHub repository at the top of the model card to improve visibility and access to key resources.
These changes will significantly enhance the model's discoverability and usability on the Hugging Face Hub.