anton-l HF staff commited on
Commit
ccfdd1c
β€’
1 Parent(s): f85a0f8

Link to the Metrics Editor

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -227,5 +227,7 @@ else:
227
  )
228
 
229
  st.markdown(
230
- "Want to beat the Leaderboard? Don't see your speech recognition model show up here? Simply add the `hf-asr-leaderboard` tag to your model card alongside your evaluation metrics. See [this commit](https://huggingface.co/facebook/wav2vec2-base-960h/commit/88338305603a4d8db25aca96e669beb5f7dc65cb) as an example."
 
 
231
  )
 
227
  )
228
 
229
  st.markdown(
230
+ "Want to beat the Leaderboard? Don't see your speech recognition model show up here? "
231
+ "Simply add the `hf-asr-leaderboard` tag to your model card alongside your evaluation metrics. "
232
+ "Try our [Metrics Editor](https://huggingface.co/spaces/huggingface/speech-bench-metrics-editor) to get started!"
233
  )