Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -22,7 +22,7 @@ EXPLANATION = """
|
|
22 |
EXPLANATION_EDACC = """
|
23 |
## EdAcc: Evaluating ASR Models Across Global English Accents
|
24 |
|
25 |
-
The Edinburgh International Accents of English Corpus (EdAcc) features over 40 distinct English accents from both native (L1) and non-native (L2) speakers. This evaluation helps you:
|
26 |
|
27 |
* **Compare Gender Performance**: Analyze how models perform across male and female speakers
|
28 |
* **Evaluate Regional Robustness**: Test model accuracy across European, Asian, African, and American accents
|
@@ -37,7 +37,7 @@ EXPLANATION_EDACC = """
|
|
37 |
EXPLANATION_AFRI = """
|
38 |
## AfriSpeech: Testing ASR Robustness on African English Accents
|
39 |
|
40 |
-
The AfriSpeech Out-of-Distribution (OOD) test set features 20 distinct African English accents not present in common training data. This benchmark:
|
41 |
|
42 |
* **Challenges Model Generalization**: Tests performance on truly underrepresented accents
|
43 |
* **Reveals Robustness Gaps**: Highlights limitations in current ASR systems
|
|
|
22 |
EXPLANATION_EDACC = """
|
23 |
## EdAcc: Evaluating ASR Models Across Global English Accents
|
24 |
|
25 |
+
The [Edinburgh International Accents of English Corpus (EdAcc)](https://huggingface.co/datasets/edinburghcstr/edacc) features over 40 distinct English accents from both native (L1) and non-native (L2) speakers. This evaluation helps you:
|
26 |
|
27 |
* **Compare Gender Performance**: Analyze how models perform across male and female speakers
|
28 |
* **Evaluate Regional Robustness**: Test model accuracy across European, Asian, African, and American accents
|
|
|
37 |
EXPLANATION_AFRI = """
|
38 |
## AfriSpeech: Testing ASR Robustness on African English Accents
|
39 |
|
40 |
+
The [AfriSpeech](https://huggingface.co/datasets/intronhealth/afrispeech-200) Out-of-Distribution (OOD) test set features 20 distinct African English accents not present in common training data. This benchmark:
|
41 |
|
42 |
* **Challenges Model Generalization**: Tests performance on truly underrepresented accents
|
43 |
* **Reveals Robustness Gaps**: Highlights limitations in current ASR systems
|