patrickvonplaten commited on
Commit
0d651b8
1 Parent(s): 2150734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
- value: 54.858549
27
 
28
  # Wav2Vec2-Large-XLSR-53-Punjabi
29
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Punjabi using the [Common Voice](https://huggingface.co/datasets/common_voice).
@@ -118,7 +118,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
118
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
119
  ```
120
 
121
- **Test Result**: 54.858549 %
122
 
123
 
124
  ## Training
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
+ value: 54.86
27
 
28
  # Wav2Vec2-Large-XLSR-53-Punjabi
29
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Punjabi using the [Common Voice](https://huggingface.co/datasets/common_voice).
118
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
119
  ```
120
 
121
+ **Test Result**: 54.86 %
122
 
123
 
124
  ## Training