Improve model card: add pipeline tag, library name, language, license, paper, and code links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Metin/LLaMA-3-8B-Math-Majority-Vote-GRPO by:
- Setting the
pipeline_tagtotext-generationfor better discoverability on the Hub. - Adding
library_name: transformersto indicate compatibility with the Hugging Face Transformers library. - Updating the
licensetoapache-2.0, as found in the associated TTRL project's GitHub repository. - Adding
trto thelanguagetags, as the model is explicitly trained on Turkish math problems. - Adding a link to the official Hugging Face paper page: TTRL: Test-Time Reinforcement Learning.
- Adding a direct link to the TTRL GitHub repository: https://github.com/PRIME-RL/TTRL.
- Updating the citation to reflect the TTRL paper.
Metin
changed pull request status to
merged