Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using pairwise: False in the judge config #56

Open
danielafrimi opened this issue Dec 15, 2024 · 1 comment
Open

Error when using pairwise: False in the judge config #56

danielafrimi opened this issue Dec 15, 2024 · 1 comment

Comments

@danielafrimi
Copy link

if setting the pairwise var to False, there is 1 game. when running the show_results.py script, it assumes 2 games are played.

in the get_battles_from_row function, this cause an index out of bound game = row["games"][1]

@CodingWithTim
Copy link
Collaborator

Hi @danielafrimi, is there a reason why you are setting pairwise to False? To run Arena-Hard as recommended, it should be pairwise comparison between baseline and each model answer. To avoid positional bias, we do 2 games each game with the position of the baseline and model answer swapped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants