Update README.md
Browse files
README.md
CHANGED
@@ -29,16 +29,16 @@ model-index:
|
|
29 |
args: ur
|
30 |
metrics:
|
31 |
- type: wer
|
32 |
-
value: 26.
|
33 |
name: WER
|
34 |
- type: cer
|
35 |
-
value:
|
36 |
name: CER
|
37 |
- type: bleu
|
38 |
-
value:
|
39 |
name: BLEU
|
40 |
- type: chrf
|
41 |
-
value:
|
42 |
name: ChrF
|
43 |
language:
|
44 |
- ur
|
@@ -119,10 +119,10 @@ Urdu ASR Evaluation on Common Voice 17.0 (Test Split).
|
|
119 |
|
120 |
| Metric | Value | Description |
|
121 |
|--------|----------|------------------------------------|
|
122 |
-
| **WER** | 26.
|
123 |
-
| **CER** |
|
124 |
-
| **BLEU** |
|
125 |
-
| **ChrF** |
|
126 |
|
127 |
-
>👉 Review the testing script: [Testing Whisper Large V3 Urdu](https://www.kaggle.com/code/kingabzpro/testing-urdu-
|
128 |
|
|
|
29 |
args: ur
|
30 |
metrics:
|
31 |
- type: wer
|
32 |
+
value: 26.019
|
33 |
name: WER
|
34 |
- type: cer
|
35 |
+
value: 9.426
|
36 |
name: CER
|
37 |
- type: bleu
|
38 |
+
value: 59.446
|
39 |
name: BLEU
|
40 |
- type: chrf
|
41 |
+
value: 82.902
|
42 |
name: ChrF
|
43 |
language:
|
44 |
- ur
|
|
|
119 |
|
120 |
| Metric | Value | Description |
|
121 |
|--------|----------|------------------------------------|
|
122 |
+
| **WER** | 26.019% | Word Error Rate (lower is better) |
|
123 |
+
| **CER** | 9.426% | Character Error Rate |
|
124 |
+
| **BLEU** | 59.446% | BLEU Score (higher is better) |
|
125 |
+
| **ChrF** | 82.902 | Character n-gram F-score |
|
126 |
|
127 |
+
>👉 Review the testing script: [Testing Whisper Large V3 Urdu](https://www.kaggle.com/code/kingabzpro/testing-urdu-whisper-large-v3)
|
128 |
|