Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +6 -2
src/about.py
CHANGED
@@ -12,8 +12,12 @@ 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("anli_r1", "acc", "ANLI")
|
16 |
-
task1 = Task("logiqa", "acc_norm", "LogiQA")
|
|
|
|
|
|
|
|
|
17 |
|
18 |
NUM_FEWSHOT = 0 # Change with your few shot
|
19 |
# ---------------------------------------------------
|
|
|
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("anli_r1", "acc", "ANLI")
|
16 |
+
#task1 = Task("logiqa", "acc_norm", "LogiQA")
|
17 |
+
task0 = Task("kobest_bq", "acc", "kobest_bq")
|
18 |
+
task0 = Task("kobest_cp", "acc", "kobest_cp")
|
19 |
+
task0 = Task("kobest_hs", "acc", "kobest_hs")
|
20 |
+
task0 = Task("kobest_sn", "acc", "kobest_sn")
|
21 |
|
22 |
NUM_FEWSHOT = 0 # Change with your few shot
|
23 |
# ---------------------------------------------------
|