Error when generating train split

#5
by yzhanglp - opened

NonMatchingSplitsSizesError:
'expected': SplitInfo(name='train', num_bytes=52199025303, num_examples=34960700, shard_lengths=None, dataset_name=None)
'recorded': SplitInfo(name='train', num_bytes=51926958299, num_examples=34900700

This should have been fixed with #11.

Could you please retry?

If not, then you should update your installed datasets:

pip install -U datasets
albertvillanova changed discussion status to closed

Sign up or log in to comment