hf-test commited on
Commit
434e938
1 Parent(s): 974dfd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -124,9 +124,11 @@ with torch.no_grad():
124
  logits = model(input_values).logits
125
 
126
  transcription = processor.batch_decode(logits.numpy()).text
 
127
  ```
128
 
129
  ### Eval results on Common Voice 7 "test":
130
 
131
  **Without LM**: 27.30 WER
 
132
  **With LM (run `./eval.py`)**:
 
124
  logits = model(input_values).logits
125
 
126
  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`)**: