Spaces:
Runtime error
Runtime error
update custom message
Browse files
app.py
CHANGED
@@ -197,15 +197,15 @@ with gr.Blocks() as demo:
|
|
197 |
gr.HTML(BANNER, elem_id="banner")
|
198 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
199 |
|
200 |
-
CUSTOM_MESSAGE = """Legend:
|
201 |
This space is a fork of the original [hf-audio/open_asr_leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard). It aims to demonstrate how the CommonVoice Test Set provides a relatively accurate approximation of the average WER/CER (Word Error Rate/Character Error Rate) at a significantly lower computational cost.
|
202 |
|
203 |
-
Why is this useful?
|
204 |
This space is invaluable because it offers a standardized test set for most languages, enabling us to programmatically select a reasonably effective model for any language supported by CommonVoice.
|
205 |
|
206 |
Model, RTF (1e-3) ⬇️, and Average WER ⬇️ were sourced from [hf-audio/open_asr_leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard) using the version from September 7, 2023.
|
207 |
|
208 |
-
Results
|
209 |
The CommonVoice Test provides a Word Error Rate (WER) within a 20-point margin of the average WER.
|
210 |
|
211 |
While not perfect, this indicates that CommonVoice can be a useful tool for quickly identifying a suitable ASR model for a wide range of languages in a programmatic manner. However, it's important to note that it is not sufficient as the sole criterion for choosing the most appropriate architecture. Further considerations may be needed depending on the specific requirements of your ASR application.
|
|
|
197 |
gr.HTML(BANNER, elem_id="banner")
|
198 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
199 |
|
200 |
+
CUSTOM_MESSAGE = """## Legend:
|
201 |
This space is a fork of the original [hf-audio/open_asr_leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard). It aims to demonstrate how the CommonVoice Test Set provides a relatively accurate approximation of the average WER/CER (Word Error Rate/Character Error Rate) at a significantly lower computational cost.
|
202 |
|
203 |
+
#### Why is this useful?
|
204 |
This space is invaluable because it offers a standardized test set for most languages, enabling us to programmatically select a reasonably effective model for any language supported by CommonVoice.
|
205 |
|
206 |
Model, RTF (1e-3) ⬇️, and Average WER ⬇️ were sourced from [hf-audio/open_asr_leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard) using the version from September 7, 2023.
|
207 |
|
208 |
+
### Results
|
209 |
The CommonVoice Test provides a Word Error Rate (WER) within a 20-point margin of the average WER.
|
210 |
|
211 |
While not perfect, this indicates that CommonVoice can be a useful tool for quickly identifying a suitable ASR model for a wide range of languages in a programmatic manner. However, it's important to note that it is not sufficient as the sole criterion for choosing the most appropriate architecture. Further considerations may be needed depending on the specific requirements of your ASR application.
|