Skip to content

Machine Learning Models

JUNGSHIC PARK edited this page Dec 11, 2022 · 4 revisions

Sentence Transformer

https://www.sbert.net/docs/pretrained_models.html

  • The model can calculate similarities between sentences.
  • Based on Pytorch, Deep Learning
  • Compute cosine between sentences

Installation

Python 3.6 or higher,

Clone this wiki locally