Add pipeline_tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves the model card by:
- Moving the metadata to the standard YAML frontmatter format at the top of the file.
- Adding
pipeline_tag: text-classification, which is the standard tag for reward models. - Adding
library_name: transformersas the model utilizes the Transformers library for text encoding and base model loading.
These changes help users discover your model more easily and enable the "Use in Transformers" button on the Hub. The rest of your documentation remains unchanged as it is already very comprehensive!
HongruCai
changed pull request status to
merged