Improve model card: Add pipeline tag, library name, and GitHub link

#1
by nielsr HF Staff - opened

This PR enhances the model card for the DZ-TDPO model by:

  • Adding pipeline_tag: text-generation to the metadata, which helps users discover the model through the correct pipeline filter on the Hugging Face Hub.
  • Adding library_name: transformers to the metadata, based on the clear usage evidence in the "Quick Start" section. This will enable the automated "how to use" code snippet widget on the model page.
  • Adding an explicit link to the GitHub repository: https://github.com/lyj20071013/DZ-TDPO.

The existing paper link, abstract, and sample usage are retained.

Please review and merge if these improvements are acceptable.

Thank you so much, Niels! I really appreciate the metadata enhancements for better discoverability.

YijunLiao changed pull request status to merged

Sign up or log in to comment