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

Draft: possible way of adding validation loop to training script #245

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jetjodh
Copy link

@jetjodh jetjodh commented Jan 28, 2025

I wanted a validation loop by the way of creating a split from training data by withholding some percent of training data and using it to validate current model training by calculating loss on the holdout data every n steps defined in config. This is a quick and dirty try to implement this mechanism without changing much of the codebase.
I would like some pointers if my current way is sound or there is a much better way (probably is), and how I should go about it.

@jetjodh
Copy link
Author

jetjodh commented Jan 28, 2025

@jaretburkett a quick review?

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

Successfully merging this pull request may close these issues.

1 participant