You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"runTest (main.TestDataLoader) [Check multiple choice]" is failing. This is because "choices" is always set to [] for each record in _generate_examples, even for yesno questions:
Tests for bioasq10b are failing with datasets.exceptions.DatasetGenerationError because there is no "BioASQ-training10b" folder in "BioASQ-training10b.zip" and the path "BioASQ-training10b/training10b.json" is incorrect:
…and #924 (#926)
* implemented bioasq 11b
* Normalized yesno answers and added choices to satisfy
runTest (__main__.TestDataLoader) [Check multiple choice]
Note: This test used to fail also for previous iterations of the dataset but is now satisfied.
* fixed path of training10b.json
…cience-workshop#925 and bigscience-workshop#924 (bigscience-workshop#926)
* implemented bioasq 11b
* Normalized yesno answers and added choices to satisfy
runTest (__main__.TestDataLoader) [Check multiple choice]
Note: This test used to fail also for previous iterations of the dataset but is now satisfied.
* fixed path of training10b.json
Describe the bug
"runTest (main.TestDataLoader) [Check multiple choice]" is failing. This is because "choices" is always set to [] for each record in _generate_examples, even for yesno questions:
biomedical/bigbio/hub/hub_repos/bioasq_task_b/bioasq_task_b.py
Line 791 in 5c9e606
Tests for bioasq10b are failing with datasets.exceptions.DatasetGenerationError because there is no "BioASQ-training10b" folder in "BioASQ-training10b.zip" and the path "BioASQ-training10b/training10b.json" is incorrect:
biomedical/bigbio/hub/hub_repos/bioasq_task_b/bioasq_task_b.py
Line 698 in 5c9e606
The correct path should be "training10b.json", similar to the bioasq_8b example.
Steps to reproduce the bug
Download dataset zips of task b from http://participants-area.bioasq.org/datasets/ and put them into a data_dir
Expected results
All tests pass.
Actual results
See attached test_output.txt
test_output.txt
Environment info
datasets
version: 2.20.0huggingface_hub
version: 0.23.4fsspec
version: 2024.5.0The text was updated successfully, but these errors were encountered: