README
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ pip install -e .
|
|
| 81 |
3. Run Training:
|
| 82 |
```bash
|
| 83 |
cd recipes/CommonVoice/ASR/seq2seq
|
| 84 |
-
python
|
| 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).
|