saumyamalik commited on
Commit
dd9384e
·
1 Parent(s): 640136e
Files changed (1) hide show
  1. leaderboard/md.py +1 -1
leaderboard/md.py CHANGED
@@ -106,7 +106,7 @@ TOP_TEXT = """# RewardBench: Evaluating Reward Models"""
106
 
107
  CAPTION_V2 = f"""The *new version* of RewardBench that is based on unseen human data and designed to be substantially more difficult!
108
 
109
- [Code](https://github.com/allenai/reward-bench) | [Eval. Dataset v2](https://huggingface.co/datasets/allenai/reward-bench-v2) | [Results v2](https://huggingface.co/datasets/allenai/reward-bench-v2-results) | [Paper (TODO)](TODO) | Total models: {{}} | Last restart (PST): {current_time}"""
110
 
111
  CAPTION_V1 = f"""The original RewardBench -- the first reward model evaluation.
112
 
 
106
 
107
  CAPTION_V2 = f"""The *new version* of RewardBench that is based on unseen human data and designed to be substantially more difficult!
108
 
109
+ [Code](https://github.com/allenai/reward-bench) | [Eval. Dataset v2](https://huggingface.co/datasets/allenai/reward-bench-2) | [Results v2](https://huggingface.co/datasets/allenai/reward-bench-2-results) | [Paper (TODO)](TODO) | Total models: {{}} | Last restart (PST): {current_time}"""
110
 
111
  CAPTION_V1 = f"""The original RewardBench -- the first reward model evaluation.
112