elmo-bilstm-cnn-crf icon indicating copy to clipboard operation
elmo-bilstm-cnn-crf copied to clipboard

similarity detection

Open ReySadeghi opened this issue 3 years ago • 3 comments

hi, how can I use Keras_ELMo_Tutorial.ipynb, for similarity detection? It should be 2 sentences and a label. Thanks in advance for your response.

ReySadeghi avatar Oct 28 '20 12:10 ReySadeghi

Not sure what you mean. This repository might be better suited for that: https://www.sbert.net/

nreimers avatar Oct 28 '20 13:10 nreimers

I want to use ELMO as a word embedding , but SBERT doesn't support it. can I use Keras_ELMo_Tutorial.ipynb with ELMO for similarity detection?

ReySadeghi avatar Oct 29 '20 07:10 ReySadeghi

You could try. However, that code was targeted for sequence labeling.

nreimers avatar Oct 29 '20 07:10 nreimers