Add library_name, pipeline_tag, and arxiv metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for WideSeek-R1: Exploring Width Scaling for Broad Information Seeking via Multi-Agent Reinforcement Learning.
Changes:
- Added
library_name: transformersto enable proper library detection - Added
pipeline_tag: text-generationto enable task filtering and widget support - Added
arxiv:2602.04634tag to link the model to the paper page
These metadata improvements will:
- Make the model discoverable when users filter by text-generation task
- Link the model to the paper page on Hugging Face
- Enable the proper inference widget on the model page
- Help users understand the model's intended use case
Please review and merge if everything looks good.
Ruize-Zhang
changed pull request status to
merged