Unverified Commit 21d527d4 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Add space before target

parent 63e32f9c
......@@ -449,7 +449,7 @@ class SGWinogradSchemaChallenge(HFTask):
return text
def doc_to_target(self, doc):
return yesno(doc['label'])
return " " + yesno(doc['label'])
def construct_requests(self, doc, ctx):
......
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