Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
be7e092
1
Parent(s):
136dad6
update
Browse files- src/backend/envs.py +1 -1
src/backend/envs.py
CHANGED
@@ -24,7 +24,7 @@ class Tasks(Enum):
|
|
24 |
task1 = Task("triviaqa", "em", "TriviaQA", 64) # 64, as in the ATLAS paper
|
25 |
# TruthfulQA is intended as a zero-shot benchmark [5, 47]. https://owainevans.github.io/pdfs/truthfulQA_lin_evans.pdf
|
26 |
|
27 |
-
|
28 |
task3 = Task("truthfulqa_mc1", "acc", "TruthfulQA MC1", 0)
|
29 |
task4 = Task("truthfulqa_mc2", "acc", "TruthfulQA MC2", 0)
|
30 |
|
|
|
24 |
task1 = Task("triviaqa", "em", "TriviaQA", 64) # 64, as in the ATLAS paper
|
25 |
# TruthfulQA is intended as a zero-shot benchmark [5, 47]. https://owainevans.github.io/pdfs/truthfulQA_lin_evans.pdf
|
26 |
|
27 |
+
task2 = Task("truthfulqa_gen", "rougeL_acc", "TruthfulQA Gen", 0)
|
28 |
task3 = Task("truthfulqa_mc1", "acc", "TruthfulQA MC1", 0)
|
29 |
task4 = Task("truthfulqa_mc2", "acc", "TruthfulQA MC2", 0)
|
30 |
|