poonehmousavi commited on
Commit
e4ccc16
1 Parent(s): b5572e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -102,8 +102,8 @@ pip install -e .
102
 
103
  3. Run Training:
104
  ```bash
105
- cd recipes/CommonVoice/ASR/seq2seq
106
- python train.py hparams/train_de_with_wav2vec.yaml --data_folder=your_data_folder
107
  ```
108
 
109
  You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/ch10cnbhf1faz3w/AACdHFG65LC6582H0Tet_glTa?dl=0).
 
102
 
103
  3. Run Training:
104
  ```bash
105
+ cd recipes/CommonVoice/ASR/CTC/
106
+ python train_with_wav2vec.py hparams/train_en_with_wav2vec.yaml --data_folder=your_data_folder
107
  ```
108
 
109
  You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/ch10cnbhf1faz3w/AACdHFG65LC6582H0Tet_glTa?dl=0).