Update src/display/about.py
Browse files- src/display/about.py +3 -4
src/display/about.py
CHANGED
@@ -13,18 +13,17 @@ 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("tts_vocoder1", "MCD", "MCD Eval")
|
15 |
task1 = Task("tts_vocoder2", "Log F0 RMSE", "Log F0 RMSE Eval")
|
16 |
-
task2 = Task("tts_vocoder3", "
|
17 |
task3 = Task("tts_vocoder4", "Bitrate", "Bitrate")
|
18 |
-
task4 = Task("tts_vocoder5", "Sample Rate", "Sample Rate")
|
19 |
task5 = Task("tts_vocoder6", "Rank", "Rank")
|
20 |
|
21 |
|
22 |
# Your leaderboard name
|
23 |
-
TITLE = """<h1 align="center" id="space-title">Discrete-based
|
24 |
|
25 |
# What does your leaderboard evaluate?
|
26 |
INTRODUCTION_TEXT = """
|
27 |
-
The leaderboard for discrete speech challenge (
|
28 |
"""
|
29 |
|
30 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
13 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
14 |
task0 = Task("tts_vocoder1", "MCD", "MCD Eval")
|
15 |
task1 = Task("tts_vocoder2", "Log F0 RMSE", "Log F0 RMSE Eval")
|
16 |
+
task2 = Task("tts_vocoder3", "MOS", "MOS Eval")
|
17 |
task3 = Task("tts_vocoder4", "Bitrate", "Bitrate")
|
|
|
18 |
task5 = Task("tts_vocoder6", "Rank", "Rank")
|
19 |
|
20 |
|
21 |
# Your leaderboard name
|
22 |
+
TITLE = """<h1 align="center" id="space-title">Discrete-based SVS Leaderboard</h1>"""
|
23 |
|
24 |
# What does your leaderboard evaluate?
|
25 |
INTRODUCTION_TEXT = """
|
26 |
+
The leaderboard for discrete speech challenge (SVS Challenge Track) at Interspeech 2024. Challenge details can be found at https://www.wavlab.org/activities/2024/Interspeech2024-Discrete-Speech-Unit-Challenge/
|
27 |
"""
|
28 |
|
29 |
# Which evaluations are you running? how can people reproduce what you have?
|