Improve model card: Add pipeline tag, library, license & usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata such as pipeline_tag: text-ranking
and library_name: sentence-transformers
, which improve discoverability and usability on the Hugging Face Hub. It also explicitly sets the license
to mit
and provides a clear Python usage example for premise retrieval.