Add `library_name` metadata, improve top links, and update citation URL
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
library_name: transformersto the metadata. This is supported by theUsagesection's code snippet (from transformers import AutoModelForCausalLM, AutoTokenizer) andconfig.json("transformers_version": "4.51.0"), enabling the automated "How to use" widget on the Hugging Face Hub. - Improving the top section of the model card to include direct links to the paper (P1: Mastering Physics Olympiads with Reinforcement Learning) and the GitHub repository (https://github.com/PRIME-RL/P1), alongside the existing project page and leaderboard links, for better visibility and discoverability.
- Updating the
urlin theCitationsection to point to the official Hugging Face paper page, ensuring the reference is accurate and directly accessible.