mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 06:34:20 +00:00
Update RESULTS.md
This commit is contained in:
parent
70e70edc8a
commit
f79c5e15bc
@ -14,7 +14,7 @@ The WERs are:
|
||||
|---------------------------|------------|------------|------------------------------------------|
|
||||
| greedy search | 2.08 | 2.14 | --epoch 30 --avg 10 |
|
||||
| modified beam search | 2.05 | 2.09 | --epoch 30 --avg 10 --beam-size 4 |
|
||||
n| fast beam search | 2.07 | 2.17 | --epoch 30 --avg 10 --beam 20 --max-contexts 8 --max-states 64 |
|
||||
| fast beam search | 2.07 | 2.17 | --epoch 30 --avg 10 --beam 20 --max-contexts 8 --max-states 64 |
|
||||
|
||||
**NOTE:** SPGISpeech transcripts can be prepared in `ortho` or `norm` ways, which refer to whether the
|
||||
transcripts are orthographic or normalized. These WERs correspond to the normalized transcription
|
||||
@ -43,7 +43,6 @@ python ./zipformer/decode.py \
|
||||
--avg $avg \
|
||||
--exp-dir ./zipformer/exp \
|
||||
--max-duration 1000 \
|
||||
--decoding-method modified_beam_search
|
||||
--decoding-method greedy_search
|
||||
|
||||
# modified beam search
|
||||
|
Loading…
x
Reference in New Issue
Block a user