-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Use full released xsum dataset #754
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating xsum to get the IDS ! Also it looks like it also includes samples that were missing.
I left a few comments that should help you make the CI pass.
Moreover could you increase the dataset VERSION
field ?
And remove the SUPPORTED_VERSIONS
one that is not supported anyways.
@lhoestq I took a shot at addressing your comments but the build scripts seem to be complaining about not being able to open dummy files. How do I resolve those errors without copying the full dataset into the dummy dir? |
Could you check that the names of the dummy data files are right ?
to print the expected file names |
Ok @lhoestq looks like I got the tests to pass :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thank you !
#672 Fix xsum to expand coverage and include IDs
Code based on parser from older version of
datasets/xsum/xsum.py
@lhoestq