update README.md
Browse files
README.md
CHANGED
@@ -111,3 +111,9 @@ result = test_dataset.map(evaluate, batched=True, batch_size=8)
|
|
111 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
112 |
```
|
113 |
**Test Result**: 43.7 %
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
|
112 |
```
|
113 |
**Test Result**: 43.7 %
|
114 |
+
|
115 |
+
## Training
|
116 |
+
|
117 |
+
The Common Voice `train` and `validation` datasets were used for training.
|
118 |
+
|
119 |
+
The script used for training can be found [here](https://github.com/jimregan/wav2vec2-sprint/blob/main/irish/fine-tune-xlsr-wav2vec2-on-irish-asr-with-transformers.ipynb)
|