Update README.md
This commit is contained in:
parent
9a22524020
commit
deacaa9868
|
@ -99,6 +99,8 @@ result = librispeech_eval.map(map_to_pred, batched=True, batch_size=16, remove_c
|
||||||
print("WER:", wer(result["text"], result["transcription"]))
|
print("WER:", wer(result["text"], result["transcription"]))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Result (WER)*:
|
||||||
|
|
||||||
| "clean" | "other" |
|
| "clean" | "other" |
|
||||||
|---|---|
|
|---|---|
|
||||||
| 2.2 | 5.2 |
|
| 2.2 | 5.2 |
|
Loading…
Reference in New Issue