Commit 5dc4692a authored by Leo Gao's avatar Leo Gao
Browse files

Fix triviaqa

parent 29c1f228
......@@ -34,7 +34,7 @@ class TriviaQA(Task):
return map(json.loads, open('data/triviaqa/triviaqa-unfiltered/unfiltered-web-train.jsonl'))
def validation_docs(self):
return map(json.loads, open('data/triviaqa/triviaqa-unfiltered/unfiltered-web-val.jsonl'))
return map(json.loads, open('data/triviaqa/triviaqa-unfiltered/unfiltered-web-dev.jsonl'))
def test_docs(self):
raise NotImplementedError()
......
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