DewiBrynJones commited on
Commit
7460a75
·
1 Parent(s): 00ee765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -30,5 +30,16 @@ model-index:
30
 
31
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Welsh using the [Common Voice](https://huggingface.co/datasets/common_voice) dataset.
32
 
33
- The code for training this model can be found at GitHub: https://github.com/techiaith/xlsr-fine-tuning-week
 
 
 
 
 
 
 
 
 
 
 
34
 
 
30
 
31
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Welsh using the [Common Voice](https://huggingface.co/datasets/common_voice) dataset.
32
 
33
+ The code for training, using and evaluating this model can be found at GitHub: https://github.com/techiaith/xlsr-fine-tuning-week
34
+
35
+ With a WER of 28.33%, here are some example predictions from the Common Voice Welsh test set:
36
+
37
+ **Prediction:** rhedais i ffwrdd heb ddweud dim wrthi ym beth digwyddodd
38
+
39
+ **Reference:** Rhedais i ffwrdd heb ddweud dim wrthi am beth ddigwyddodd.
40
+
41
+
42
+ **Prediction:** ac yr oedd y ferch yn ofnus d
43
+
44
+ **Reference:** Ac yr oedd y ferch yn ofnus.
45