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

Add warning about pretrain preprocessing #1618

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Add warning about pretrain preprocessing #1618

merged 2 commits into from
Jul 23, 2024

Conversation

rasbt
Copy link
Collaborator

@rasbt rasbt commented Jul 23, 2024

For efficiency purposes, litgpt pretrain skips the expensive dataset preprocessing if it is run a second time on the same dataset folder. However, users may have changed the input text files since the last time they ran the command, which could cause issues. So in this case, there is now a warning about the skipped preprocessing and a note about how to trigger reprocessing.

Fixes #1450

@rasbt rasbt merged commit ccc0d0a into main Jul 23, 2024
9 checks passed
@rasbt rasbt deleted the pretrain-preprocessing branch July 23, 2024 17:00
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.

Using custom data for Continue pretraining an LLM
1 participant