Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Gregor Betz
commited on
Commit
•
3492d50
1
Parent(s):
2d9b08c
no delta
Browse files- src/display/about.py +2 -2
src/display/about.py
CHANGED
@@ -13,8 +13,8 @@ class Task:
|
|
13 |
# Init: to update with your specific keys
|
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("logiqa", "delta_abs", "LogiQA
|
17 |
-
task1 = Task("logiqa2", "delta_abs", "LogiQA2
|
18 |
|
19 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
20 |
|
|
|
13 |
# Init: to update with your specific keys
|
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("logiqa", "delta_abs", "LogiQA")
|
17 |
+
task1 = Task("logiqa2", "delta_abs", "LogiQA2")
|
18 |
|
19 |
#METRICS = list(set([task.value.metric for task in Tasks]))
|
20 |
|