Pgibby8 / SentenceFusion

0 stars 0 forks source link

Get a semantic embedder up and running #3

Open Pgibby8 opened 3 years ago

Pgibby8 commented 3 years ago

A semantic embedder would take in as input some text (likely a sentence) and output a vector that encodes the meaning of the sentence. Something I've used in the past is SentenceBert https://github.com/UKPLab/sentence-transformers.