Loading Issue

#1
by manu - opened

Hello, thanks for the dataset !
It seems the splits (train/test) are not configured properly leading to non matching errors:

NonMatchingSplitsSizesError: [{'expected': SplitInfo(name='train', num_bytes=53767186, num_examples=120682, dataset_name='wikiner_fr'), 'recorded': SplitInfo(name='train', num_bytes=59724000, num_examples=134092, dataset_name='wikiner_fr')}, {'expected': SplitInfo(name='test', num_bytes=5956994, num_examples=13410, dataset_name='wikiner_fr'), 'recorded': SplitInfo(name='test', num_bytes=59724000, num_examples=134092, dataset_name='wikiner_fr')}]

Using ignore_verifications=True allows using the dataset but is not optimal !
Cheers!

Hello,
Thank you for letting me know! I regenerated the dataset_infos.json and it seems to be working fine now.
Let me know if this works for you as well?
Thanks,

Jean-Baptiste changed discussion status to closed

Sign up or log in to comment