Improve model card: Update pipeline tag, add library name, paper, project & code links
#2
by nielsr HF Staff - opened
This PR enhances the model card for rlvr_apertus-8b-grpo-gsm8k by:
- Updating the
pipeline_tagfromreinforcement-learningtotext-generationto reflect the model's primary function, and movingreinforcement-learninginto the generaltagslist. - Adding
library_name: transformersto enable the interactive inference widget, as the model is compatible with thetransformerslibrary (based on theconfig.jsonof the base model indicatingLlamaForCausalLMarchitecture). - Adding direct links to the official Hugging Face paper page, the project page, and the GitHub repository for easier access to relevant information.
These changes improve the model's discoverability and provide users with clearer and more comprehensive information.
ABaroian changed pull request status to merged