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-generationto correctly categorize the model's functionality on the Hugging Face Hub. - Including
library_name: transformersto 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, andllm-alignmentfor 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