recipes/lexicon_free/librispeech/decoder_char_20gram_other.cfg (18 lines of code) (raw):
# Decoding config for Librispeech other part with char 20-gram and lexicon
# Replace `[...]`, `[MODEL_DST]` with appropriate paths
--am=[MODEL_DST]/am/baseline_dev-clean+other.bin
--tokensdir=[MODEL_DST]/am
--tokens=tokens.lst
--lexicon=[MODEL_DST]/decoder/lexicon.lst
--lm=[MODEL_DST]/decoder/ngram_models/lm_librispeech_kenlm_char_20g_pruned.bin
--datadir=[DATA_DST]/lists/
--test=test-other.lst
--sclite=[...]
--lmweight=3.207163119956351
--wordscore=0.9184137498238448
--beamsize=5000
--beamthreshold=50
--silweight=-0.6792084997787668
--nthread_decoder=8
--smearing=max
--show=true
--showletters=true
--decodertype=tkn