patrickvonplaten
commited on
Commit
•
1acf81a
1
Parent(s):
90a6d44
Update README.md
Browse files
README.md
CHANGED
@@ -100,6 +100,8 @@ result = librispeech_eval.map(map_to_pred, batched=True, batch_size=16, remove_c
|
|
100 |
print("WER:", wer(result["text"], result["transcription"]))
|
101 |
```
|
102 |
|
|
|
|
|
103 |
| "clean" | "other" |
|
104 |
|---|---|
|
105 |
| 3.0 | 6.8 |
|
|
|
100 |
print("WER:", wer(result["text"], result["transcription"]))
|
101 |
```
|
102 |
|
103 |
+
*Result (WER)*:
|
104 |
+
|
105 |
| "clean" | "other" |
|
106 |
|---|---|
|
107 |
| 3.0 | 6.8 |
|