sanchit-gandhi HF staff commited on
Commit
610accf
1 Parent(s): b99a4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ python create_student_model.py \
90
 
91
  The initialised model will be saved to the sub-directory `distil-large-v3-init` in our model repository, ready to be trained.
92
 
93
- We can then train the model for a total of 50k steps on the German subset of the Common Voice 16 dataset by executing the following command. Note that we train
94
  directly on the text labels provided in the Common Voice dataset, rather than first pseudo-labelling the dataset as was done in the original [Distil-Whisper paper](https://arxiv.org/abs/2311.00430):
95
 
96
  ```bash
 
90
 
91
  The initialised model will be saved to the sub-directory `distil-large-v3-init` in our model repository, ready to be trained.
92
 
93
+ We can then train the model for a total of 50k steps on the German subset of the Common Voice 15 dataset by executing the following command. Note that we train
94
  directly on the text labels provided in the Common Voice dataset, rather than first pseudo-labelling the dataset as was done in the original [Distil-Whisper paper](https://arxiv.org/abs/2311.00430):
95
 
96
  ```bash