Enhance model card with metadata, paper, code, and usage
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for the RLVER model.
It updates the model card to be more informative and discoverable by:
- Adding
pipeline_tag: text-generationandlibrary_name: transformersto the metadata, enabling the "Use in Transformers" widget and improving searchability on the Hub. - Including the paper's abstract for quick understanding of the model's purpose and contributions.
- Providing explicit links and badges to the official Hugging Face paper page, the arXiv paper, and the GitHub repository.
- Incorporating key visuals (framework overview, main results) directly from the GitHub repository to illustrate the model.
- Adding detailed instructions for environment setup, data handling, training, and evaluation, copied from the official GitHub README.
- Providing a clear Python usage example using the
transformerslibrary, demonstrating how to load and perform inference with the model using its chat template.
This comprehensive update aims to make the model card a central and valuable resource for users and researchers.