"vscode:/vscode.git/clone" did not exist on "14932e8de36c09c247504f9335110ce6ca0ce502"
Commit 23a6ee7f authored by cjlovering's avatar cjlovering
Browse files

Changing stopping criteria for coqa

parent 0b8cb8b9
...@@ -91,7 +91,7 @@ class CoQA(PromptSourceTask): ...@@ -91,7 +91,7 @@ class CoQA(PromptSourceTask):
} }
def stopping_criteria(self): def stopping_criteria(self):
return "\nQ:" return "\n\n"
# def construct_requests(self, doc, ctx): # def construct_requests(self, doc, ctx):
# """Uses RequestFactory to construct Requests and returns an iterable of # """Uses RequestFactory to construct Requests and returns an iterable of
......
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