Unverified Commit 948e7419 authored by GUIJIN SON's avatar GUIJIN SON Committed by GitHub
Browse files

Update haerae.py

parent ca830da5
......@@ -24,7 +24,7 @@ class Haerae(MultipleChoiceTask):
out_doc = {
"query": doc["query"],
"choices": choices,
"gold": int(doc['gold']),
"gold": int(doc['gold'])-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