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

Correctly pass gen_kwarg to eval during model runs #5451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aliencaocao
Copy link
Contributor

@aliencaocao aliencaocao commented Sep 16, 2024

What does this PR do?

Fixes #5444

The current impl disregards whatever user might have set in the yaml config during evaluations that happen during training (as specified by user e.g. every 100 step eval once)
Instead, it is only applied correctly at the final eval after training is done.
This should not be the case as that would make any intermediate eval results inaccurate.

Before submitting

@aliencaocao
Copy link
Contributor Author

Hi @hiyouga mind reviewing this PR?

@hiyouga hiyouga added the pending This problem is yet to be addressed label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending This problem is yet to be addressed
Projects
None yet
2 participants