malhajar commited on
Commit
caec8fc
1 Parent(s): 7bfa588

Try'ng w'th other dataset

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -2
src/display/about.py CHANGED
@@ -11,8 +11,8 @@ class Task:
11
  # Init: to update with your specific keys
12
  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("task_name1", "metric_name", "First task")
15
- task1 = Task("task_name2", "metric_name", "Second task")
16
 
17
  # Your leaderboard name
18
  TITLE = """<h1 align="center" id="space-title">OpenLLM Turkish leaderboard</h1>"""
 
11
  # Init: to update with your specific keys
12
  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("task_name1", "metric_name", "MMLU")
15
+ task1 = Task("task_name2", "metric_name", "Human Eval")
16
 
17
  # Your leaderboard name
18
  TITLE = """<h1 align="center" id="space-title">OpenLLM Turkish leaderboard</h1>"""