Nhut commited on
Commit
09619f1
1 Parent(s): 74bfc89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -312,7 +312,7 @@ def evaluate(batch):
312
  result = test_dataset.map(evaluate, batched=True, batch_size=8)
313
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
314
  ```
315
- **Test Result**: 52.48 %
316
  ## Training
317
  The Common Voice `train`, `validation` and FOSD datasets and VIVOS datasets were used for training as well.
318
  The script used for training can be found [here](https://colab.research.google.com/drive/11pP4uVJj4SYZTzGjlCUtOHywlhYqs0cPx)
 
312
  result = test_dataset.map(evaluate, batched=True, batch_size=8)
313
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
314
  ```
315
+ **Test Result**: 49.58 %
316
  ## Training
317
  The Common Voice `train`, `validation` and FOSD datasets and VIVOS datasets were used for training as well.
318
  The script used for training can be found [here](https://colab.research.google.com/drive/11pP4uVJj4SYZTzGjlCUtOHywlhYqs0cPx)