ArthurZ HF staff commited on
Commit
b28761d
1 Parent(s): 6ee9f09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -124,7 +124,7 @@ model-index:
124
  metrics:
125
  - name: Test WER
126
  type: wer
127
- value: 7,639504403417127
128
  - task:
129
  name: Automatic Speech Recognition
130
  type: automatic-speech-recognition
@@ -138,7 +138,7 @@ model-index:
138
  metrics:
139
  - name: Test WER
140
  type: wer
141
- value: 17,145720661094513
142
  pipeline_tag: automatic-speech-recognition
143
  license: apache-2.0
144
  ---
@@ -306,7 +306,7 @@ This code snippet shows how to evaluate **openai/whisper-tiny** on LibriSpeech's
306
  >>> result = librispeech_eval.map(map_to_pred, batched=True, batch_size=1, remove_columns=["speech"])
307
 
308
  >>> print("WER:", wer(result["text"], result["transcription"]))
309
- 0.07639504403417127
310
  ```
311
 
312
 
 
124
  metrics:
125
  - name: Test WER
126
  type: wer
127
+ value: 0.07547098647858638
128
  - task:
129
  name: Automatic Speech Recognition
130
  type: automatic-speech-recognition
 
138
  metrics:
139
  - name: Test WER
140
  type: wer
141
+ value: 0.17145720661094513
142
  pipeline_tag: automatic-speech-recognition
143
  license: apache-2.0
144
  ---
 
306
  >>> result = librispeech_eval.map(map_to_pred, batched=True, batch_size=1, remove_columns=["speech"])
307
 
308
  >>> print("WER:", wer(result["text"], result["transcription"]))
309
+ 0.07547098647858638
310
  ```
311
 
312