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

Fix type hint #109

Closed PavelCz closed 7 months ago

PavelCz commented 7 months ago

I noticed an incorrect type hint in utils.py.

While using this repo I also added some missing doc comments to help me understand the code. Maybe they will be useful to others as well.