allenai / RL4LMs

A modular RL library to fine-tune language models to human preferences
https://rl4lms.apps.allenai.org/
Apache License 2.0
2.13k stars 191 forks source link

Metric version incompatible #42

Open c-box opened 1 year ago

c-box commented 1 year ago

The latest metrics loaded from huggingface such as rouge requires rouge_score>=0.1.2, but rl4lms 0.2.1 requires rouge_score==0.0.4, which is incompatible. And will cause errors when running the example in readme file.