Update README.md
Browse files
README.md
CHANGED
@@ -122,7 +122,9 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
122 |
```
|
123 |
|
124 |
WER without KenLM: 15.38 %
|
|
|
125 |
WER With KenLM:
|
|
|
126 |
**Test Result**: 7.53 %
|
127 |
|
128 |
## Training
|
|
|
122 |
```
|
123 |
|
124 |
WER without KenLM: 15.38 %
|
125 |
+
|
126 |
WER With KenLM:
|
127 |
+
|
128 |
**Test Result**: 7.53 %
|
129 |
|
130 |
## Training
|