allenai / reward-bench

RewardBench: the first evaluation tool for reward models.
https://huggingface.co/spaces/allenai/reward-bench
Apache License 2.0
277 stars 27 forks source link

Update pip Installation Command #126

Closed Haoxiang-Wang closed 1 month ago

Haoxiang-Wang commented 1 month ago

The original pip installation command in README is

pip install reward bench

which added a whitespace that leads to the installation of reward and bench packages.

This PR fixes it to

pip install rewardbench

which installs the correct version from https://pypi.org/project/rewardbench/