Amanpreet Singh
commited on
Commit
•
1ec99fb
1
Parent(s):
b29d824
Add instructions
Browse files- bioasq_task_b.py +4 -0
bioasq_task_b.py
CHANGED
@@ -455,6 +455,10 @@ class BioasqTaskBDataset(datasets.GeneratorBasedBuilder):
|
|
455 |
)
|
456 |
)
|
457 |
|
|
|
|
|
|
|
|
|
458 |
def _info(self):
|
459 |
|
460 |
# BioASQ Task B source schema
|
|
|
455 |
)
|
456 |
)
|
457 |
|
458 |
+
@property
|
459 |
+
def manual_download_instructions(self):
|
460 |
+
return "Requires manual download. Download from http://participants-area.bioasq.org/datasets/"
|
461 |
+
|
462 |
def _info(self):
|
463 |
|
464 |
# BioASQ Task B source schema
|