Add pipeline_tag and library_name to model card
#1
by nielsr HF Staff - opened
This PR improves the model card by adding:
pipeline_tag: text-rankingto enhance discoverability on the Hugging Face Hub, allowing users to find the model at https://huggingface.co/models?pipeline_tag=text-ranking.library_name: transformersto correctly identify the primary library for model usage and enable the "how to use" widget.
RowitZou changed pull request status to merged