wasertech commited on
Commit
ae1eed1
1 Parent(s): 5d817b3

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -1
constants.py CHANGED
@@ -114,4 +114,5 @@ The CommonVoice Test provides a Word Error Rate (WER) within a 20-point margin o
114
 
115
  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.
116
 
117
- Furthermore, it's worth noting that opting for the model with the lowest WER on CommonVoice yields only a marginal 0.28-point difference compared to selecting a model based on the lowest average WER. This illustrates the practical utility of CommonVoice as a reliable indicator for model selection, providing a cost-effective and efficient approach to finding suitable ASR models across various applications and languages."""
 
 
114
 
115
  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.
116
 
117
+ Furthermore, it's worth noting that selecting the model with the lowest WER on CommonVoice aligns with choosing a model based on the lowest average WER, highlighting its reliability as a valuable tool for efficient ASR model selection.
118
+ """