Spaces:
Running
Running
Commit
·
1089af2
1
Parent(s):
75fed94
clean looks
Browse files- leaderboard/md.py +1 -3
leaderboard/md.py
CHANGED
@@ -102,9 +102,7 @@ For more details, see the [dataset](https://huggingface.co/datasets/allenai/rewa
|
|
102 |
pacific_tz = pytz.timezone("America/Los_Angeles")
|
103 |
current_time = datetime.now(pacific_tz).strftime("%H:%M %Z, %d %b %Y")
|
104 |
|
105 |
-
TOP_TEXT = """# RewardBench: Evaluating Reward Models
|
106 |
-
### Evaluating the capabilities, safety, and pitfalls of reward models
|
107 |
-
"""
|
108 |
|
109 |
CAPTION_V2 = f"""The *new version* of RewardBench that is based on unseen human data and designed to be substantially more difficult!
|
110 |
|
|
|
102 |
pacific_tz = pytz.timezone("America/Los_Angeles")
|
103 |
current_time = datetime.now(pacific_tz).strftime("%H:%M %Z, %d %b %Y")
|
104 |
|
105 |
+
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 |
|