marma commited on
Commit
b73036f
·
1 Parent(s): 002d316
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -113,7 +113,8 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
113
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
114
  ```
115
 
116
- **Test Result**: 20.93 %
 
117
 
118
 
119
  ## Training
 
113
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
114
  ```
115
 
116
+ **WER**: 18.252
117
+ **CER**: 5.965
118
 
119
 
120
  ## Training