yandex / faster-rnnlm

Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Other
562 stars 138 forks source link

Information about interpolation between RNNLM and KN #43

Open daormar opened 7 years ago

daormar commented 7 years ago

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