Datasets:
Fix number of samples in README.
#5
by
starride-teklia
- opened
The number of samples in each split is incorrect in the README. This results in the following error when loading the dataset:
datasets.utils.info_utils.NonMatchingSplitsSizesError: [{'expected': SplitInfo(name='test', num_bytes=0, num_examples=2240, shard_lengths=None, dataset_name=None), 'recorded': SplitInfo(name='test', num_bytes=121453460, num_examples=2241, shard_lengths=None, dataset_name='himanis-line')}]
yschneider
changed pull request status to
merged