-
Notifications
You must be signed in to change notification settings - Fork 36
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
Errors around Datalabs #449
Comments
I will take a look |
Hi, @odashi could you check along following steps: (1) check the version of datalabs first: (2) check if the dataset from from datalabs import load_dataset
dataset = load_dataset("ape") If yes, I think (3) should work. (3) python -m unittest integration_tests.argument_pair_extraction_test.ArgumentPairExtractionTest |
@pfliu-nlp Thanks, it looks the tests now works as expected. Let me close this issue.
It seems to cause a versioning problem (also discussed in #403): ExplainaBoard cannot add datalab-specific tasks without upgrading the library and code. Since you are leading Datalab, I think you may also need to introduce some version agnostic way to manage supported tasks in that library. |
this is a good question. I have created an issue and will think about it. |
Encountered following test errors just a minutes ago. @pfliu-nlp
The text was updated successfully, but these errors were encountered: