Update pipeline tag and add library name
#1
by
nielsr HF Staff - opened
This PR improves the model card by:
- Updating the
pipeline_tagfromtext-classificationtotext-ranking, which more accurately reflects the model's primary function as a reward model for ranking text responses. This ensures the model appears in relevant searches on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-ranking). - Adding
library_name: transformersas the model is fully compatible with the Hugging Face Transformers library, enabling the "how to use" button.
chrisliu298 changed pull request status to
merged