Adel-Moumen
commited on
Commit
•
f9dfb76
1
Parent(s):
ce68bac
Update README.md
Browse files
README.md
CHANGED
@@ -87,11 +87,14 @@ pip install -e .
|
|
87 |
|
88 |
3. Run Training:
|
89 |
```bash
|
90 |
-
cd recipes/
|
91 |
-
python train.py hparams/
|
|
|
|
|
|
|
92 |
```
|
93 |
|
94 |
-
You can find our training results (models, logs, etc) [here](https://
|
95 |
|
96 |
### Limitations
|
97 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
87 |
|
88 |
3. Run Training:
|
89 |
```bash
|
90 |
+
cd recipes/Tedlium2/Tokenizer
|
91 |
+
python train.py hparams/tedlium2_500_bpe.yaml --data_folder /path/to/tedlium2 --clipped_utt_folder /path/to/clipped_folder
|
92 |
+
|
93 |
+
cd ../ASR/transformer
|
94 |
+
python train.py hparams/branchformer_large.yaml --pretrained_tokenizer_file /path/to/tokenizer --data_folder /path/to/tedlium2 --clipped_utt_folder /path/to/clipped_folder
|
95 |
```
|
96 |
|
97 |
+
You can find our training results (models, logs, etc) [here](https://www.dropbox.com/sh/el523uofs96czfi/AADgTd838pKo2aR8fhqVOh-Oa?dl=0).
|
98 |
|
99 |
### Limitations
|
100 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|