"configs/datasets/MathBench/mathbench_agent_gen_568903.py" did not exist on "9eb5cadcacaf3dd2e8fc0610eb8c94bd6d111287"
Commit fb176b57 authored by Leo Gao's avatar Leo Gao
Browse files

Fix typo

parent 011a0b0c
......@@ -41,7 +41,7 @@ class BoolQ(HFTask):
return [
{
"submetric": "acc",
"value": acc
"value": acc,
"higher_is_better": True,
"aggregation": mean
}
......
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