You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[data, trainer] feat: add support for limiting samples from dataset
e.g.: For RLHFDataset, `filter_overlong_prompts` can be very
expensive and it will be good to add support to limit the sample
size before we do this when the dataset is very large.
Also add support for other kinds of datasets for unification.
0 commit comments