Improve model card: Add tags, paper link, code, and usage example

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for the RLVER model. It includes:

  • The pipeline_tag: text-generation, enhancing discoverability on the Hub.
  • The library_name: transformers, ensuring the correct inference widget and usage instructions are displayed.
  • A direct link to the official Hugging Face paper page: RLVER: Reinforcement Learning with Verifiable Emotion Rewards for Empathetic Agents.
  • A link to the GitHub repository for the project.
  • A comprehensive description of the RLVER framework, drawing from the paper abstract and GitHub README.
  • Relevant images from the GitHub repository to visualize the framework and results.
  • A clear Python usage example using the transformers library, tailored for chat-based interaction.
  • A BibTeX entry for easy citation.

These changes make the model much more discoverable, understandable, and usable for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment