nlu icon indicating copy to clipboard operation
nlu copied to clipboard

Elmo Not work

Open m3r3lin opened this issue 3 years ago • 1 comments

I install all package and run examples but Elmo not work image or image

please help me!

m3r3lin avatar Jan 02 '22 18:01 m3r3lin

Hi @m3r3lin

NLU is dropping the elmo embeddings

you need to set

nlu.load('elmo').predict('Hello world', get_embeddings=True)

Let me know if you encounter any other issues :)

C-K-Loan avatar Jan 03 '22 01:01 C-K-Loan