Commit 81122e3d authored by Leo Gao's avatar Leo Gao
Browse files

Update version and testdata for DROP

parent 5dbeba0d
......@@ -17,7 +17,7 @@ https://github.com/allenai/allennlp-reading-comprehension/blob/master/allennlp_r
_ARTICLES = re.compile(r"\b(a|an|the)\b", re.UNICODE)
class DROP(Task):
VERSION = 0
VERSION = 1
DATASET_PATH = Path("data/drop")
def download(self):
......
a670f911ab2999d72db15f534b22703d19e7837edbda4f9f199ad587f7aae6b2
\ No newline at end of file
{"results": {"drop": {"em": 0.0, "em_stderr": 0.0, "f1": 0.0, "f1_stderr": 0.0}}, "versions": {"drop": 1}}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment