maxidl commited on
Commit
698a3d1
1 Parent(s): 45a4f3a

update WER to 12.90 after evaluating with cleared cache

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
- value: 12.62
27
  ---
28
 
29
  # Wav2Vec2-Large-XLSR-53-German
@@ -152,7 +152,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8) # batch_size=8 -
152
 
153
  # non-chunked version:
154
  # print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
155
- # WER: 12.615308
156
 
157
  # Chunked version, see https://discuss.huggingface.co/t/spanish-asr-fine-tuning-wav2vec2/4586/5:
158
  import jiwer
@@ -176,7 +176,7 @@ print("Total (chunk_size=1000), WER: {:2f}".format(100 * chunked_wer(result["pre
176
  # Total (chunk=1000), WER: 12.768981
177
  ```
178
 
179
- **Test Result**: 12.62 %
180
 
181
 
182
  ## Training
 
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
+ value: 12.90
27
  ---
28
 
29
  # Wav2Vec2-Large-XLSR-53-German
 
152
 
153
  # non-chunked version:
154
  # print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
155
+ # WER: 12.900291
156
 
157
  # Chunked version, see https://discuss.huggingface.co/t/spanish-asr-fine-tuning-wav2vec2/4586/5:
158
  import jiwer
 
176
  # Total (chunk=1000), WER: 12.768981
177
  ```
178
 
179
+ **Test Result**: WER: 12.90 %
180
 
181
 
182
  ## Training