Vu Minh Chien commited on
Commit
d95b608
1 Parent(s): 6182f4f
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -118,8 +118,8 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
118
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
119
  ```
120
  ## Test Result
121
- **WER:** 30.84%
122
- **CER:** 17.85
123
 
124
  ## Training
125
  The Common Voice `train`, `validation` datasets and Japanese speech corpus `basic5000` datasets were used for training.
 
118
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
119
  ```
120
  ## Test Result
121
+ **WER:** 30.84%,
122
+ **CER:** 17.85%
123
 
124
  ## Training
125
  The Common Voice `train`, `validation` datasets and Japanese speech corpus `basic5000` datasets were used for training.