Update pipeline tag and add library name
#1
by nielsr HF Staff - opened
This PR improves the model card's metadata by:
- Updating the
pipeline_tagfromtext-classificationtotext-ranking, which is more semantically appropriate for a reward model, enhancing discoverability at https://huggingface.co/models?pipeline_tag=text-ranking. - Adding
library_name: transformersto the metadata, enabling the "how to use" button and providing a better user experience fortransformersusers.
chrisliu298 changed pull request status to merged