"vscode:/vscode.git/clone" did not exist on "5a0bc33e6c7657f8083fbbcc437ceeef38ef4b78"
Commit c256eda8 authored by h-albert-lee's avatar h-albert-lee
Browse files

Debugging

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