Update README.md
Browse files
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**:
|
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)
|