kingabzpro
commited on
Commit
·
c396a11
1
Parent(s):
76358ba
Update README.md
Browse files
README.md
CHANGED
@@ -23,11 +23,11 @@ model-index:
|
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
-
value:
|
27 |
-
name: Test WER # Optional. Example: Test WER
|
28 |
# Optional. Example for BLEU: max_order
|
29 |
- type: cer # Required. Example: wer
|
30 |
-
value:
|
31 |
name: Test CER # Optional. Example: Test WER
|
32 |
|
33 |
|
|
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
+
value: 51.96 # Required. Example: 20.90
|
27 |
+
name: Test WER With LM # Optional. Example: Test WER
|
28 |
# Optional. Example for BLEU: max_order
|
29 |
- type: cer # Required. Example: wer
|
30 |
+
value: 22.69 # Required. Example: 20.90
|
31 |
name: Test CER # Optional. Example: Test WER
|
32 |
|
33 |
|