Added results with LM
Browse files
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
-
value:
|
27 |
- name: Test CER
|
28 |
type: cer
|
29 |
-
value:
|
30 |
---
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
@@ -39,9 +39,9 @@ It achieves the following results on the evaluation set while training:
|
|
39 |
- Wer: 0.1608
|
40 |
- Cer: 0.0376
|
41 |
|
42 |
-
The `eval.py` script results are:
|
43 |
-
WER: 0.
|
44 |
-
CER: 0.
|
45 |
|
46 |
## Model description
|
47 |
|
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
+
value: 10.3
|
27 |
- name: Test CER
|
28 |
type: cer
|
29 |
+
value: 2.6
|
30 |
---
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
39 |
- Wer: 0.1608
|
40 |
- Cer: 0.0376
|
41 |
|
42 |
+
The `eval.py` script results using a LM are:
|
43 |
+
WER: 0.10281503199350225
|
44 |
+
CER: 0.02622802241689026
|
45 |
|
46 |
## Model description
|
47 |
|