Add pipeline_tag and paper link to metadata
#1
by nielsr HF Staff - opened
This PR enhances the model card by adding key metadata for better discoverability and completeness:
- Added
pipeline_tag: text-generation: This model is designed for generating text, including chat responses, reasoning traces, and structured outputs. This tag will ensure it is correctly categorized on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Added
paper: 2508.18255: This links the model directly to its official technical report on the Hugging Face Papers platform, providing an easily accessible reference for users.