"vscode:/vscode.git/clone" did not exist on "4c6c750ac88b4573fd6e6690adec4aabfd1dbf8f"
Commit d51f3e7f authored by Charles Foster's avatar Charles Foster
Browse files

Small typos

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