Commit fb176b57 authored by Leo Gao's avatar Leo Gao
Browse files

Fix typo

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