Gregor Betz commited on
Commit
fb032a1
1 Parent(s): 3492d50

with Delta

Browse files
Files changed (1) hide show
  1. 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