Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OSCAR Esperanto #2693

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Fix OSCAR Esperanto #2693

merged 1 commit into from
Jul 21, 2021

Conversation

lhoestq
Copy link
Member

@lhoestq lhoestq commented Jul 21, 2021

The Esperanto part (original) of OSCAR has the wrong number of examples:

from datasets import load_dataset
raw_datasets = load_dataset("oscar", "unshuffled_original_eo")

raises

NonMatchingSplitsSizesError:
[{'expected': SplitInfo(name='train', num_bytes=314188336, num_examples=121171, dataset_name='oscar'),
'recorded': SplitInfo(name='train', num_bytes=314064514, num_examples=121168, dataset_name='oscar')}]

I updated the number of expected examples in dataset_infos.json

cc @sgugger

@lhoestq lhoestq merged commit cddc9f2 into master Jul 21, 2021
@lhoestq lhoestq deleted the fix-oscar-esperanto branch July 21, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant