allenai / reward-bench

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

Update pip Installation Command #126

Closed Haoxiang-Wang closed 6 months ago

Haoxiang-Wang commented 6 months 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/