CoolFace
Modelpublic

allenai/Llama-3.1-70B-Instruct-RM-RB2

sourceHugging Facellama3.1updated 1y agoView on Hugging Face
1likes97downloads
Model Card

Model Card for Llama-3.1-70B-Instruct-RM-RB2

<!-- Provide a quick summary of what the model is/does. -->

Llama-3.1-70B-Instruct-RM-RB2 is one of 7 sets of reward models (RMs) released with Reward Bench 2. We have released a large set of 70 total reward model checkpoints that we used to develop the benchmark and correlate it with downstream PPO / Best-of-N performance.

Models | Code | Eval. Dataset v2 | Results v2 | Paper

Model Details

The model is a standard classifier, AutoModelForSequenceClassification within the HuggingFace ecosystem, trained on binary preference data. For each model in this batch the main revision is the best model we obtained for that base model, and we include all other training data and hyperparameter combinations in the revisions for further research.

To load a model from a revision, modify the following:

python
from transformers import AutoModelForSequenceClassification
rm = AutoModelForSequenceClassification("allenai/Llama-3.1-70B-Instruct-RM-RB2", revision="2")

<!-- Provide a longer summary of what this model is. -->

RevisionTraining DataLearning RateNum EpochsRewardBench 2 ScoreFactualityPrecise IFMathSafetyFocusTies
mainCombined3e-6176.181.341.969.988.486.588.3
1Combined3e-6175.781.741.270.587.385.588.1
2Combined1e-6173.174.737.569.486.280.689.9
  • Developed by: Allen Institute for AI
  • Training code: https://github.com/allenai/open-instruct
  • Language(s) (NLP): en
  • License: Llama 3.1 Community License Agreement
  • Finetuned from model: meta-llama/Llama-3.1-8B-Instruct

License

All Llama 3.1 Tülu3 models are released under Meta's Llama 3.1 Community License Agreement. Llama 3.1 is licensed under the Llama 3.1 Community License, Copyright © Meta Platforms, Inc. Tülu3 is intended for research and educational use. For more information, please see our Responsible Use Guidelines.

The models have been fine-tuned using a dataset mix with outputs generated from third party models and are subject to additional terms: Gemma Terms of Use and Qwen License Agreement (models were improved using Qwen 2.5).

Citation

@misc{malik2025rewardbench2advancingreward,
      title={RewardBench 2: Advancing Reward Model Evaluation}, 
      author={Saumya Malik and Valentina Pyatkin and Sander Land and Jacob Morrison and Noah A. Smith and Hannaneh Hajishirzi and Nathan Lambert},
      year={2025},
      eprint={2506.01937},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2506.01937}, 
}

Model card contact: saumyam at allenai dot org