Titouan commited on
Commit
2d6235d
1 Parent(s): 964e281

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/transformer.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/1Nv1OLbHLqVeShyZ8LY9gjhYGE1DBFzFf?usp=sharing).
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.