UKPLab / elmo-bilstm-cnn-crf

BiLSTM-CNN-CRF architecture for sequence tagging using ELMo representations.
Apache License 2.0
389 stars 81 forks source link

similarity detection #38

Open ReySadeghi opened 3 years ago

ReySadeghi commented 3 years ago

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.

nreimers commented 3 years ago

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

ReySadeghi commented 3 years ago

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?

nreimers commented 3 years ago

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