Improve model card: Add pipeline tag, library name, paper, and code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for AceSearcher-8B by:
- Adding
pipeline_tag: text-generationto correctly classify the model's primary function for better discoverability on the Hugging Face Hub. - Specifying
library_name: transformers, as the model architecture (LlamaForCausalLM) and usage (tokenizer.apply_chat_template) indicate compatibility with the π€ Transformers library, which will enable the automatic "How to use" widget. - Adding a direct link to the paper: AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play.
- Adding a direct link to the GitHub repository: https://github.com/ritaranx/AceSearcher/.
The existing detailed usage instructions have been preserved as they are directly from the original GitHub README and model card, with python and bibtex syntax highlighting added for improved readability.