Replies: 1 comment 1 reply
|
Hi @jefcoder , Apologies for the delay, AutoModel already supports fixed weighted sampling for datasets. However, it currently lacks is a first-class domain-mixture objective that separates:
I'm working on a PR to address these, I'll follow up here, when it's ready. Thank you |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone
I am in the late stages of pretraining on a mixture of eight datasets, aiming to minimize a weighted validation loss. I am facing two primary challenges:
Learning Rate Disparity: Large datasets continue to improve with a high LR, whereas smaller datasets require an extremely low LR to avoid regression. How can I balance these conflicting LR requirements within a single training run?
Sampling Trade-offs: Low-weight datasets show increasing validation loss when sampled at their target weight, suggesting they are being "overwritten" by larger updates. However, oversampling them slows the optimization of the overall objective. What are the best practices for managing this sampling tension?
Seeking advice from experts in large-scale multi-domain pretraining.
All reactions