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: transformers to enable proper library detection
  • Added pipeline_tag: text-generation to enable task filtering and widget support
  • Added arxiv:2602.04634 tag to link the model to the paper page

These metadata improvements will:

  1. Make the model discoverable when users filter by text-generation task
  2. Link the model to the paper page on Hugging Face
  3. Enable the proper inference widget on the model page
  4. 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

Sign up or log in to comment