Commit 520d8ce2 authored by h-albert-lee's avatar h-albert-lee
Browse files

reformatted with Black

parent 95908d8b
...@@ -13,7 +13,7 @@ def process_docs(dataset: datasets.Dataset) -> datasets.Dataset: ...@@ -13,7 +13,7 @@ def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:
out_doc = { out_doc = {
"question": instruction, "question": instruction,
"choices": ["(1)", "(2)", "(3)", "(4)"], "choices": ["(1)", "(2)", "(3)", "(4)"],
"gold": int(doc["gold"]) - 1 "gold": int(doc["gold"]) - 1,
} }
return out_doc return out_doc
......
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