Commit 23a6ee7f authored by cjlovering's avatar cjlovering
Browse files

Changing stopping criteria for coqa

parent 0b8cb8b9
......@@ -91,7 +91,7 @@ class CoQA(PromptSourceTask):
}
def stopping_criteria(self):
return "\nQ:"
return "\n\n"
# def construct_requests(self, doc, ctx):
# """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