fixed typo
Browse files
README.md
CHANGED
@@ -124,6 +124,6 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
124 |
|
125 |
## Training
|
126 |
|
127 |
-
The 3% of the Common Voice `train`, `validation` datasets were used for training.
|
128 |
|
129 |
The script used for training can be found TODO
|
|
|
124 |
|
125 |
## Training
|
126 |
|
127 |
+
The first 3% of the Common Voice `train`, `validation` datasets were used for training.
|
128 |
|
129 |
The script used for training can be found TODO
|