cahya commited on
Commit
a032e29
1 Parent(s): d47bd37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -121,6 +121,8 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
121
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
122
  ```
123
 
 
 
124
  **Test Result**: 7.53 %
125
 
126
  ## Training
 
121
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
122
  ```
123
 
124
+ WER without KenLM: 15.38 %
125
+ WER With KenLM:
126
  **Test Result**: 7.53 %
127
 
128
  ## Training