Update RESULTS.md

Address comments from @csukuangfj
This commit is contained in:
Desh Raj 2023-03-17 11:33:09 -04:00 committed by GitHub
parent 7c5dba62e0
commit 96b1ec58f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ Number of model parameters: 86083707, i.e., 86.08 M
| ctc-decoding | 2.50 | 5.86 | --epoch 30 --avg 9 |
| whole-lattice-rescoring | 2.44 | 5.38 | --epoch 30 --avg 9 |
| attention-rescoring | 2.35 | 5.16 | --epoch 30 --avg 9 |
| 1best | 2.01 | 4.61 | --epoch 30 --avg 9 |
The training command is:
@ -39,7 +40,7 @@ The decoding command is:
```bash
./zipformer_ctc/decode.py \
--epoch 99 --avg 1 --use-averaged-model False \
--epoch 30 --avg 9 --use-averaged-model True \
--exp-dir zipformer_ctc/exp \
--lang-dir data/lang_bpe_500 \
--lm-dir data/lm \