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_tag
fromtext-classification
totext-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: transformers
to indicate compatibility with the Hugging Face Transformers library, allowing the "Use in Transformers" widget to appear.
chrisliu298
changed pull request status to
merged