anton-l HF staff commited on
Commit
4c3eca1
1 Parent(s): f575ce1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -85,7 +85,9 @@ result = librispeech_eval.map(map_to_pred, batched=True, batch_size=1, remove_co
85
 
86
  print("WER:", wer(result["text"], result["transcription"]))
87
  ```
 
88
  *Result (WER)*:
 
89
  | "clean" | "other" |
90
- |---|---|
91
- | 10.61 | 23.74 |
85
 
86
  print("WER:", wer(result["text"], result["transcription"]))
87
  ```
88
+
89
  *Result (WER)*:
90
+
91
  | "clean" | "other" |
92
+ | --- | --- |
93
+ | 10.61 | 23.74 |