Improve model card: Add description, links, license, update pipeline tag, and sample usage

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for the "Rethinking Reward Models for Multi-Domain Test-Time Scaling" model by:

  • Updating the license to apache-2.0.
  • Changing the pipeline_tag from text-generation to text-classification, which more accurately reflects the model's function as a reward model.
  • Setting the library_name to transformers for better integration and discoverability, as the model is compatible with transformers (especially for merged versions), while retaining peft as a tag.
  • Populating the model description with details from the paper's abstract.
  • Including direct links to the paper on Hugging Face and the GitHub repository.
  • Providing a concrete Python code snippet for inference, adapted from the GitHub README's usage patterns for the merged model variant.
  • Adding relevant tags, including reward-model.
  • Populating training and evaluation details.
  • Including the BibTeX citation.

Please review and merge this PR.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment