Improve model card: Add paper info, usage, performance, and pipeline tag
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding the
pipeline_tag: text-generationto the metadata for better discoverability on the Hugging Face Hub. - Including direct links to the paper and the GitHub repository.
- Providing a detailed model description based on the paper's abstract.
- Populating the "Intended uses & limitations" and "Training and evaluation data" sections with relevant details.
- Adding comprehensive performance tables for mathematical reasoning and general language tasks.
- Including a runnable Python code snippet for sample usage with the
transformerslibrary. - Adding the official BibTeX citation.
These updates greatly improve the clarity, completeness, and usability of the model card.