hf-test commited on
Commit
79f3110
1 Parent(s): 434e938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -127,8 +127,8 @@ transcription = processor.batch_decode(logits.numpy()).text
127
  # => "jag lämnade grovjobbet åt honom"
128
  ```
129
 
130
- ### Eval results on Common Voice 7 "test":
131
 
132
- **Without LM**: 27.30 WER
133
-
134
- **With LM (run `./eval.py`)**:
 
127
  # => "jag lämnade grovjobbet åt honom"
128
  ```
129
 
130
+ ### Eval results on Common Voice 7 "test" (WER):
131
 
132
+ | Without LM | With LM (run `./eval.py`) |
133
+ |---|---|
134
+ | 27.30 | |