Update pipeline tag and add library name to model card
#2
by
nielsr
HF Staff
- opened
This PR improves the model card's metadata by:
- Updating the
pipeline_tagfromtext-classificationtotext-ranking, which is more appropriate for a reward model, ensuring it appears in the correct filtering categories (https://huggingface.co/models?pipeline_tag=text-ranking). - Adding
library_name: transformersto indicate compatibility with the Hugging Face Transformers library, allowing the "Use in Transformers" widget to appear.
chrisliu298
changed pull request status to
merged