Spaces:
Runtime error
Runtime error
Commit
·
98de753
1
Parent(s):
f92b60b
Comment out task1 in the Tasks enum for clarity
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -14,7 +14,7 @@ class Task:
|
|
14 |
class Tasks(Enum):
|
15 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
16 |
task0 = Task("anli_r1", "acc", "ANLI")
|
17 |
-
task1 = Task("logiqa", "acc_norm", "LogiQA")
|
18 |
|
19 |
|
20 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
14 |
class Tasks(Enum):
|
15 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
16 |
task0 = Task("anli_r1", "acc", "ANLI")
|
17 |
+
# task1 = Task("logiqa", "acc_norm", "LogiQA")
|
18 |
|
19 |
|
20 |
NUM_FEWSHOT = 0 # Change with your few shot
|