Update README.md
This commit is contained in:
parent
671b8e7c54
commit
08efb96156
|
@ -101,6 +101,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" |
|
||||||
|---|---|
|
|---|---|
|
||||||
| 4.1 | 10.0 |
|
| 4.1 | 10.0 |
|
Loading…
Reference in New Issue