patrickvonplaten
commited on
Commit
•
205e8c3
1
Parent(s):
2409eda
Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ def map_to_pred(batch):
|
|
97 |
batch["transcription"] = transcription
|
98 |
return batch
|
99 |
|
100 |
-
result = librispeech_eval.map(map_to_pred, remove_columns=["
|
101 |
|
102 |
print("WER:", wer(result["text"], result["transcription"]))
|
103 |
```
|
|
|
97 |
batch["transcription"] = transcription
|
98 |
return batch
|
99 |
|
100 |
+
result = librispeech_eval.map(map_to_pred, remove_columns=["audio"])
|
101 |
|
102 |
print("WER:", wer(result["text"], result["transcription"]))
|
103 |
```
|