Improve model card: Add pipeline tag, library, links, and sample usage

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card by:

  • Adding the pipeline_tag: text-generation, making the model discoverable under the text generation pipeline.
  • Adding the library_name: transformers tag, enabling the automated "how to use" widget on the Hub page, given the model's compatibility with the transformers library as evidenced by the GitHub repository's Quick Start section.
  • Including direct links to the paper, project page, and the GitHub repository.
  • Providing a concise overview of the ESPO framework and its key contributions, based on the paper's abstract and GitHub README.
  • Integrating the "Quick Start" code snippet from the GitHub README as a sample usage section, allowing users to immediately try out the model.
  • Adding the BibTeX citation for proper attribution.

These updates will make the model more accessible, understandable, and easier to use for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment