-
Notifications
You must be signed in to change notification settings - Fork 87
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 sequence packing for lm-eval-harness #850
Conversation
scripts/gcs_bulk_delete.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this intended to be part of the PR? Just checking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nah, but i don't care enough to take it out :-)
Curious whether we know the rough ratio of padding:non padding tokens with this packing strategy? |
Co-authored-by: Nikil Ravi <[email protected]>
It's about 90% real tokens (as opposed to ~90% padding before) |
Speedup was less than I hoped, but I think that can be improved with better packing strategies (and also removing some batching overhead. the bottleneck is now data loading??)