Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/utils.py
Browse files- src/display/utils.py +1 -1
src/display/utils.py
CHANGED
@@ -21,7 +21,7 @@ class Tasks(Enum):
|
|
21 |
gsm8k = Task("c_gsm8k", "acc", "C-GSM8K")
|
22 |
c_sem = Task("c-sem-v2", "acc", "C-SEM")
|
23 |
mmlu = Task("cmmlu", "acc_norm", "C-MMLU")
|
24 |
-
|
25 |
|
26 |
# These classes are for user facing column names,
|
27 |
# to avoid having to change them all around the code
|
|
|
21 |
gsm8k = Task("c_gsm8k", "acc", "C-GSM8K")
|
22 |
c_sem = Task("c-sem-v2", "acc", "C-SEM")
|
23 |
mmlu = Task("cmmlu", "acc_norm", "C-MMLU")
|
24 |
+
clcc_h = Task("CLCC-H", "acc", "CLCC-H")
|
25 |
|
26 |
# These classes are for user facing column names,
|
27 |
# to avoid having to change them all around the code
|