gchhablani commited on
Commit
02c488b
1 Parent(s): eb894d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,6 +93,6 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
93
  **Test Result**: 25.09 %
94
 
95
  ## Training
96
- The Common Voice `train` and `validation` datasets were used for training for 4000 steps due to running out of GPU. The results are based on the 4000 steps checkpoint. There is a good chance that full training will lead to better results.
97
 
98
  The colab notebook used can be found [here](https://colab.research.google.com/drive/1nbqvVwS8DTNrCzzh3vgrN55qxgoqbita?usp=sharing) and the evaluation can be found [here](https://colab.research.google.com/drive/18pCWBwNNUMUYV1FiqT_0EsTbCfwwe7ms?usp=sharing).
93
  **Test Result**: 25.09 %
94
 
95
  ## Training
96
+ The Common Voice `train` and `validation` datasets were used for training for 4000 steps due to GPU timeout. The results are based on the 4000 steps checkpoint. There is a good chance that full training will lead to better results.
97
 
98
  The colab notebook used can be found [here](https://colab.research.google.com/drive/1nbqvVwS8DTNrCzzh3vgrN55qxgoqbita?usp=sharing) and the evaluation can be found [here](https://colab.research.google.com/drive/18pCWBwNNUMUYV1FiqT_0EsTbCfwwe7ms?usp=sharing).