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: transformerstag, enabling the automated "how to use" widget on the Hub page, given the model's compatibility with thetransformerslibrary as evidenced by the GitHub repository'sQuick Startsection. - 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.