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

Try'ng w'th other dataset

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -3
src/display/about.py CHANGED
@@ -11,9 +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("MMLU_Turkish", "MMLU_Turkish", "MMLU_Turkish")
15
- task1 = Task("HellaSwag_Turkish", "HellaSwag_Turkish", "HellaSwag_Turkish")
16
-
17
 
18
  # Your leaderboard name
19
  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", "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>"""