patrickvonplaten
commited on
Commit
·
deacaa9
1
Parent(s):
9a22524
Update README.md
Browse files
README.md
CHANGED
@@ -99,6 +99,8 @@ result = librispeech_eval.map(map_to_pred, batched=True, batch_size=16, remove_c
|
|
99 |
print("WER:", wer(result["text"], result["transcription"]))
|
100 |
```
|
101 |
|
|
|
|
|
102 |
| "clean" | "other" |
|
103 |
|---|---|
|
104 |
| 2.2 | 5.2 |
|
|
|
99 |
print("WER:", wer(result["text"], result["transcription"]))
|
100 |
```
|
101 |
|
102 |
+
*Result (WER)*:
|
103 |
+
|
104 |
| "clean" | "other" |
|
105 |
|---|---|
|
106 |
| 2.2 | 5.2 |
|