Commit d51f3e7f authored by Charles Foster's avatar Charles Foster
Browse files

Small typos

parent 9291edaa
......@@ -20,9 +20,8 @@ class NaturalQs(HFTask):
def training_docs(self):
# Cache training for faster few-shot.
# Data is too large to fit in memory.
self.data["train"])
return self.data["train"])
return self.data["train"]
def doc_to_text(self, doc, include_target=True):
question = doc['question']['text']
......
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