Closed msakarvadia closed 5 months ago
train one model on only noise (this is your task vector)
train one model on clean+noise (model w/ memorization)
to mitigate memorization subtract your task vector from model w/ memorization
Maybe invent my own technique which is a mix between greedy iterative pruning and OBS:
This current repo has all of the weight-level methods we are going to support for now.
train one model on only noise (this is your task vector)
train one model on clean+noise (model w/ memorization)
to mitigate memorization subtract your task vector from model w/ memorization
Maybe invent my own technique which is a mix between greedy iterative pruning and OBS: