Spaces:
Runtime error
Runtime error
update custom message
Browse files- constants.py +4 -2
constants.py
CHANGED
@@ -101,9 +101,11 @@ CUSTOM_MESSAGE = """## Legend:
|
|
101 |
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.
|
102 |
|
103 |
#### Why is this useful?
|
104 |
-
This
|
105 |
|
106 |
-
Model
|
|
|
|
|
107 |
|
108 |
### Results
|
109 |
The CommonVoice Test provides a Word Error Rate (WER) within a 20-point margin of the average WER.
|
|
|
101 |
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.
|
102 |
|
103 |
#### Why is this useful?
|
104 |
+
This opens way the to achieve standardized test set for most languages, enabling us to programmatically select a reasonably effective model for any language supported by CommonVoice.
|
105 |
|
106 |
+
Columns `Model`, `RTF`, 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.
|
107 |
+
|
108 |
+
Models are sorted by consistancy in there results across testset. (by increasing order of absolute delta between average WER and CommonVoice WER)
|
109 |
|
110 |
### Results
|
111 |
The CommonVoice Test provides a Word Error Rate (WER) within a 20-point margin of the average WER.
|