sanchit-gandhi HF staff commited on
Commit
aca408b
1 Parent(s): 9789f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -107,14 +107,12 @@ st.markdown(
107
  This is the leaderboard for the XTREME-S benchmark.
108
  Submitted systems are ranked by the **average score**, which is a weighted average of
109
  the mandatory test sets:
110
- \n
111
  $$
112
  \begin{gathered}
113
  0.4 *\left(100-\frac{\text{Fleurs}+\text{MLS}+\text{VP}}{3}\right)_{(\mathrm{WER})}+ \\
114
  0.4 * \text{CoVoST}-2_{(\mathrm{BLEU})}+0.2 *\left(\frac{\text{F-LID}+\text{M-14}}{2}\right)_{(\mathrm{Acc})}
115
  \end{gathered}
116
  $$
117
- \n
118
  The optional dataset of f-r5 does not contribute to the average score."""
119
  )
120
 
 
107
  This is the leaderboard for the XTREME-S benchmark.
108
  Submitted systems are ranked by the **average score**, which is a weighted average of
109
  the mandatory test sets:
 
110
  $$
111
  \begin{gathered}
112
  0.4 *\left(100-\frac{\text{Fleurs}+\text{MLS}+\text{VP}}{3}\right)_{(\mathrm{WER})}+ \\
113
  0.4 * \text{CoVoST}-2_{(\mathrm{BLEU})}+0.2 *\left(\frac{\text{F-LID}+\text{M-14}}{2}\right)_{(\mathrm{Acc})}
114
  \end{gathered}
115
  $$
 
116
  The optional dataset of f-r5 does not contribute to the average score."""
117
  )
118