Add `library_name` metadata and explicit paper/code links
#1
by
nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
library_name: transformersto the metadata. This ensures the model is correctly recognized as a Transformers-compatible model, enabling the automated "how to use" widget on the Hugging Face Hub. - Including direct links to the paper (P1: Mastering Physics Olympiads with Reinforcement Learning) and the GitHub repository (https://github.com/PRIME-RL/P1) in the model card's overview section for easier access and improved discoverability of related project artifacts.
These changes improve the model card's completeness and user-friendliness.