Safetensors
English
qwen2

Improve model card: Add pipeline tag, library name, paper/GitHub links, and abstract

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: text-generation to ensure better discoverability for users searching for models related to text generation tasks (e.g., at https://huggingface.co/models?pipeline_tag=text-generation).
  • Adding library_name: transformers as the model's config.json and tokenizer_config.json indicate compatibility with the Hugging Face Transformers library (Qwen2ForCausalLM, Qwen2Tokenizer), enabling the "Use in Transformers" widget and code snippets.
  • Including the paper abstract for a more comprehensive overview of the model's capabilities directly on the Hub.
  • Adding the paper link (AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play) and the GitHub repository link (https://github.com/ritaranx/AceSearcher/) for quick access to the research and code.
  • Including a "Training" section based on the GitHub README.
  • Ensuring the existing "Model Usage" code snippets are preserved exactly as found in the original README, without introducing new example variables or imports, as per guidelines.

Please review and merge this PR if everything looks good.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment