Representative documents when using the MultimodalBackend #2077
eli-quereli
started this conversation in
General
Replies: 1 comment 3 replies
-
Thank you for the kind words! I believe if you use the That said, it should be possible to do this yourself by calculating the cosine similarity between image embeddings and topic embeddings. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, thank you so much for the great work on BERTopic!
is it possible to extract the representative docs when not passing any docs, but only images to the model? I am using the MultiModalBackend, training topic models with images-only, and with text-image data.
get_representative_documents works in a text-only setting, but not for the images-only and text-images runs.
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions