doc str updated

This commit is contained in:
zr_jin 2023-08-30 11:02:55 +08:00
parent c65f80a11f
commit d3efac6618
3 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
[./zipformer](./zipformer) [./zipformer](./zipformer)
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied. It's reworked Zipformer with Pruned RNNT loss.
**Caution**: It uses `--context-size=1`. **Caution**: It uses `--context-size=1`.
##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M ##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M
@ -55,8 +55,9 @@ for m in modified_beam_search fast_beam_search ; do
done done
``` ```
Note that results below are produced by model trained on data without speed perturbation applied.
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.** **⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M ##### normal-scaled model, number of model parameters: 73412551, i.e., 73.41 M

View File

@ -8,7 +8,7 @@
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied. It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied.
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.** **⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
| | dev-ios | test-ios | comment | | | dev-ios | test-ios | comment |
|---------------------------------------|---------|----------|----------------------------------| |---------------------------------------|---------|----------|----------------------------------|

View File

@ -10,7 +10,7 @@
It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied. It's reworked Zipformer with Pruned RNNT loss, note that results below are produced by model trained on data without speed perturbation applied.
**⚠️ If you prefer to have the speed perturbation disabled, please manually set `--perturb-speed` to `False` for `./local/compute_fbank_aishell.py` in the `prepare.sh` script.** **⚠️ If you prefer to have the speed perturbation disabled, please pass `false` to `--perturb-speed` of the `prepare.sh` script as demonstrated below.**
| | test | comment | | | test | comment |
|------------------------|------|---------------------------------------| |------------------------|------|---------------------------------------|