Improve model card: Add metadata tags and sample usage
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
pipeline_tag: text-generationto ensure the model appears in relevant searches on the Hugging Face Hub and enables thetext-generationwidget. - Adding
library_name: transformersto correctly associate the model with the Hugging Face Transformers library, allowing users to easily load it withAutoModelForCausalLM. - Adding relevant
tags:reasoning,code-generation,math, andqwen2for better discoverability, aligning with the model's capabilities described in the paper abstract and evaluation. - Including a "Sample Usage" section with a basic Python code snippet using the
transformerslibrary, which will greatly enhance the model's usability for inference.
The existing link to the arXiv paper is maintained as per instructions, and other content remains unchanged.