faster-rnnlm
faster-rnnlm copied to clipboard
Information about interpolation between RNNLM and KN
I am trying to obtain models resulting from the interpolation of RNNLM and KN as it is mentioned in README.md
.
With Mikolov's rnnlm
, there are options to do this (lm-prob
and lambda
), however, I am not able to find them in faster-rnnlm
, and I cannot find help in the documentation.
Is there any explanation about how to combine RNNLM and KN when using faster-rnnlm
?
Thanks in advance