MaartenGr / Concept

Concept Modeling: Topic Modeling on Images and Text
https://maartengr.github.io/Concept/
MIT License
187 stars 16 forks source link

sentence-transformers version #21

Open sarahjames12 opened 1 year ago

sarahjames12 commented 1 year ago

In the current version, Concept it pinned to use version 1.2.0 of sentence-transformers. Are there any plans to unpin this and use a more recent version of sentence-transformers?

MaartenGr commented 1 year ago

Ah right, there used to be an issue with the tokenizer a while back. I am not sure whether that is resolved by now with respect to the way it is used within Concept. Having said that, in the coming weeks, BERTopic will have a multi-modal release that will allow you to perform topic modeling on images in more ways than is possible within BERTopic. So it might be worthwhile to wait until that.

sarahjames12 commented 1 year ago

Brilliant! Looking forward to it.