Gregor Betz commited on
Commit
058c3b1
1 Parent(s): 3d5ec49
Files changed (1) hide show
  1. src/display/about.py +3 -2
src/display/about.py CHANGED
@@ -13,13 +13,14 @@ 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
 
17
  #METRICS = list(set([task.value.metric for task in Tasks]))
18
 
19
 
20
 
21
-
22
-
23
  # Your leaderboard name
24
  TITLE = """<h1 align="center" id="space-title"><code>/\/</code> &nbsp; Open CoT Leaderboard</h1>"""
25
 
 
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", "LogiQA2 Δ")
17
+ task3 = Task("lsat-lr", "delta_abs", "LogiQA2 Δ")
18
+ task4 = Task("lsat-rc", "delta_abs", "LogiQA2 Δ")
19
 
20
  #METRICS = list(set([task.value.metric for task in Tasks]))
21
 
22
 
23
 
 
 
24
  # Your leaderboard name
25
  TITLE = """<h1 align="center" id="space-title"><code>/\/</code> &nbsp; Open CoT Leaderboard</h1>"""
26