Spaces:
Running
Running
[email protected]
commited on
Commit
·
0fb3f68
1
Parent(s):
2012525
update
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -12,8 +12,8 @@ class Task:
|
|
12 |
# ---------------------------------------------------
|
13 |
class Tasks(Enum):
|
14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
15 |
-
task0 = Task("
|
16 |
-
task1 = Task("
|
17 |
# task1 = Task("logiqa", "acc_norm", "LogiQA")
|
18 |
|
19 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
12 |
# ---------------------------------------------------
|
13 |
class Tasks(Enum):
|
14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
15 |
+
task0 = Task("failuresensor_mcqa_sel", "acc_sel", "Acc_Sel")
|
16 |
+
task1 = Task("failuresensor_mcqa_el", "acc_el", "Acc_Elim")
|
17 |
# task1 = Task("logiqa", "acc_norm", "LogiQA")
|
18 |
|
19 |
NUM_FEWSHOT = 0 # Change with your few shot
|