Improve model card: Add pipeline tag, library, abstract, and authors

#1
by nielsr HF Staff - opened

This PR enhances the model card for Shiyunee/Honest-Llama3-8B-Instruct by:

  • Adding pipeline_tag: text-generation to improve discoverability on the Hub, as the model extends a text generation LLM for QA tasks.
  • Adding library_name: transformers to enable the automated "how to use" widget, as the model is compatible with the transformers and peft libraries.
  • Adding the paper's abstract to provide more context about the model.
  • Including the author list with Hugging Face usernames for proper attribution.
  • Adding a prominent link to the main GitHub repository at the top of the model card for easy access to the code.
  • Retaining the existing Arxiv paper link as per instructions.
  • Preserving the existing code snippets in the "Inference" section without modification or additions to ensure accuracy and adherence to the original implementation.
Shiyunee changed pull request status to merged

Sign up or log in to comment