clementruhm commited on
Commit
4599dce
Β·
1 Parent(s): 57d19eb

leaderboard_data: add legend for ReDimNet SECS evaluation

Browse files
Files changed (1) hide show
  1. leaderboard_data.py +2 -0
leaderboard_data.py CHANGED
@@ -30,11 +30,13 @@ def make_pretty(df: pd.DataFrame) -> pd.DataFrame:
30
  "aesthetics_complexity": "Complexity, ↑",
31
  "aesthetics_quality": "Quality, ↑",
32
  "ecapa_secs": "ECAPA SECS, ↑",
 
33
  }
34
  description_map = {
35
  "whisperv3_cer": "Character Error Rate in %, measured with [WhisperV3](https://huggingface.co/openai/whisper-large-v3-turbo)",
36
  "utmos_mos": "Mean Opinion Score, showing how natural the speech is, measured with [UMTOS](https://huggingface.co/balacoon/utmos).",
37
  "ecapa_secs": "Speaker Embedding Cosine Similarity between reference audio and generated speech, measured with [ECAPA](https://huggingface.co/balacoon/ecapa).",
 
38
  }
39
  # compose a description for columns
40
  description = ""
 
30
  "aesthetics_complexity": "Complexity, ↑",
31
  "aesthetics_quality": "Quality, ↑",
32
  "ecapa_secs": "ECAPA SECS, ↑",
33
+ "redimnet_secs": "ReDimNet SECS ↑"
34
  }
35
  description_map = {
36
  "whisperv3_cer": "Character Error Rate in %, measured with [WhisperV3](https://huggingface.co/openai/whisper-large-v3-turbo)",
37
  "utmos_mos": "Mean Opinion Score, showing how natural the speech is, measured with [UMTOS](https://huggingface.co/balacoon/utmos).",
38
  "ecapa_secs": "Speaker Embedding Cosine Similarity between reference audio and generated speech, measured with [ECAPA](https://huggingface.co/balacoon/ecapa).",
39
+ "redimnet_secs": "Speaker Embedding Cosine Similarity between reference audio and generated speech, measured with [ReDimNet](https://github.com/IDRnD/redimnet).",
40
  }
41
  # compose a description for columns
42
  description = ""