Improve model card: Add pipeline tag, update library_name, and link paper/code/abstract

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for mzhaoshuai/zephyr-7b-alpha-conf-sft by:

  • Adding the pipeline_tag: text-generation to ensure better discoverability and correct categorization on the Hugging Face Hub.
  • Updating library_name from peft to transformers. This is because the model is a PEFT adapter built on a transformers-compatible base model (MistralForCausalLM), and transformers is the primary library used for loading and inference. This change enables the automated inference widget on the Hub.
  • Adding a link to the associated paper: Learning from Reference Answers: Versatile Language Model Alignment without Binary Human Preference Data.
  • Adding a link to the GitHub repository: https://github.com/mzhaoshuai/RefAlign.
  • Including the full abstract of the paper to provide a detailed and comprehensive description of the RefAlign framework and this model's role within it.
  • Adding the BibTeX citation for proper referencing.

These updates aim to make the model card more informative, discoverable, and user-friendly for the community.

mzhaoshuai changed pull request status to merged

Sign up or log in to comment