Commit
·
1be75b5
1
Parent(s):
bbe961d
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,11 +23,11 @@ model-index:
|
|
| 23 |
args: tt # Optional. Example: zh-CN
|
| 24 |
metrics:
|
| 25 |
- type: wer # Required. Example: wer
|
| 26 |
-
value: 42.
|
| 27 |
name: Test WER With LM # Optional. Example: Test WER
|
| 28 |
|
| 29 |
- type: cer # Required. Example: wer
|
| 30 |
-
value: 11.
|
| 31 |
name: Test CER With LM # Optional. Example: Test WER
|
| 32 |
|
| 33 |
---
|
|
|
|
| 23 |
args: tt # Optional. Example: zh-CN
|
| 24 |
metrics:
|
| 25 |
- type: wer # Required. Example: wer
|
| 26 |
+
value: 42.71 # Required. Example: 20.90
|
| 27 |
name: Test WER With LM # Optional. Example: Test WER
|
| 28 |
|
| 29 |
- type: cer # Required. Example: wer
|
| 30 |
+
value: 11.18 # Required. Example: 20.90
|
| 31 |
name: Test CER With LM # Optional. Example: Test WER
|
| 32 |
|
| 33 |
---
|