slSeanWU
commited on
Commit
·
6efc2a3
1
Parent(s):
387c84e
fix demo script
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ This model was trained by Shih-Lun Wu using the commonvoice recipe in [espnet](h
|
|
| 17 |
```bash
|
| 18 |
cd espnet
|
| 19 |
pip install -e .
|
| 20 |
-
cd egs2/
|
| 21 |
./asr.sh \
|
| 22 |
--stage 1 \
|
| 23 |
--stop_stage 13 \
|
|
@@ -35,9 +35,7 @@ cd egs2/aesrc2020/asr1
|
|
| 35 |
--nbpe 2542 \
|
| 36 |
--bpemode "unigram" \
|
| 37 |
--bpe_train_text "data/train_zh_TW/text" \
|
| 38 |
-
--asr_config "conf/tuning/train_asr_conformer5_lr1.0.yaml" \
|
| 39 |
--use_lm false \
|
| 40 |
-
--asr_exp "exp/asr_train_asr_conformer5_raw_zh_TW_bpe2542_sp_lr1.0" \
|
| 41 |
--inference_asr_model "valid.acc.best.pth" \
|
| 42 |
--download_model "espnet/shihlun-asr-commonvoice-zh-TW"
|
| 43 |
```
|
|
|
|
| 17 |
```bash
|
| 18 |
cd espnet
|
| 19 |
pip install -e .
|
| 20 |
+
cd egs2/commonvoice/asr1
|
| 21 |
./asr.sh \
|
| 22 |
--stage 1 \
|
| 23 |
--stop_stage 13 \
|
|
|
|
| 35 |
--nbpe 2542 \
|
| 36 |
--bpemode "unigram" \
|
| 37 |
--bpe_train_text "data/train_zh_TW/text" \
|
|
|
|
| 38 |
--use_lm false \
|
|
|
|
| 39 |
--inference_asr_model "valid.acc.best.pth" \
|
| 40 |
--download_model "espnet/shihlun-asr-commonvoice-zh-TW"
|
| 41 |
```
|