Skip to content
Discussion options

You must be logged in to vote

Ok actually two more things.

  1. If your goal is minimizing a weighted sum of datasets, you're going to have a pareto frontier of solutions, and some of them are probably just going to involve the smaller datasets having their val loss going up. If your goal is "the small datasets cannot degrade", that's a different objective.
  2. You have a current checkpoint (the one where loss went up for your small datasets). Build a new dataset that has a mixture where the data is like 20% of your small datasets (the ones where loss went up), and 80% a random sample of your bigger ones. Start a training run using the previous checkpoint AND the previous optimizer states, and decay the LR linearly to zero du…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jefcoder
Comment options

Comment options

You must be logged in to vote
3 replies
@jefcoder
Comment options

@slimfrkha
Comment options

@jefcoder
Comment options

Comment options

You must be logged in to vote
2 replies
@haydn-jones
Comment options

Answer selected by jefcoder
@jefcoder
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants