Add pipeline tag and improve model card documentation
#1
by nielsr HF Staff - opened
This PR improves the model card for the R1-Router-3B model, which is the core component of the MoRE (Mixture-of-Retrieval Experts) framework.
Key changes:
- Added the
text-retrievalpipeline tag to the YAML metadata to improve model discoverability. - Updated the model card title to match the official paper: "Mixture-of-Retrieval Experts for Reasoning-Guided Multimodal Knowledge Exploitation (MoRE)".
- Added direct links to the ArXiv paper and the official GitHub repository.
- Included environment setup and evaluation snippets from the documentation to help users get started.