NonMatchingSplitsSizesError
Hi!
I would like to use this dataset but I have the following error in the train split (the test split works properly):
NonMatchingSplitsSizesError: [{'expected': SplitInfo(name='train', num_bytes=82649695458, num_examples=597433111, shard_lengths=None, dataset_name=None), 'recorded': SplitInfo(name='train', num_bytes=3358310095, num_examples=24898932, shard_lengths=[3618991, 3713991, 4028990, 3501990, 3669990, 3713990, 2650990], dataset_name='spanish-tweets-small')}]
Can you help me?
yovigi
Hi @yovigi , thanks for your interest in the dataset.
It seems that it is a bug related to datasets
. I've just filed an issue to solve this.
In the meanwhile, try downgrade datasets
to 2.10.0
. I tested it in this notebook and it's working.
Let me know if you have any other question,
Best,
Juan