Some questions of LM score #1818
Unanswered
zh794390558
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/coqui-ai/STT/blob/main/native_client/ctcdecode/ctc_beam_search_decoder.cpp#L181
ext_scorer_->get_log_cond_prob(ngram, bos)
,eos
is not set and also has not default value.ngram.size() < ngram order
, we need thebos
.中国人 20.0
, who does this work?byte is all you need
in chinese.lm rescore in
decode
not correct:#1810
should be below, and no
hot word
boost support.Beta Was this translation helpful? Give feedback.
All reactions