Improve model card: Add pipeline tag, library name, tags, paper link, and update citation
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generation: This tag accurately reflects the model's functionality as a text generator for verification responses and improves its discoverability on the Hugging Face Hub. - Adding
library_name: transformers: Evidence fromconfig.json(Qwen3ForCausalLM architecture, transformers_version) andtokenizer_config.json(Qwen2Tokenizer), along with thepip install transformerscommand in the "Quick Start" section, confirms compatibility with thetransformerslibrary. This enables the automated "how to use" widget on the model page. - Adding relevant tags: New tags like
tool-augmented-llm,scientific-reasoning,answer-verification,mathematics,physics,chemistry,biology, andlong-form-reasoningare included to provide a more comprehensive description of the model's capabilities and enhance searchability. - Adding a direct link to the paper: A link to the official paper CoSineVerifier: Tool-Augmented Answer Verification for Computation-Oriented Scientific Questions is added at the top of the model card for easy access.
- Updating the BibTeX citation: The citation has been made more detailed and accurate by including the specific authors and the arXiv URL, providing proper attribution for the research.
All existing content, including the detailed usage instructions and examples, remains unchanged, preserving its original formatting and explicit newline characters.
AnLan577 changed pull request status to
closed