Improve model card: Add pipeline tag, library name, and relevant tags

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: text-generation to correctly categorize the model's functionality on the Hugging Face Hub.
  • Including library_name: transformers to enable automated code snippets for easy usage, as evidenced by the model's compatibility with the Transformers and PEFT libraries.
  • Adding additional tags such as honesty-alignment, confidence-calibration, lora, peft, and llm-alignment for better discoverability and detailed categorization.
  • Adding a general link to the GitHub repository at the end of the model card content.
  • Preserving the existing arXiv paper link as per guidelines.
Shiyunee changed pull request status to merged

Sign up or log in to comment