-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix bugs in msr_sqa dataset #3715
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
Conversation
|
It shows below when I run test: FAILED tests/test_dataset_common.py::LocalDatasetTest::test_load_dataset_all_configs_msr_sqa - ValueError: Unknown split "validation". Should be one of ['train', 'test']. It make no sense for me😂. |
|
@albertvillanova Does this PR has some additional fixes compared to #3771 or we can close it? |
|
@mariosasko besides the fix of the DuplicatedKeysError, this PR:
We should decide whether validating these additional changes.
|
|
Hi guys, anything we can do to fix that bug👀? @mariosasko @albertvillanova @lhoestq |
|
The documentation is not available anymore as the PR was closed or merged. |
albertvillanova
left a comment
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.
@Timothyxxx, thanks for your contribution fixing the bugs. And sorry for the late response.
The last version has many problems,
I fix it refer to https://github.com/HKUNLP/UnifiedSKG. And we test it to perform normally.