Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
23681e2
1
Parent(s):
dee2727
update
Browse files- src/display/utils.py +2 -1
src/display/utils.py
CHANGED
@@ -25,7 +25,8 @@ class Tasks(Enum):
|
|
25 |
# drop = Task("drop", "f1", "DROP")
|
26 |
nqopen = Task("nq_open", "em", "NQ Open")
|
27 |
triviaqa = Task("triviaqa", "em", "TriviaQA")
|
28 |
-
|
|
|
29 |
#truthfulqa_mc1 = Task("truthfulqa_mc1", "acc", "TruthfulQA MC1")
|
30 |
#truthfulqa_mc2 = Task("truthfulqa_mc2", "acc", "TruthfulQA MC2")
|
31 |
|
|
|
25 |
# drop = Task("drop", "f1", "DROP")
|
26 |
nqopen = Task("nq_open", "em", "NQ Open")
|
27 |
triviaqa = Task("triviaqa", "em", "TriviaQA")
|
28 |
+
truthfulqa_mc1 = Task("truthfulqa_mc1", "acc", "TruthfulQA MC1")
|
29 |
+
truthfulqa_mc2 = Task("truthfulqa_mc2", "acc", "TruthfulQA MC2")
|
30 |
#truthfulqa_mc1 = Task("truthfulqa_mc1", "acc", "TruthfulQA MC1")
|
31 |
#truthfulqa_mc2 = Task("truthfulqa_mc2", "acc", "TruthfulQA MC2")
|
32 |
|