joeddav / blog

https://joeddav.github.io/blog
Apache License 2.0
25 stars 3 forks source link

help sought to visualise sentence clusters. #8

Open schetudiante opened 3 years ago

schetudiante commented 3 years ago

Hey Joe I hope you are well, I am a student who is a bit in need of help to visualise clusters of sentences like found here: Himage I am a student of NLP and uptill now was BERTopic (because it provided good functionality to visualise) the problem is BERTopic cannot be trained iteratively.

Can you help me to use sentence transformers to:

  1. train a sbert that gives embeddings for (around 1.5 million) sentences and save the embeddings and model
  2. visualise (like above)

I would be grateful to you, Thanks :)