Improve model card for RLVER: Add metadata, links, abstract, and usage
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for the RLVER model by:
- Adding
pipeline_tag: text-generationandlibrary_name: transformersto the metadata for better discoverability and integration. - Including the paper's abstract for a comprehensive description.
- Providing links to the Hugging Face paper page, the arXiv paper, and the official GitHub repository.
- Adding a practical Python usage example for text generation using the
transformerslibrary. - Including the BibTeX citation for the paper.