Improve model card: Add metadata, paper, project page, and GitHub links

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for ROVER-Qwen3-4B by:

  • Adding library_name: transformers to the metadata, enabling the automated "How to use" widget, as evidenced by the model's config.json compatibility with the transformers library.
  • Setting pipeline_tag: text-generation to improve discoverability on the Hugging Face Hub for LLM reasoning tasks.
  • Including a direct link to the official paper on Hugging Face, the GitHub repository, and the associated project page (Threads link from GitHub README).
  • Providing a comprehensive description of the model, including its abstract and "Main Results and Features" section directly from the GitHub README, to give users a better understanding of the model's capabilities and context.
  • Adding the citation information.

A sample usage code snippet is intentionally omitted to strictly adhere to the guidelines, as no explicit Python inference code was found in the provided GitHub README.

haoranhe changed pull request status to merged

Sign up or log in to comment