djstrong commited on
Commit
01de6a6
·
1 Parent(s): bddf3cd
Files changed (1) hide show
  1. src/about.py +0 -2
src/about.py CHANGED
@@ -12,8 +12,6 @@ class Task:
12
  # ---------------------------------------------------
13
  class Tasks(Enum):
14
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
15
- task0 = Task("anli_r1", "acc", "ANLI")
16
- task1 = Task("logiqa", "acc_norm", "LogiQA")
17
  task2 = Task("belebele_pol_Latn", "acc,none", "belebele_pol_Latn")
18
  task3 = Task("polemo2_in", "exact_match,score-first", "Polemo2-in")
19
  task4 = Task("polemo2_in_multiple_choice", "acc,none", "polemo2_in_multiple_choice")
 
12
  # ---------------------------------------------------
13
  class Tasks(Enum):
14
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
 
 
15
  task2 = Task("belebele_pol_Latn", "acc,none", "belebele_pol_Latn")
16
  task3 = Task("polemo2_in", "exact_match,score-first", "Polemo2-in")
17
  task4 = Task("polemo2_in_multiple_choice", "acc,none", "polemo2_in_multiple_choice")