Update README.md
Browse files
README.md
CHANGED
|
@@ -120,10 +120,10 @@ pip install -e .
|
|
| 120 |
3. Run Training:
|
| 121 |
```bash
|
| 122 |
cd recipes/LibriSpeech/ASR/transformer
|
| 123 |
-
python train.py hparams/
|
| 124 |
```
|
| 125 |
|
| 126 |
-
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/
|
| 127 |
|
| 128 |
### Limitations
|
| 129 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
|
| 120 |
3. Run Training:
|
| 121 |
```bash
|
| 122 |
cd recipes/LibriSpeech/ASR/transformer
|
| 123 |
+
python train.py hparams/conformer_large.yaml --data_folder=your_data_folder
|
| 124 |
```
|
| 125 |
|
| 126 |
+
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1qL3P0j2Lc-LMvaF2OoL6aBE_jNwvYG3Q?usp=drive_link).
|
| 127 |
|
| 128 |
### Limitations
|
| 129 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|