How to prevent too many checkpoints with run_clm.py?

You can use save_total_limit as an argument. Note that this will just delete older checkpoints, not necessarily the worst ones!

1 Like