Improve model card: Add pipeline tag, library name, tags, project page, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the ReasonRank model by:
- Adding
pipeline_tag: text-ranking
to ensure discoverability under relevant tasks on the Hugging Face Hub. - Specifying
library_name: transformers
to enable the "How to use" widget and indicate compatibility with the π€ Transformers library. - Including relevant
tags
such asqwen
,reranker
, andpassage-ranking
for improved searchability. - Integrating comprehensive details from the original GitHub repository, including a model overview, training data specifics, and performance results.
- Providing a practical Python code snippet for
Sample Usage
to help users quickly get started with inference. - Ensuring links to the project page and original paper are present and consistent.