Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Gregor Betz
commited on
Commit
•
a1d6dff
1
Parent(s):
058c3b1
task names
Browse files- src/display/about.py +3 -3
src/display/about.py
CHANGED
@@ -13,9 +13,9 @@ class Tasks(Enum):
|
|
13 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
14 |
task0 = Task("logiqa", "delta_abs", "LogiQA Δ")
|
15 |
task1 = Task("logiqa2", "delta_abs", "LogiQA2 Δ")
|
16 |
-
task2 = Task("lsat-ar", "delta_abs", "
|
17 |
-
task3 = Task("lsat-lr", "delta_abs", "
|
18 |
-
task4 = Task("lsat-rc", "delta_abs", "
|
19 |
|
20 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
21 |
|
|
|
13 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
14 |
task0 = Task("logiqa", "delta_abs", "LogiQA Δ")
|
15 |
task1 = Task("logiqa2", "delta_abs", "LogiQA2 Δ")
|
16 |
+
task2 = Task("lsat-ar", "delta_abs", "LSAT-ar Δ")
|
17 |
+
task3 = Task("lsat-lr", "delta_abs", "LSAT-lr Δ")
|
18 |
+
task4 = Task("lsat-rc", "delta_abs", "LSAT-rc Δ")
|
19 |
|
20 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
21 |
|