simpleoier commited on
Commit
e885ab4
1 Parent(s): a6144a9

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +3 -3
src/display/about.py CHANGED
@@ -11,9 +11,9 @@ 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("asr_eval1", "EN_LibriSpeech", "EN_LibriSpeech WER")
15
- task1 = Task("asr_eval2", "ML_SUPERB", "ML_SUPERB WER")
16
- task2 = Task("asr_eval3", "Bitrate", "Bitrate Eval")
17
 
18
 
19
  # Your leaderboard name
 
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("asr_eval1", "EN_LibriSpeech", "EN_LibriSpeech CER")
15
+ task1 = Task("asr_eval2", "ML_SUPERB", "ML_SUPERB CER")
16
+ task2 = Task("asr_eval3", "Bitrate", "Bitrate")
17
 
18
 
19
  # Your leaderboard name