speechbrainteam
commited on
Commit
•
3c7f67d
1
Parent(s):
f9c7bfb
Update README.md
Browse files
README.md
CHANGED
@@ -85,7 +85,7 @@ pip install -e .
|
|
85 |
3. Run Training:
|
86 |
```bash
|
87 |
cd recipes/LibriSpeech/ASR/seq2seq
|
88 |
-
python train.py hparams/
|
89 |
```
|
90 |
|
91 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1SAndjcThdkO-YQF8kvwPOXlQ6LMT71vt?usp=sharing).
|
@@ -103,7 +103,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
103 |
year = {2021},
|
104 |
publisher = {GitHub},
|
105 |
journal = {GitHub repository},
|
106 |
-
howpublished = {
|
107 |
}
|
108 |
```
|
109 |
|
|
|
85 |
3. Run Training:
|
86 |
```bash
|
87 |
cd recipes/LibriSpeech/ASR/seq2seq
|
88 |
+
python train.py hparams/train_BPE_5000.yaml --data_folder=your_data_folder
|
89 |
```
|
90 |
|
91 |
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1SAndjcThdkO-YQF8kvwPOXlQ6LMT71vt?usp=sharing).
|
|
|
103 |
year = {2021},
|
104 |
publisher = {GitHub},
|
105 |
journal = {GitHub repository},
|
106 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
107 |
}
|
108 |
```
|
109 |
|