danurahul commited on
Commit
6648bd8
1 Parent(s): 1c361a2
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -23,8 +23,7 @@ model-index:
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
- value: wer_result_on_test #TODO (IMPORTANT): replace {wer_result_on_test} with the WER error rate you achieved on the common_voice test set. It should be in the format XX.XX (don't add the % sign here). **Please** remember to fill out this value after you evaluated your model, so that your model appears on the leaderboard. If you fill out this model card before evaluating your model, please remember to edit the model card afterward to fill in your value
27
- ---
28
 
29
  # Wav2Vec2-Large-XLSR-53-Punjabi
30
  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).
@@ -119,7 +118,7 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
119
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
120
  ```
121
 
122
- **Test Result**: XX.XX % # TODO: write output of print here. IMPORTANT: Please remember to also replace {wer_result_on_test} at the top of with this value here. tags.
123
 
124
 
125
  ## Training
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
  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