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

set save_steps to 5 by default #150

Merged
merged 3 commits into from
Aug 1, 2023
Merged

set save_steps to 5 by default #150

merged 3 commits into from
Aug 1, 2023

Conversation

samos123
Copy link
Contributor

The HuggingFace transformer.TrainingArguments uses a default value of 500, however that doesn't make sense for our k8s dataset which only uses 71 steps. So we should set a smaller save_steps value in our examples.

This also helps with users understanding how to override specific parameters.

The HuggingFace transformer.TrainingArguments uses a default value of
500, however that doesn't make sense for our dataset which only uses 71
steps. So we should set a smaller save_steps value in our examples.

This also helps with users understanding how to override specific
parameters.
Copy link
Contributor

@brandonjbjelland brandonjbjelland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion but LGTM otherwise

Co-authored-by: Brandon J. Bjelland <brandon@atscale.run>
@samos123
Copy link
Contributor Author

added your suggestion and will merge if CI passes

@samos123 samos123 merged commit 20b755f into main Aug 1, 2023
2 checks passed
@samos123 samos123 deleted the add-smaller-save-steps branch August 1, 2023 04:39
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.

None yet

2 participants