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

How to log model response? #84

Open
TundeAtSN opened this issue Feb 21, 2025 · 3 comments
Open

How to log model response? #84

TundeAtSN opened this issue Feb 21, 2025 · 3 comments

Comments

@TundeAtSN
Copy link

Hello,

For tasks outside of LM Eval Harness, how do I get the model's generated responses?

@neginraoof
Copy link
Collaborator

This is currently a work in progress to log generated responses. cc @esfrankel
Would you please let us know if you are asking about any specific benchmarks?

@TundeAtSN
Copy link
Author

I'm primarily interested in coding and math tasks.

I took a closer look and it seems like the convention is for the model outputs to be written to a temporary file which is then cleaned up once metrics are computed. For now, I copy over the output file before the cleanup is performed.

@neginraoof
Copy link
Collaborator

Sounds good. For AIME, AMC, MATH500, LCB, and GPQADiamond, the output file is not temporary. We will send you an update once our unified logging is ready.

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