Add pipeline_tag, library_name and paper link
#1
by
nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the model card by adding relevant metadata:
pipeline_tag: text-classificationensures the model is correctly categorized for safety moderation tasks.library_name: transformersenables the "Use in Transformers" button and automated code snippets.arxiv: 2601.18491links the repository to the original research paper.
It also keeps the existing "Quick Start" section from the README, which provides clear evidence of how to use the model with the Transformers library.