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
The MTFDataset class take documents as arguments, but didn't use it(except in assert statement).
I think documents is train/valid/test split index, is it ok to ignore documents?
The text was updated successfully, but these errors were encountered:
https://github.com/bigscience-workshop/Megatron-DeepSpeed/blob/main/megatron/data/mtf_dataset.py#L34
The MTFDataset class take
documents
as arguments, but didn't use it(except in assert statement).I think
documents
is train/valid/test split index, is it ok to ignoredocuments
?The text was updated successfully, but these errors were encountered: