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

Expose a few model predictions / gold answers in the logs #164

Open
lewtun opened this issue Apr 21, 2024 · 1 comment
Open

Expose a few model predictions / gold answers in the logs #164

lewtun opened this issue Apr 21, 2024 · 1 comment

Comments

@lewtun
Copy link
Member

lewtun commented Apr 21, 2024

For generative benchmarks like MATH / GSM8k / IFEval, it would be great to have some visibility in the logs on how the prompts are formatted, what the generations look like, what the gold answer is etc.

Currently, the best approach I've found is to first run the benchmark with --max_samples and then manually inspect the details Parquet file. However this is rather cumbersome, especially when launching many evals in parallel :)

Perhaps we can store the first N examples in the logs?

@NathanHB
Copy link
Member

aren't the details also stored in json format ? that would make it easier for you to inspect them.
otherwise, good idea to log out the first element of each task.

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