Update loading script
Browse files- qangaroo.py +1 -1
qangaroo.py
CHANGED
@@ -32,7 +32,7 @@ _WIKIHOP_DESCRIPTION = """\
|
|
32 |
The correct answer has to be inferred by combining information from a chain of reactions of drugs and proteins.
|
33 |
"""
|
34 |
|
35 |
-
_URL = "
|
36 |
|
37 |
|
38 |
class QangarooConfig(datasets.BuilderConfig):
|
|
|
32 |
The correct answer has to be inferred by combining information from a chain of reactions of drugs and proteins.
|
33 |
"""
|
34 |
|
35 |
+
_URL = "qangaroo_v1.1.zip"
|
36 |
|
37 |
|
38 |
class QangarooConfig(datasets.BuilderConfig):
|