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: transformersto the metadata, enabling the automated "How to use" widget, as evidenced by the model'sconfig.jsoncompatibility with thetransformerslibrary. - Setting
pipeline_tag: text-generationto 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