Titouan commited on
Commit
5f49f79
1 Parent(s): 14dd490
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,7 @@ pip install -e .
81
  3. Run Training:
82
  ```bash
83
  cd recipes/CommonVoice/ASR/seq2seq
84
- python train.py hparams/train_fr_with_wav2vec.yaml --data_folder=your_data_folder
85
  ```
86
 
87
  You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1tjz6IZmVRkuRE97E7h1cXFoGTer7pT73?usp=sharing).
81
  3. Run Training:
82
  ```bash
83
  cd recipes/CommonVoice/ASR/seq2seq
84
+ python train_with_wav2vec.py hparams/train_fr_with_wav2vec.yaml --data_folder=your_data_folder
85
  ```
86
 
87
  You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1tjz6IZmVRkuRE97E7h1cXFoGTer7pT73?usp=sharing).