Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language: lg
|
3 |
datasets:
|
4 |
-
- common_voice
|
5 |
metrics:
|
6 |
- wer
|
7 |
tags:
|
@@ -121,6 +121,6 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
121 |
|
122 |
## Training
|
123 |
|
124 |
-
The Common Voice `train`, `validation` and `other` datasets were used for training, with the additional filter applied to remove `other` data that did not have more up votes than down votes.
|
125 |
|
126 |
The script used for training was just the `run_finetuning.py` script provided in OVHcloud's databuzzword/hf-wav2vec image.
|
|
|
1 |
---
|
2 |
language: lg
|
3 |
datasets:
|
4 |
+
- common_voice
|
5 |
metrics:
|
6 |
- wer
|
7 |
tags:
|
|
|
121 |
|
122 |
## Training
|
123 |
|
124 |
+
The Common Voice `train`, `validation` and `other` datasets were used for training, with the additional filter applied to remove `other` data that did not have more up votes than down votes (train+validation+other[upvotes > downvotes]).
|
125 |
|
126 |
The script used for training was just the `run_finetuning.py` script provided in OVHcloud's databuzzword/hf-wav2vec image.
|