Commit 76b08133 authored by Charles Foster's avatar Charles Foster
Browse files

Clarified that SQuaD does not include a test set.

parent 5c58b267
......@@ -14,6 +14,9 @@ class SQuAD(HFTask):
def has_validation_docs(self):
return True
def has_test_docs(self):
return False
def training_docs(self):
if self.has_training_docs():
return self.data["train"]
......
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