marcel commited on
Commit
032618e
1 Parent(s): 2c3d76b

fixed typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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