Commit 23a42067 authored by thomasw21's avatar thomasw21
Browse files

Add capital letters

parent df1fc6c3
......@@ -227,7 +227,7 @@ class MultiRC(HFTask):
@staticmethod
def format_answer(answer, label):
label_str = "yes" if label else "no"
label_str = "Yes" if label else "No"
return f"{answer}\nIs the answer correct? {label_str}"
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